testsuite: remove explicit -m32/-m64 from testcases
authorDavid Edelsohn <dje.gcc@gmail.com>
Fri, 16 Oct 2020 22:09:49 +0000 (18:09 -0400)
committerDavid Edelsohn <dje.gcc@gmail.com>
Sat, 17 Oct 2020 00:11:26 +0000 (20:11 -0400)
commit4e4d0f703df019994378f04b1e88f6f4f7854ca8
treeed4a1be9992ecd5ab131e32b42434f9801712476
parent02629b116eed7c6911ef0eb2ef97e1883e9fb1de
testsuite: remove explicit -m32/-m64 from testcases

Two tests in the powerpc-specific testsuite explicitly add the -m32
and -m64 commandline options, which only are valid for Linux.  And the
tests check for lp64 or ilp32, which is redundant.  This patch removes
the unnecessary commandline options.

gcc/testsuite/ChangeLog:

2020-10-16  David Edelsohn  <dje.gcc@gmail.com>

* gcc.target/powerpc/pr96139-a.c: Remove -m32.
* gcc.target/powerpc/pr96139-b.c: Remove -m64.
gcc/testsuite/gcc.target/powerpc/pr96139-a.c
gcc/testsuite/gcc.target/powerpc/pr96139-b.c