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

Reply via email to