]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR testsuite/25215 (-fpic/-fPIC failure in gcc.dg/20050503-1.c)
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Fri, 16 Dec 2005 19:00:07 +0000 (19:00 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Fri, 16 Dec 2005 19:00:07 +0000 (19:00 +0000)
PR testsuite/25215
* gcc.dg/20050503-1.c: Skip on x86 ilp32 with -fpic/-fPIC.

From-SVN: r108668

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/20050503-1.c

index 075dd3b615e239442e38b9bd185d3accb743fe1d..4031480cac1ab912885e5b7db55720cb1d59803a 100644 (file)
@@ -1,3 +1,8 @@
+2005-12-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       PR testsuite/25215
+       * gcc.dg/20050503-1.c: Skip on x86 ilp32 with -fpic/-fPIC.
+
 2005-12-16  Jakub Jelinek  <jakub@redhat.com>
 
        PR rtl-optimization/24899
index f8246dbbd3f345efa37b48c40e9f6fd95f33934f..1ab93cad7bfb2505d4546f2f97515a6f64b59d9e 100644 (file)
@@ -2,6 +2,7 @@
    Test whether tail call information is propagated through builtin
    expanders.  */
 /* { dg-do compile } */
+/* { dg-skip-if "" { { i?86-*-* x86_64-*-* } && ilp32 } { "-fpic" "-fPIC" } { "" } } */
 /* { dg-options "-O2" } */
 
 typedef __SIZE_TYPE__ size_t;