From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31539 invoked by alias); 30 Nov 2004 20:01:20 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 31476 invoked by uid 48); 30 Nov 2004 20:01:10 -0000 Date: Tue, 30 Nov 2004 20:01:00 -0000 Message-ID: <20041130200110.31475.qmail@sourceware.org> From: "hp at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20041121151029.18596.pinskia@gcc.gnu.org> References: <20041121151029.18596.pinskia@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug middle-end/18596] [4.0 regression] ICE in make_decl_rtl X-Bugzilla-Reason: CC X-SW-Source: 2004-11/txt/msg03851.txt.bz2 List-Id: ------- 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