http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46567
--- Comment #7 from Patrick Marlier <patrick.marlier at gmail dot com> 2011-02-03 10:28:37 UTC --- Created attachment 23234 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23234 new testcase with O0 Here a reduced test case that raises this ICE with current svn version: $ gcc -O0 -S -fgnu-tm ICE_ipa_tm_propagate_irr.i ICE_ipa_tm_propagate_irr.i: In function ‘readLoop’: ICE_ipa_tm_propagate_irr.i:23:1: internal compiler error: in ipa_tm_decrement_clone_counts, at trans-mem.c:3763 Please submit a full bug report, with preprocessed source if appropriate. See <http://gcc.gnu.org/bugs.html> for instructions. and raises this ICE with Andrew's patch (tm2.patch) gcc -O0 -S -fgnu-tm ICE_ipa_tm_propagate_irr.i ICE_ipa_tm_propagate_irr.i: In function ‘readLoop’: ICE_ipa_tm_propagate_irr.i:23:1: internal compiler error: in ipa_tm_propagate_irr, at trans-mem.c:3738 Please submit a full bug report, with preprocessed source if appropriate. See <http://gcc.gnu.org/bugs.html> for instructions. Thanks. Patrick Marlier.