aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@adacore.com>2019-02-15 10:55:50 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2019-02-15 10:55:50 +0000
commit2dca0c882ade0f0a5f2e283a6d830721ba2eb90e (patch)
treeb98404b6a86a4a3eee0f72c803523e7ab7ea008d /gcc
parent3bafb64805efd2694819fc2db878b8410d6b30a4 (diff)
downloadgcc-2dca0c882ade0f0a5f2e283a6d830721ba2eb90e.zip
gcc-2dca0c882ade0f0a5f2e283a6d830721ba2eb90e.tar.gz
gcc-2dca0c882ade0f0a5f2e283a6d830721ba2eb90e.tar.bz2
* gcc.target/sparc/struct-ret-check-1.c: Add -fno-pie option.
From-SVN: r268934
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog4
-rw-r--r--gcc/testsuite/gcc.target/sparc/struct-ret-check-1.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index a861f9a..8638367 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,5 +1,9 @@
2019-02-15 Eric Botcazou <ebotcazou@adacore.com>
+ * gcc.target/sparc/struct-ret-check-1.c: Add -fno-pie option.
+
+2019-02-15 Eric Botcazou <ebotcazou@adacore.com>
+
* c-c++-common/patchable_function_entry-decl.c: Do not run on Visium.
* c-c++-common/patchable_function_entry-default.c: Likewise.
* c-c++-common/patchable_function_entry-definition.c: Likewise.
diff --git a/gcc/testsuite/gcc.target/sparc/struct-ret-check-1.c b/gcc/testsuite/gcc.target/sparc/struct-ret-check-1.c
index 00307fe..0428bc9 100644
--- a/gcc/testsuite/gcc.target/sparc/struct-ret-check-1.c
+++ b/gcc/testsuite/gcc.target/sparc/struct-ret-check-1.c
@@ -7,7 +7,7 @@
/* Origin: Carlos O'Donell <carlos@codesourcery.com> */
/* { dg-do run { target sparc*-*-solaris* sparc*-*-linux* sparc*-*-*bsd* } } */
-/* { dg-options "-mstd-struct-return" } */
+/* { dg-options "-mstd-struct-return -fno-pie" } */
/* { dg-require-effective-target ilp32 } */
#include <stdio.h>
#include <stdlib.h>