From: Eric Botcazou Date: Fri, 8 Nov 2019 12:45:45 +0000 (+0000) Subject: overflow-1.c: Add -fno-pie to the options. X-Git-Tag: releases/gcc-9.3.0~417 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92b5b8384954ff9c52c1c76d185e09276aeea49b;p=thirdparty%2Fgcc.git overflow-1.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. From-SVN: r277970 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 8860e06264fd..087d24de3510 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,7 +1,9 @@ 2019-11-08 Eric Botcazou * 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. diff --git a/gcc/testsuite/gcc.target/sparc/overflow-1.c b/gcc/testsuite/gcc.target/sparc/overflow-1.c index e3fa0d04573a..75f69ba4f9da 100644 --- a/gcc/testsuite/gcc.target/sparc/overflow-1.c +++ b/gcc/testsuite/gcc.target/sparc/overflow-1.c @@ -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 diff --git a/gcc/testsuite/gcc.target/sparc/overflow-2.c b/gcc/testsuite/gcc.target/sparc/overflow-2.c index 9e42bd214de7..feb3f1948284 100644 --- a/gcc/testsuite/gcc.target/sparc/overflow-2.c +++ b/gcc/testsuite/gcc.target/sparc/overflow-2.c @@ -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