http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47770
--- Comment #3 from Zdenek Sojka <zsojka at seznam dot cz> 2011-02-24 02:20:56 UTC --- It seems most of the exec failures disappeared between r170436 and r170443 - that is, probably by the fix for PR47849. Running testsuite (languages=c,c++,lto,fortran) with RUNTESTFLAGS="--target_board=unix/-ftree-loop-if-convert-stores/-fno-tree-reassoc/-fno-tree-vectorize" gives only one ICE - PR47738 and two exec failures: ext/pb_ds/example/tree_intervals.cc (PR46029) gfortran.dg/allocate_deferred_char_scalar_1.f03 (fails even with no optimisation flags) Also, the attachment in comment #0 doesn't fail anymore.