https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77416
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #13 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Created attachment 40503 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40503&action=edit gcc7-pr77416-test.patch So the bug has been fixed, but the testcase is broken, right? I think it would help if gcc.target/powerpc followed the same rule that gcc.target/i386 uses, namely that dg-option/dg-additional-option should not contain -m32 or -m64 options, the choice whether you test 32-bit or 64-bit is done through the default (whether -m32 or -m64 is the default) or through --target_board=unix\{-m32,-m64\} and similar, and tests are guarded with ilp32 or lp64 or negation thereof where needed. This patch implements that.