]> gcc.gnu.org Git - gcc.git/commit
Assorted testsuite fixes
authorEric Botcazou <ebotcazou@adacore.com>
Tue, 9 Mar 2021 15:20:53 +0000 (16:20 +0100)
committerEric Botcazou <ebotcazou@adacore.com>
Tue, 9 Mar 2021 15:22:55 +0000 (16:22 +0100)
commit9f05c276ce3ccf09e52c1032bddc2218eba61ea1
treeedd89380c9885c875cf47436c76d298014d97a01
parentdefafb78cbcb7e2d5abd40379afdecee8b1a0d06
Assorted testsuite fixes

First, gcc.dg/array-quals-1.c does not pass if the compiler is configured
with --enable-default-pie because the sections change, so force -fno-pie.
Second, replace *-*-solaris* with sparc*-*-* for gfortran.dg/pr95690.f90
because this depends on the architecture rather than the OS.  Third force
SRA to trigger on Aarch64 (like PowerPC) for gnat.dg/opt39.adb.

gcc/testsuite/
* gcc.dg/array-quals-1.c: Pass -fno-pie if supported.
* gcc.dg/loop-9.c: Likewise.
* gfortran.dg/pr95690.f90: Replace *-*-solaris* with sparc*-*-*.
* gnat.dg/opt39.adb: Pass --param option for Aarch64 too.
gcc/testsuite/gcc.dg/array-quals-1.c
gcc/testsuite/gcc.dg/loop-9.c
gcc/testsuite/gfortran.dg/pr95690.f90
gcc/testsuite/gnat.dg/opt39.adb
This page took 0.077215 seconds and 5 git commands to generate.