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] Unhelpful error message when a module variable was not included in the only list


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

--- Comment #36 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
> read_input_mod is built from the source file read_input_mod.f90. 
> It's the one with the bug

I get an ICE when compiling this file

 SUBROUTINE READ_INPUT(s,input,inp_lines)
 1
internal compiler error: in gfc_typenode_for_spec, at
fortran/trans-types.c:1084

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