From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22911 invoked by alias); 26 May 2004 20:04:30 -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 22892 invoked by uid 48); 26 May 2004 20:04:28 -0000 Date: Thu, 27 May 2004 13:17:00 -0000 From: "hjl at lucon dot org" To: gcc-bugs@gcc.gnu.org Message-ID: <20040526200425.15666.hjl@lucon.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c/15666] New: [3.4 regression]: Gcc abort on valid code X-Bugzilla-Reason: CC X-SW-Source: 2004-05/txt/msg03119.txt.bz2 List-Id: [hjl@gnu-psc gcc]$ ./xgcc -B./ -S /tmp/foo.c -O2 /tmp/foo.c:8: internal compiler error: Aborted Please submit a full bug report, with preprocessed source if appropriate. See for instructions. [hjl@gnu-psc gcc]$ cat /tmp/foo.c extern __inline int foo (const char *__s, char __reject) { return __builtin_strchr (__s, __reject) != ((void *)0); } extern char *bar (__const char *__s, int __c); extern __typeof (bar) strchr __asm__ ("bar"); [hjl@gnu-psc gcc]$ ./xgcc -B./ -S /tmp/foo.c -O2 /tmp/foo.c:8: internal compiler error: Aborted Please submit a full bug report, with preprocessed source if appropriate. See for instructions. -- Summary: [3.4 regression]: Gcc abort on valid code Product: gcc Version: 3.4.1 Status: UNCONFIRMED Severity: normal Priority: P2 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: hjl at lucon dot org CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15666