http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56882
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> 2013-04-09 09:36:19 UTC --- Can't reproduce, though of course if you specify -march=native -mtune=native, you need to provide info from running that together with -v, because otherwise it is completely useless to people testing it on other HW. Tried -mavx -mfma -mf16c -maes -mpclmul -march=btver2 -mtune=btver2 -mavx -mfma -mf16c -maes -mpclmul -march=bdver2 -mtune=bdver2 instead of -march=native -mtune=native here. Also, is the ICE already during compilation of this preprocessed testcase, or is the ICE during lto phase (then of course to reproduce you'd need to provide all preprocessed sources, ideally reduced).