This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/23136] New: arm-none-eabi doesn't build anymore
- From: "kazu at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 29 Jul 2005 16:22:29 -0000
- Subject: [Bug target/23136] New: arm-none-eabi doesn't build anymore
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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