* gcc.target/sparc/struct-ret-check-1.c: Add -fno-pie option.
authorEric Botcazou <ebotcazou@adacore.com>
Fri, 15 Feb 2019 10:55:50 +0000 (10:55 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Fri, 15 Feb 2019 10:55:50 +0000 (10:55 +0000)
From-SVN: r268934

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/sparc/struct-ret-check-1.c

index a861f9a..8638367 100644 (file)
@@ -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.
index 00307fe..0428bc9 100644 (file)
@@ -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>