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/13940] [gfortran] ICE with hex-values


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-04-05 00:06 -------
2915      if (gfc_find_symbol (name, NULL, 1, &sym))
2916        return MATCH_ERROR;
2917
2918      if (sym->attr.flavor != FL_PARAMETER)

sym is NULL at this point causing the seg fault.

-- 


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


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