* 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.
From-SVN: r82718
+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
-/* { dg-do compile { target powerpc*-*-* } } */
+/* { dg-do compile { target powerpc*-*-* } { xfail powerpc-ibm-aix* } } */
/* { dg-options "-maltivec" } */
#include <altivec.h>
/* 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>
-/* { 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
-/* { 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
-/* { dg-do compile { target powerpc*-*-* } } */
+/* { dg-do compile { target powerpc*-*-* } { xfail powerpc-ibm-aix* } } */
/* { dg-options "-maltivec" } */
/* PR c++/14425 */
-/* { dg-do compile { target powerpc*-*-* } } */
+/* { dg-do compile { target powerpc*-*-* } { xfail powerpc-ibm-aix* } } */
/* { dg-options "-maltivec" } */
/* PR c++/14426 */
/* 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>
/* 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>
-/* { dg-do compile { target powerpc*-*-* } } */
+/* { dg-do compile { target powerpc*-*-* } { xfail powerpc-ibm-aix* } } */
/* { dg-options "-maltivec" } */
/* Author: Ziemowit Laski <zlaski@apple.com> */
/* 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>
-// { 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>
-// { dg-do run }
+// { dg-do run { xfail powerpc-ibm-aix* } }
// GROUPS passed operator-new
#include <stdio.h>
#include <stdlib.h>
+if { [istarget "powerpc-ibm-aix*"] } {
+ set torture_execute_xfail "powerpc-ibm-aix*"
+}
set additional_flags "-finstrument-functions"
return 0