array-quals-1.c: xfail on powerpc*-*-aix*.
authorDavid Edelsohn <edelsohn@gnu.org>
Sun, 18 Jan 2004 04:39:34 +0000 (04:39 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Sun, 18 Jan 2004 04:39:34 +0000 (23:39 -0500)
        * gcc.dg/array-quals-1.c: xfail on powerpc*-*-aix*.
        * gcc.dg/const-elim-1.c: Same.

From-SVN: r76083

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/array-quals-1.c
gcc/testsuite/gcc.dg/const-elim-1.c

index 1847836d79e26b594dc4983df9e29081c07609af..9b08ce913bb4b6bf6bafae936f1bbf1b2811f4c0 100644 (file)
@@ -1,3 +1,8 @@
+2004-01-18  David Edelsohn  <edelsohn@gnu.org>
+
+       * gcc.dg/array-quals-1.c: xfail on powerpc*-*-aix*.
+       * gcc.dg/const-elim-1.c: Same.
+
 2004-01-17  Ziemowit Laski  <zlaski@apple.com>
 
        * objc.dg/stret-1.m: New.
index 027877922046de42b66f96dcf6b86cb356a8e7f4..8068895053f4792221ec7fa2546cab3c65ba9c15 100644 (file)
@@ -3,7 +3,7 @@
    all should end up in a read-only section.  PR c/12165.  */
 /* Origin: Joseph Myers <jsm@polyomino.org.uk> */
 /* { dg-do compile } */
-/* { dg-final { scan-assembler-not "\\.data(?!\\.rel\\.ro)" } } */
+/* { dg-final { scan-assembler-not "\\.data(?!\\.rel\\.ro)" { xfail powerpc*-*-aix* } } } */
 static const int a[2] = { 1, 2 };
 const int a1[2] = { 1, 2 };
 typedef const int ci;
index 7281ebfd9b4d2fb23c8920c04c6b1c73782b413a..1e8acb6bf70a6e4181972a6f6f153100894ef606 100644 (file)
@@ -10,7 +10,7 @@
 /* This test fails on ARM cores because we use a block move to
    initialize "S" in test2, and GCC is not clever enough to eliminate
    the block move.  */
-/* { dg-final { scan-assembler-not "L\\\$?C\[^A-Z\]" { xfail arm-*-* } } } */
+/* { dg-final { scan-assembler-not "L\\\$?C\[^A-Z\]" { xfail arm-*-* powerpc*-*-aix* } } } */
 
 #define I (__extension__ 1.0iF)