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 c/18946] [4.0 regression] ICE in pushdecl


------- Additional Comments From phython at gcc dot gnu dot org  2004-12-15 20:42 -------
 Something like:
  if (b && b->decl == error_mark_node)
    b = NULL;
 added at around c-decl.c:1937 seems to fix this pr.  I have no clue what
regression testing will come up with.

-- 


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


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