From: Kaveh R. Ghazi Date: Mon, 3 Jan 2005 01:43:45 +0000 (+0000) Subject: 20020720-1.x: XFAIL for x86 when using -fpic or -fPIC. X-Git-Tag: releases/gcc-3.3.6~150 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f47d6f51ceea9dbab601e2e7f4031c4ebd097e1;p=thirdparty%2Fgcc.git 20020720-1.x: XFAIL for x86 when using -fpic or -fPIC. * gcc.c-torture/execute/20020720-1.x: XFAIL for x86 when using -fpic or -fPIC. From-SVN: r92821 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index e1d9b6f92f61..6d13be385287 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2005-01-02 Kaveh R. Ghazi + + * gcc.c-torture/execute/20020720-1.x: XFAIL for x86 when using + -fpic or -fPIC. + 2004-12-21 Joseph S. Myers PR c/14765 diff --git a/gcc/testsuite/gcc.c-torture/execute/20020720-1.x b/gcc/testsuite/gcc.c-torture/execute/20020720-1.x index 58e311c0d3cb..4d1e27b91ec5 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 "i?86-*-*"] } { + 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 {