------- Comment #2 from pinskia at gcc dot gnu dot org 2007-02-12 00:00 ------- /* This aborts e.g. when there is _no_ path from ENTRY to EXIT at all. */ gcc_assert (di->nodes == (unsigned int) n_basic_blocks - 1);
Sounds like inlining is messing up the CFG with slightly different NOTHROW. Wll know once I see the preprocessed source. -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pinskia at gcc dot gnu dot | |org Component|c++ |middle-end http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30768