[Bug tree-optimization/48613] [4.6/4.7 Regression] ICE: vector VEC(ipa_node_params_t,base) index domain error with -O0 -flto -findirect-inlining
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Apr 21 12:51:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48613
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2011.04.21 12:51:31
CC| |jakub at gcc dot gnu.org
Ever Confirmed|0 |1
--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-04-21 12:51:31 UTC ---
-findirect-inlining with -O0 makes no sense, we should clear
flag_indirect_inlining when -O0 or guard all flag_indirect_inlining uses with
&& optimize (currently it is done that way only in one place, which is the
reason why this ICEs).
More information about the Gcc-bugs
mailing list