From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29858 invoked by alias); 29 Jul 2005 16:22:33 -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 29846 invoked by uid 48); 29 Jul 2005 16:22:29 -0000 Date: Fri, 29 Jul 2005 16:22:00 -0000 From: "kazu at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org Message-ID: <20050729162227.23136.kazu@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug target/23136] New: arm-none-eabi doesn't build anymore X-Bugzilla-Reason: CC X-SW-Source: 2005-07/txt/msg03898.txt.bz2 List-Id: The arm-none-eabi build prematurely terminates with a segfault while compiling crtstuff.c. Here is a reduced testcase. extern void abort (void) __attribute__((noreturn)); void foo (int a) { if (a) abort (); } According to our (CodeSourcery's) automated tester, this must have been caused before 2005-07-28 07:00UTC. I have not analyzed where the segfault comes from. -- Summary: arm-none-eabi doesn't build anymore Product: gcc Version: unknown Status: UNCONFIRMED Keywords: ice-on-valid-code Severity: critical Priority: P2 Component: target AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: kazu at gcc dot gnu dot org CC: gcc-bugs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23136