[Bug fortran/86220] [9 Regression] ICE in gfc_conv_structure, at fortran/trans-expr.c:7789

dominiq at lps dot ens.fr gcc-bugzilla@gcc.gnu.org
Mon Jul 9 09:14:00 GMT 2018


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

Dominique d'Humieres <dominiq at lps dot ens.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |DUPLICATE

--- Comment #3 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
I think this is a duplicate of pr49278: mixing initialization with data is
invalid.
Replacing

      real :: a = 1

with

      real :: a

allows the test to compile and give the right result.

*** This bug has been marked as a duplicate of bug 49278 ***


More information about the Gcc-bugs mailing list