PR 89916 points out that the new test fails when -m32 is not supported, and
I see other tests don't try to add -m32, so I'm removing it.
PR testsuite/89916
* gcc.dg/pr86928.c: Do not attempt to add -m32.
--- testsuite/gcc.dg/pr86928.c (revision 270061)
+++ testsuite/gcc.dg/pr86928.c (working copy)
@@ -1,6 +1,5 @@
/* { dg-do compile { target powerpc*-*-* ia64-*-* i?86-*-* x86_64-*-* } } */
/* { dg-options "-O2 -fnon-call-exceptions -fsel-sched-pipelining
-fsel-sched-pipelining-outer-loops -fselective-scheduling -fno-if-conversion
-fno-tree-dce -w" } */
-/* { dg-additional-options "-m32" { target powerpc*-*-* } } */
int kn;