[Bug tree-optimization/77621] [6/7 Regression] Internal compiler error for mtune=atom + msse2
ubizjak at gmail dot com
gcc-bugzilla@gcc.gnu.org
Tue Sep 20 11:24:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77621
--- Comment #14 from Uroš Bizjak <ubizjak at gmail dot com> ---
(In reply to Richard Biener from comment #13)
> Created attachment 39656 [details]
> patch for the ICE
+/* { dg-additional-options "-march=i686 -mtune=atom -msse2" { target ia32 } }
*/
You can use
/* { dg-additional-options "-mtune=atom -msse2" { target i?86-*-* x86_64-*-* }
} */
and the test will also break on x86_64.
More information about the Gcc-bugs
mailing list