This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug regression/37456] New: gcc4.4 ICE: verify_flow_info failed


I get an ICE on PowerPC with the following code on a gcc svn checkout from this
morning:

gcc version 4.4.0 20080909 (experimental) (GCC) 

# /root/gcc-installed/bin/g++ -O -ffast-math -c foo.cpp

foo.cpp: In member function ?void testcase::foo::doit(double, double, double)?:
foo.cpp:16: error: control flow in the middle of basic block 3
foo.cpp:16: error: control flow in the middle of basic block 3
foo.cpp:16: error: BB 3 can not throw but has EH edges
foo.cpp:16: internal compiler error: verify_flow_info failed

It compiles OK if the -ffast-math flag is not specified.


-- 
           Summary: gcc4.4 ICE: verify_flow_info failed
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: regression
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: anton at samba dot org
  GCC host triplet: powerpc-linux


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]