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 middle-end/18596] [4.0 regression] ICE in make_decl_rtl


------- 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


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