http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45874
Summary: ICE in verify_flow_info failed Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: middle-end AssignedTo: unassig...@gcc.gnu.org ReportedBy: rmansfi...@qnx.com Created attachment 21948 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=21948 preprocessed C++ source $ ./xgcc -v Using built-in specs. COLLECT_GCC=./xgcc Target: i686-pc-linux-gnu Configured with: ../configure --disable-bootstrap --enable-languages=c++ Thread model: posix gcc version 4.6.0 20101003 (experimental) [trunk revision 164915] (GCC) $ ./xgcc -B. -O2 ~/ice.ii /home/ryan/ice.ii: In static member function ‘static Status Mpeg2FrameConstructor::ParsePictureHeader(Ipp8u*, Ipp32s, Mpeg2TrackInfo*)’: /home/ryan/ice.ii:36:21: error: BB 2 can not throw but has an EH edge /home/ryan/ice.ii:36:21: error: BB 3 can not throw but has an EH edge /home/ryan/ice.ii:36:21: error: BB 4 can not throw but has an EH edge /home/ryan/ice.ii:36:21: error: BB 5 can not throw but has an EH edge /home/ryan/ice.ii:36:21: error: BB 6 can not throw but has an EH edge /home/ryan/ice.ii:36:21: error: BB 7 can not throw but has an EH edge /home/ryan/ice.ii:36:21: error: BB 11 can not throw but has an EH edge /home/ryan/ice.ii:36:21: internal compiler error: verify_flow_info failed Please submit a full bug report, with preprocessed source if appropriate. See <http://gcc.gnu.org/bugs.html> for instructions. r...@zoidberg:~/gnu/gcc/trunk/tmp1/gcc$