This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/18596] [4.0 regression] ICE in make_decl_rtl
- From: "hp at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Nov 2004 20:01:10 -0000
- Subject: [Bug middle-end/18596] [4.0 regression] ICE in make_decl_rtl
- References: <20041121151029.18596.pinskia@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From hp at gcc dot gnu dot org 2004-11-30 20:01 -------
I'm reopening this bug, because with LAST_UPDATED "Tue Nov 30 11:22:00 UTC 2004"
(with a local patch to work around the mklibgcc.in breakage at that time, later
fixed) I get the same error this PR is supposed to have fixed:
/gcc/testsuite/gcc.dg/pr18596-1.c: In function 'f':
/gcc/testsuite/gcc.dg/pr18596-1.c:4: error: invalid storage class for function
'g'
/gcc/testsuite/gcc.dg/pr18596-1.c:5: error: ISO C forbids nested functions
/gcc/testsuite/gcc.dg/pr18596-1.c:5: error: invalid storage class for function
'g'
/gcc/testsuite/gcc.dg/pr18596-1.c: In function 'g':
/gcc/testsuite/gcc.dg/pr18596-1.c:5: internal compiler error: in make_decl_rtl,
at varasm.c:867
Note also that the test-case needs a dg-options "" to avoid the automatically
added -ansi. (How was the test-case tested?)
--
What |Removed |Added
----------------------------------------------------------------------------
CC| |hp at gcc dot gnu dot org
Status|RESOLVED |REOPENED
Resolution|FIXED |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18596