From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20716 invoked by alias); 18 Jul 2006 10:37:54 -0000 Received: (qmail 20454 invoked by uid 48); 18 Jul 2006 10:37:42 -0000 Date: Tue, 18 Jul 2006 10:37:00 -0000 Subject: [Bug c/28419] New: [4.1/4.2 regression] ICE using __FUNCTION__ in invalid code X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "reichelt at gcc dot gnu dot org" 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 X-SW-Source: 2006-07/txt/msg01393.txt.bz2 List-Id: The following invalid code snippet triggers an ICE since GCC 4.1.0 (only with the C frontend): ======================================== void foo() x; const char* p = __FUNCTION__; ======================================== bug.c: In function 'foo': bug.c:1: error: expected declaration specifiers before 'x' bug.c:3: error: parameter 'p' is initialized bug.c:0: internal compiler error: Segmentation fault Please submit a full bug report, [etc.] -- Summary: [4.1/4.2 regression] ICE using __FUNCTION__ in invalid code Product: gcc Version: 4.2.0 Status: UNCONFIRMED Keywords: ice-on-invalid-code, error-recovery, monitored Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: reichelt at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28419