testsuite: Fix up gcc.target/i386/pr99726.c test [PR99726]
authorJakub Jelinek <jakub@redhat.com>
Fri, 2 Apr 2021 08:07:50 +0000 (10:07 +0200)
committerJakub Jelinek <jakub@redhat.com>
Fri, 2 Apr 2021 08:07:50 +0000 (10:07 +0200)
commite53c0696113cced90561e79ade27445f6c0926d0
treefda546fe7a65e026c19e92d9b4e8be8b11a55f3c
parentf1607029aea3043f7bd4f86c005e0997795f5ffd
testsuite: Fix up gcc.target/i386/pr99726.c test [PR99726]

-m32 shouldn't be used in gcc.target/i386/ testcases, people do
test with -m32/-m64 to get 32-bit compilation tested.
And, -floop-nest-optimize is a graphite optimization, so might not
be enabled in all gcc builds.

2021-04-02  Jakub Jelinek  <jakub@redhat.com>

PR tree-optimization/99726
* gcc.target/i386/pr99726.c: Remove -m32 from dg-options.  Move
-floop-nest-optimize to dg-additional-options guarded on fgraphite
effective target.
gcc/testsuite/gcc.target/i386/pr99726.c