This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/69064] [5/6 Regression] ICE: in gfc_typenode_for_spec, at fortran/trans-types.c:1062 when a variable is missing in "use *, only" list


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kargl at gcc dot gnu.org
            Summary|ICE: in                     |[5/6 Regression] ICE: in
                   |gfc_typenode_for_spec, at   |gfc_typenode_for_spec, at
                   |fortran/trans-types.c:1062  |fortran/trans-types.c:1062
                   |when a variable is missing  |when a variable is missing
                   |in "use *, only" list       |in "use *, only" list

--- Comment #44 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
Up to revision r229283 the reduced test gave the error

   character(len=max_line_len2)::line2
                             1
Error: Symbol 'max_line_len2' at (1) has no IMPLICIT type

At r229293 I get the ICE, likely revision r229287 or r229288.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]