[Bug middle-end/52173] internal compiler error: verify_ssa failed possibly caused by itm
rguenth at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Sep 21 12:39:00 GMT 2012
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52173
--- Comment #13 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-09-21 12:39:19 UTC ---
Simpler testcase from PR54646, fails at -O2:
int a;
int main()
{
int i;
for (i = 0; i < 1; ++i)
__transaction_atomic { ++a; }
return 0;
}
More information about the Gcc-bugs
mailing list