diff options
| author | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-02-16 18:06:27 +0000 |
|---|---|---|
| committer | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-02-16 18:06:27 +0000 |
| commit | eb5f3b91ef68c5e27851d22092cb576c5d69b8dc (patch) | |
| tree | 241666a09eb3c0877603388fc26131ba5ecd29cd | |
| parent | 2172a005cc4e4f73c881d88c756ba1e006b02a88 (diff) | |
| download | ppe42-gcc-eb5f3b91ef68c5e27851d22092cb576c5d69b8dc.tar.gz ppe42-gcc-eb5f3b91ef68c5e27851d22092cb576c5d69b8dc.zip | |
* gcc.c-torture/execute/20020720-1.x: XFAIL on SPARC with -fPIC.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77908 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/testsuite/gcc.c-torture/execute/20020720-1.x | 13 |
2 files changed, 17 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 49cec6a71d3..86a946d2091 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2004-02-16 Eric Botcazou <ebotcazou@libertysurf.fr> + + * gcc.c-torture/execute/20020720-1.x: XFAIL on SPARC with -fPIC. + 2004-02-15 Mark Mitchell <mark@codesourcery.com> PR c++/13971 diff --git a/gcc/testsuite/gcc.c-torture/execute/20020720-1.x b/gcc/testsuite/gcc.c-torture/execute/20020720-1.x index 2520c74f2b4..1f7137b153a 100644 --- a/gcc/testsuite/gcc.c-torture/execute/20020720-1.x +++ b/gcc/testsuite/gcc.c-torture/execute/20020720-1.x @@ -11,6 +11,19 @@ # and can make the optimization. # Don't XFAIL at -O0, that should never fail. +if { [istarget "sparc*-*-*"] } { + set torture_eval_before_compile { + global compiler_conditional_xfail_data + set compiler_conditional_xfail_data { + "PR opt/10348" \ + { "*-*-*" } \ + { "-fpic" "-fPIC" } \ + { "-O0" } + } + } + return 0 +} + set torture_eval_before_compile { global compiler_conditional_xfail_data set compiler_conditional_xfail_data { |

