Commit a3d8a647 by David Edelsohn Committed by David Edelsohn

array-quals-1.c: xfail on powerpc*-*-aix*.

        * gcc.dg/array-quals-1.c: xfail on powerpc*-*-aix*.
        * gcc.dg/const-elim-1.c: Same.

From-SVN: r76083
parent 19d66194
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> 2004-01-17 Ziemowit Laski <zlaski@apple.com>
* objc.dg/stret-1.m: New. * objc.dg/stret-1.m: New.
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
all should end up in a read-only section. PR c/12165. */ all should end up in a read-only section. PR c/12165. */
/* Origin: Joseph Myers <jsm@polyomino.org.uk> */ /* Origin: Joseph Myers <jsm@polyomino.org.uk> */
/* { dg-do compile } */ /* { 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 }; static const int a[2] = { 1, 2 };
const int a1[2] = { 1, 2 }; const int a1[2] = { 1, 2 };
typedef const int ci; typedef const int ci;
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
/* This test fails on ARM cores because we use a block move to /* 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 initialize "S" in test2, and GCC is not clever enough to eliminate
the block move. */ 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) #define I (__extension__ 1.0iF)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment