This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/18946] [4.0 regression] ICE in pushdecl
- From: "phython at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 15 Dec 2004 20:42:51 -0000
- Subject: [Bug c/18946] [4.0 regression] ICE in pushdecl
- References: <20041212203719.18946.schwab@suse.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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