overflow-1.c: Add -fno-pie to the options.
authorEric Botcazou <ebotcazou@adacore.com>
Fri, 8 Nov 2019 12:45:24 +0000 (12:45 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Fri, 8 Nov 2019 12:45:24 +0000 (12:45 +0000)
* gcc.target/sparc/overflow-1.c: Add -fno-pie to the options.
* gcc.target/sparc/overflow-2.c: Likewise.

From-SVN: r277969

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/sparc/overflow-1.c
gcc/testsuite/gcc.target/sparc/overflow-2.c

index 286e6e16e46fecb909c4bcaa885bd3fda612d9d5..45306ae1679ae0de5c4afff1e0ac49dcb580f1f0 100644 (file)
@@ -1,7 +1,9 @@
 2019-11-08  Eric Botcazou  <ebotcazou@adacore.com>
 
        * gcc.c-torture/compile/20191108-1.c: New test.
-       * gcc.target/sparc/overflow-3.c: Add -fno-pie to the options.
+       * gcc.target/sparc/overflow-1.c: Add -fno-pie to the options.
+       * gcc.target/sparc/overflow-2.c: Likewise.
+       * gcc.target/sparc/overflow-3.c: Likewise.
        * gcc.target/sparc/overflow-4.c: Likewise.
        * gcc.target/sparc/overflow-5.c: Likewise.
 
index e3fa0d04573abc931b93bc2e3dd9e06bebb76fde..75f69ba4f9da117388cd8e8fd192899984637532 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-options "-O -mcpu=v8" } */
+/* { dg-options "-O -fno-pie -mcpu=v8" } */
 /* { dg-require-effective-target ilp32 } */
 
 #include <stdbool.h>
index 9e42bd214de7e57238ac11c95c24db430c80f506..feb3f19482847914d7580d31001c3d9af03aed5c 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-options "-O -mcpu=v8" } */
+/* { dg-options "-O -fno-pie -mcpu=v8" } */
 /* { dg-require-effective-target ilp32 } */
 
 #include <stdbool.h>