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/49690] [4.6/4.7 regression] ICE in gfc_typenode_for_spec, at fortran/trans-types.c:1019


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49690

--- Comment #4 from Tobias Burnus <burnus at gcc dot gnu.org> 2011-07-09 17:09:03 UTC ---
Possible place for correcting this would be gfc_resolve_signal; for current
test case, setting
  f->value.function.isym->formal->next->ts.{type,kind}
would work. However, that would probably modify isym and thus affect all calls
to SIGNAL.


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