diff options
author | Eric Botcazou <ebotcazou@adacore.com> | 2010-11-19 10:03:12 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2010-11-19 10:03:12 +0000 |
commit | 7544dae2ee319b1b60915fcbf4e61f555b7d3a70 (patch) | |
tree | 8e7a0ee26b772289940fb4abb856c3bd8e52c38c /gcc | |
parent | 4ae978061953884ac3a3243c08ed8d7bb98f3c84 (diff) | |
download | gcc-7544dae2ee319b1b60915fcbf4e61f555b7d3a70.zip gcc-7544dae2ee319b1b60915fcbf4e61f555b7d3a70.tar.gz gcc-7544dae2ee319b1b60915fcbf4e61f555b7d3a70.tar.bz2 |
* gcc.dg/lto/20090210_1.c: Do not pass -fPIC on the SPARC.
From-SVN: r166934
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/lto/20090210_1.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 9fc1c46..f857e9404 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,9 @@ 2010-11-19 Eric Botcazou <ebotcazou@adacore.com> + * gcc.dg/lto/20090210_1.c: Do not pass -fPIC on the SPARC. + +2010-11-19 Eric Botcazou <ebotcazou@adacore.com> + * gcc.dg/tree-ssa/20040204-1.c: Do not XFAIL on the SPARC. 2010-11-18 Steve Ellcey <sje@cup.hp.com> diff --git a/gcc/testsuite/gcc.dg/lto/20090210_1.c b/gcc/testsuite/gcc.dg/lto/20090210_1.c index bf12aa6..9604119 100644 --- a/gcc/testsuite/gcc.dg/lto/20090210_1.c +++ b/gcc/testsuite/gcc.dg/lto/20090210_1.c @@ -1,4 +1,4 @@ -/* { dg-options "-fPIC" } */ +/* { dg-options "-fPIC" { target { ! sparc*-*-* } } } */ static void f (int n) { |