[Bug bootstrap/46528] [4.6 Regression] profiledbootstrap failure

Jan Hubicka hubicka@ucw.cz
Thu Nov 25 13:48:00 GMT 2010


> we do CFG manipulations based on debug stmts (verified with a later
> assert that triggers on -O2 -g -fprofile-use).
> 
> It's of course unfortunate that we do this BB splitting at all when
> not doing coverage test.

The BB splitting is neccesary so the CFG can be solved (i.e. you have explicit edges to exit when program can terminate).

Honza



More information about the Gcc-bugs mailing list