public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/34969]  New: [4.3 regression] ICE with -fipa-cp -ffast-math
@ 2008-01-25  8:53 reichelt at gcc dot gnu dot org
  2008-01-25  9:03 ` [Bug middle-end/34969] " reichelt at gcc dot gnu dot org
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2008-01-25  8:53 UTC (permalink / raw)
  To: gcc-bugs

The following valid testcase triggers an ICE on mainline when compiled with
"gcc -O -fipa-cp -ffast-math":

===========================================
double foo(double x) { return x*x; }
double bar()         { return foo(0); }
===========================================

bug.c:2: error: edge double T.0(double)->double __builtin_pow(double, double)
has no corresponding call_stmt
bug.c:2: internal compiler error: Segmentation fault
Please submit a full bug report, [etc.]

Note the bug in the bug: verify_cgraph_node manages to print the first part of
the internal error, but crashes before "verify_cgraph_node failed" can be
printed.


-- 
           Summary: [4.3 regression] ICE with -fipa-cp -ffast-math
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code, monitored
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: reichelt at gcc dot gnu dot org


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


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

end of thread, other threads:[~2008-01-29 23:23 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-01-25  8:53 [Bug middle-end/34969] New: [4.3 regression] ICE with -fipa-cp -ffast-math reichelt at gcc dot gnu dot org
2008-01-25  9:03 ` [Bug middle-end/34969] " reichelt at gcc dot gnu dot org
2008-01-25 10:26 ` rguenth at gcc dot gnu dot org
2008-01-28  9:17 ` jakub at gcc dot gnu dot org
2008-01-28 10:10 ` jakub at gcc dot gnu dot org
2008-01-28 12:35 ` rguenth at gcc dot gnu dot org
2008-01-28 13:44 ` jakub at gcc dot gnu dot org
2008-01-28 13:44 ` rguenth at gcc dot gnu dot org
2008-01-28 21:48 ` hubicka at ucw dot cz
2008-01-30  0:03 ` jakub at gcc dot gnu dot org
2008-01-30  0:07 ` jakub 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).