public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/23136] New: arm-none-eabi doesn't build anymore
@ 2005-07-29 16:22 kazu at gcc dot gnu dot org
  2005-07-29 16:32 ` [Bug target/23136] " pinskia at gcc dot gnu dot org
  2005-07-29 16:32 ` pinskia at gcc dot gnu dot org
  0 siblings, 2 replies; 3+ messages in thread
From: kazu at gcc dot gnu dot org @ 2005-07-29 16:22 UTC (permalink / raw)
  To: gcc-bugs

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-07-29 16:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-07-29 16:22 [Bug target/23136] New: arm-none-eabi doesn't build anymore kazu at gcc dot gnu dot org
2005-07-29 16:32 ` [Bug target/23136] " pinskia at gcc dot gnu dot org
2005-07-29 16:32 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).