diff mbox series

[ARM/FDPIC,v5,16/21,ARM,testsuite] FDPIC: Skip tests that don't work in PIC mode

Message ID 20190515124006.25840-17-christophe.lyon@st.com
State Superseded
Headers show
Series FDPIC ABI for ARM | expand

Commit Message

Christophe Lyon May 15, 2019, 12:39 p.m. UTC
Some tests fail on arm*-*-uclinuxfdpiceabi because it generates PIC
code and they don't support it: skip them. They also fail on
arm*-linux* when forcing -fPIC.

2019-XX-XX  Christophe Lyon  <christophe.lyon@st.com>

	gcc/testsuite/
	* gcc.target/arm/eliminate.c: Accept only nonpic targets.
	* g++.dg/other/anon5.C: Likewise.

Change-Id: I8efb8d356ce25b020c44a84b07f79a996dca0358

-- 
2.6.3

Comments

Kyrill Tkachov July 19, 2019, 8:53 a.m. UTC | #1
On 5/15/19 1:39 PM, Christophe Lyon wrote:
> Some tests fail on arm*-*-uclinuxfdpiceabi because it generates PIC

> code and they don't support it: skip them. They also fail on

> arm*-linux* when forcing -fPIC.

>

> 2019-XX-XX  Christophe Lyon  <christophe.lyon@st.com>

>

>         gcc/testsuite/

>         * gcc.target/arm/eliminate.c: Accept only nonpic targets.

>         * g++.dg/other/anon5.C: Likewise.

>

Ok.

I think it's worth committing this now independently of the others.

Thanks,

Kyrill


> Change-Id: I8efb8d356ce25b020c44a84b07f79a996dca0358

>

> diff --git a/gcc/testsuite/g++.dg/other/anon5.C 

> b/gcc/testsuite/g++.dg/other/anon5.C

> index ee4601e..dadd92e 100644

> --- a/gcc/testsuite/g++.dg/other/anon5.C

> +++ b/gcc/testsuite/g++.dg/other/anon5.C

> @@ -1,5 +1,6 @@

>  // PR c++/34094

>  // { dg-do link { target { ! { *-*-darwin* *-*-hpux* *-*-solaris2.* } 

> } } }

> +// { dg-require-effective-target nonpic }

>  // { dg-options "-gdwarf-2" }

>  // Ignore additional message on powerpc-ibm-aix

>  // { dg-prune-output "obtain more information" } */

> diff --git a/gcc/testsuite/gcc.target/arm/eliminate.c 

> b/gcc/testsuite/gcc.target/arm/eliminate.c

> index f254dd8..299d4df 100644

> --- a/gcc/testsuite/gcc.target/arm/eliminate.c

> +++ b/gcc/testsuite/gcc.target/arm/eliminate.c

> @@ -1,4 +1,4 @@

> -/* { dg-do compile } */

> +/* { dg-do compile { target { nonpic } } } */

>  /* { dg-options "-O2" }  */

>

>  struct X

> -- 

> 2.6.3

>
diff mbox series

Patch

diff --git a/gcc/testsuite/g++.dg/other/anon5.C b/gcc/testsuite/g++.dg/other/anon5.C
index ee4601e..dadd92e 100644
--- a/gcc/testsuite/g++.dg/other/anon5.C
+++ b/gcc/testsuite/g++.dg/other/anon5.C
@@ -1,5 +1,6 @@ 
 // PR c++/34094
 // { dg-do link { target { ! { *-*-darwin* *-*-hpux* *-*-solaris2.* } } } }
+// { dg-require-effective-target nonpic }
 // { dg-options "-gdwarf-2" }
 // Ignore additional message on powerpc-ibm-aix
 // { dg-prune-output "obtain more information" } */
diff --git a/gcc/testsuite/gcc.target/arm/eliminate.c b/gcc/testsuite/gcc.target/arm/eliminate.c
index f254dd8..299d4df 100644
--- a/gcc/testsuite/gcc.target/arm/eliminate.c
+++ b/gcc/testsuite/gcc.target/arm/eliminate.c
@@ -1,4 +1,4 @@ 
-/* { dg-do compile } */
+/* { dg-do compile { target { nonpic } } } */
 /* { dg-options "-O2" }  */
 
 struct X