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/54730] ICE in gfc_typenode_for_spec, at fortran/trans-types.c:1066


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

--- Comment #2 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2012-09-27 21:43:23 UTC ---
The ICE occurs at

tree
gfc_typenode_for_spec (gfc_typespec * spec)
{
  tree basetype;

  switch (spec->type)
    {
    case BT_UNKNOWN:
      gcc_unreachable ();
...

and disappears if "real(a = 1)" is replaced with "real(1)".


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