llvm/flang/module
Tim Keith 050a921aaf [flang] Fix errors in tests and predefined modules
There were many places in tests and predefined modules that had
incorrect code that we weren't detecting until now.

Most of the problems were deferred-shape arrays that should have
been implied-shape. For example:
`real, parameter :: a(:) = [1.0, 2.0]`
should have `(*)` rather than `(:)`.

There were also a few places with deferred-shape arrays that were
not allocatable/pointer or explicit-shape ones that were.

Original-commit: flang-compiler/f18@0a959ce1d8
Reviewed-on: https://github.com/flang-compiler/f18/pull/630
2019-08-07 10:51:35 -07:00
..
ieee_arithmetic.f90 [flang] Remove unused PRIVATE name 2019-06-28 09:16:39 -07:00
ieee_exceptions.f90 [flang] Fix errors in tests and predefined modules 2019-08-07 10:51:35 -07:00
ieee_features.f90 [flang] Placeholders for some standard modules 2019-06-04 13:37:07 -07:00
iso_c_binding.f90 [flang] Use LOC() in iso_c_binding for C_LOC and C_FUNLOC 2019-07-01 16:54:53 -07:00
iso_fortran_env.f90 [flang] Fix errors in tests and predefined modules 2019-08-07 10:51:35 -07:00