[Bug fortran/87448] ICE at trans-expr:3417 in allocate statement with type signature using an associated variable

mscfd at gmx dot net gcc-bugzilla@gcc.gnu.org
Tue Jan 25 08:37:41 GMT 2022


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87448

--- Comment #3 from martin <mscfd at gmx dot net> ---
With gfortran-12, the ICE is gone, but the produced error message does not look
right.

mod.f90:12:25:

   12 |    associate(l => len(cs))
      |                         1
Error: Symbol ‘l’ at (1) has no IMPLICIT type


More information about the Gcc-bugs mailing list