https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69763
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> --- (In reply to Jason Merrill from comment #4) > Created attachment 43903 [details] > proposed fix // { dg-do compile { target { { i?86-*-* } && c++11 } } } is incorrect, either it should use just ia32 instead of i?86-*-*, or { { { i?86-*-* x86_64-*-* } && ia32 } && c++11 }.