public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/40519]  New: ICE with -O2 -ftracer __builtin_unreachable()
@ 2009-06-22 11:56 wouter dot vermaelen at scarlet dot be
  2009-06-29 18:36 ` [Bug rtl-optimization/40519] " daney at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: wouter dot vermaelen at scarlet dot be @ 2009-06-22 11:56 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 704 bytes --]

> cat bug.i
void f(int i, int j, int k) {
        if (i == 0) k = 0;
        if (j == 0) __builtin_unreachable();
        if (k == 0) __builtin_unreachable();
}

> gcc -O2 -ftracer bug.i
bug.i: In function ‘f’:
bug.i:5:1: internal compiler error: Segmentation fault

Using SVN revision 148787.


-- 
           Summary: ICE with -O2 -ftracer __builtin_unreachable()
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: wouter dot vermaelen at scarlet dot be


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40519


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

end of thread, other threads:[~2009-07-26  5:09 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-22 11:56 [Bug tree-optimization/40519] New: ICE with -O2 -ftracer __builtin_unreachable() wouter dot vermaelen at scarlet dot be
2009-06-29 18:36 ` [Bug rtl-optimization/40519] " daney at gcc dot gnu dot org
2009-06-29 22:50 ` daney at gcc dot gnu dot org
2009-07-06 11:33 ` [Bug rtl-optimization/40519] [4.5 Regression] " reichelt at gcc dot gnu dot org
2009-07-09 15:43 ` rguenth at gcc dot gnu dot org
2009-07-09 15:48 ` daney at gcc dot gnu dot org
2009-07-26  5:08 ` daney at gcc dot gnu dot org
2009-07-26  5:09 ` daney 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).