OSDN Git Service

* g++.dg/ext/altivec-1.C: XFAIL powerpc-ibm-aix*.
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 7 Jun 2004 20:36:56 +0000 (20:36 +0000)
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 7 Jun 2004 20:36:56 +0000 (20:36 +0000)
        * g++.dg/ext/altivec-10.C: Same.
        * g++.dg/ext/altivec-2.C: Same.
        * g++.dg/ext/altivec-3.C: Same.
        * g++.dg/ext/altivec-4.C: Same.
        * g++.dg/ext/altivec-5.C: Same.
        * g++.dg/ext/altivec-6.C: Same.
        * g++.dg/ext/altivec-7.C: Same.
        * g++.dg/ext/altivec-8.C: Same.
        * g++.dg/ext/altivec-9.C: Same.
        * g++.old-deja/g++.abi/cxa_vec.C: Same.
        * g++.old-deja/g++.brendan/new3.C: Same.
        * gcc.c-torture/execute/eeprof-1.x: Same.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@82718 138bc75d-0d04-0410-961f-82ee72b054a4

14 files changed:
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/ext/altivec-1.C
gcc/testsuite/g++.dg/ext/altivec-10.C
gcc/testsuite/g++.dg/ext/altivec-2.C
gcc/testsuite/g++.dg/ext/altivec-3.C
gcc/testsuite/g++.dg/ext/altivec-4.C
gcc/testsuite/g++.dg/ext/altivec-5.C
gcc/testsuite/g++.dg/ext/altivec-6.C
gcc/testsuite/g++.dg/ext/altivec-7.C
gcc/testsuite/g++.dg/ext/altivec-8.C
gcc/testsuite/g++.dg/ext/altivec-9.C
gcc/testsuite/g++.old-deja/g++.abi/cxa_vec.C
gcc/testsuite/g++.old-deja/g++.brendan/new3.C
gcc/testsuite/gcc.c-torture/execute/eeprof-1.x

index bd4048b..1770f63 100644 (file)
@@ -1,3 +1,19 @@
+2004-06-07  David Edelsohn  <edelsohn@gnu.org>
+
+       * g++.dg/ext/altivec-1.C: XFAIL powerpc-ibm-aix*.
+       * g++.dg/ext/altivec-10.C: Same.
+       * g++.dg/ext/altivec-2.C: Same.
+       * g++.dg/ext/altivec-3.C: Same.
+       * g++.dg/ext/altivec-4.C: Same.
+       * g++.dg/ext/altivec-5.C: Same.
+       * g++.dg/ext/altivec-6.C: Same.
+       * g++.dg/ext/altivec-7.C: Same.
+       * g++.dg/ext/altivec-8.C: Same.
+       * g++.dg/ext/altivec-9.C: Same.
+       * g++.old-deja/g++.abi/cxa_vec.C: Same.
+       * g++.old-deja/g++.brendan/new3.C: Same.
+       * gcc.c-torture/execute/eeprof-1.x: Same.
+
 2004-06-07  Joseph S. Myers  <jsm@polyomino.org.uk>
 
        PR c/14765
index 09c2343..2890ed9 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do compile { target powerpc*-*-* } } */
+/* { dg-do compile { target powerpc*-*-* } { xfail powerpc-ibm-aix* } } */
 /* { dg-options "-maltivec" } */
 
 #include <altivec.h>
index fcfaeb9..c73e39a 100644 (file)
@@ -1,6 +1,6 @@
 /* This is a compile-only test for interaction of "-maltivec" and "-save-temps".  */
 /* Author:  Ziemowit Laski  <zlaski@apple.com>.  */
-/* { dg-do compile { target powerpc*-*-* } } */
+/* { dg-do compile { target powerpc*-*-* } { xfail powerpc-ibm-aix* } } */
 /* { dg-options "-save-temps -maltivec" } */
 
 #include <altivec.h>
index 4c9518a..f73bd16 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do run { target powerpc*-*-* } } */
+/* { dg-do run { target powerpc*-*-* } { xfail powerpc-ibm-aix* } } */
 /* { dg-options "-maltivec -Wall" } */
 
 /* This test checks if AltiVec builtins accept const-qualified
index a98d4a7..1445985 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do run { target powerpc*-*-* } } */
+/* { dg-do run { target powerpc*-*-* } { xfail powerpc-ibm-aix* } } */
 /* { dg-options "-maltivec" } */
 
 /* Test for correct handling of AltiVec constants passed
index f6d8462..9ce681b 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do compile { target powerpc*-*-* } } */
+/* { dg-do compile { target powerpc*-*-* } { xfail powerpc-ibm-aix* } } */
 /* { dg-options "-maltivec" } */
 
 /* PR c++/14425 */
index 213bde0..6d3d063 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do compile { target powerpc*-*-* } } */
+/* { dg-do compile { target powerpc*-*-* } { xfail powerpc-ibm-aix* } } */
 /* { dg-options "-maltivec" } */
 
 /* PR c++/14426 */
index 611047e..11963e1 100644 (file)
@@ -1,6 +1,6 @@
 /* Test for correct handling of literal arguments. */
 /* Author: Ziemowit Laski  <zlaski@apple.com>  */
-/* { dg-do compile { target powerpc*-*-* } } */
+/* { dg-do compile { target powerpc*-*-* } { xfail powerpc-ibm-aix* } } */
 /* { dg-options "-maltivec" } */
 
 #include <altivec.h>
index 9d479d8..76b4629 100644 (file)
@@ -1,5 +1,5 @@
 /* Test for AltiVec type overloading and name mangling.  */
-/* { dg-do compile { target powerpc*-*-* } } */
+/* { dg-do compile { target powerpc*-*-* } { xfail powerpc-ibm-aix* } } */
 /* { dg-options "-maltivec" } */
 
 #include <altivec.h>
index 9f4892d..88a3d81 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do compile { target powerpc*-*-* } } */
+/* { dg-do compile { target powerpc*-*-* } { xfail powerpc-ibm-aix* } } */
 /* { dg-options "-maltivec" } */
 /* Author: Ziemowit Laski  <zlaski@apple.com>  */
 
index cb7e4bb..9f71be5 100644 (file)
@@ -1,5 +1,5 @@
 /* Test for AltiVec function vec_ld, passing a pointer to const vector */
-/* { dg-do compile { target powerpc*-*-* } } */
+/* { dg-do compile { target powerpc*-*-* } { xfail powerpc-ibm-aix* } } */
 /* { dg-options "-maltivec" } */
 
 #include <altivec.h>
index 99af486..ed5a7de 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-do run  }
+// { dg-do run { xfail powerpc-ibm-aix* } }
 // Test __cxa_vec routines
 // Copyright (C) 2000 Free Software Foundation, Inc.
 // Contributed by Nathan Sidwell 7 Apr 2000 <nathan@nathan@codesourcery.com>
index 82170fd..961a3ad 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-do run  }
+// { dg-do run { xfail powerpc-ibm-aix* } }
 // GROUPS passed operator-new
 #include <stdio.h>
 #include <stdlib.h>
index 0098d56..d53f8c2 100644 (file)
@@ -1,2 +1,5 @@
+if { [istarget "powerpc-ibm-aix*"] } {
+        set torture_execute_xfail "powerpc-ibm-aix*"
+}
 set additional_flags "-finstrument-functions"
 return 0