Bug 23136 - arm-none-eabi doesn't build anymore
Summary: arm-none-eabi doesn't build anymore
Status: RESOLVED DUPLICATE of bug 23117
Alias: None
Product: gcc
Classification: Unclassified
Component: target (show other bugs)
Version: unknown
: P2 critical
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords: ice-on-valid-code
Depends on:
Blocks:
 
Reported: 2005-07-29 16:22 UTC by Kazu Hirata
Modified: 2005-07-29 16:31 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kazu Hirata 2005-07-29 16:22:27 UTC
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.
Comment 1 Andrew Pinski 2005-07-29 16:24:51 UTC
I think this is a dup of bug 23117.
Which was fixed by:
2005-07-29  Richard Earnshaw  <richard.earnshaw@arm.com>
            Steven Bosscher  <stevenb@suse.de>

        PR rtl-optimization/23117
        * sched-rgn.c (add_branch_dependences): Handle COND_EXEC correctly
        when head == tail.  Tidy comment.
Comment 2 Andrew Pinski 2005-07-29 16:31:52 UTC

*** This bug has been marked as a duplicate of 23117 ***