summaryrefslogtreecommitdiff
path: root/gcc/testsuite
diff options
context:
space:
mode:
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>2004-01-18 04:39:34 +0000
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>2004-01-18 04:39:34 +0000
commitc4049cc0f08eea4c1ed822bf3a4b4a2ef9ba958f (patch)
tree1d62c29fa4c3d56ec5516ca1ef0996edc52e694a /gcc/testsuite
parent764ec6e3fbf8f3d67077cb46fbdc97f6b194935b (diff)
downloadgcc-c4049cc0f08eea4c1ed822bf3a4b4a2ef9ba958f.tar.gz
* gcc.dg/array-quals-1.c: xfail on powerpc*-*-aix*.
* gcc.dg/const-elim-1.c: Same. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@76083 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite')
-rw-r--r--gcc/testsuite/ChangeLog5
-rw-r--r--gcc/testsuite/gcc.dg/array-quals-1.c2
-rw-r--r--gcc/testsuite/gcc.dg/const-elim-1.c2
3 files changed, 7 insertions, 2 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 1847836d79e..9b08ce913bb 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -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.
diff --git a/gcc/testsuite/gcc.dg/array-quals-1.c b/gcc/testsuite/gcc.dg/array-quals-1.c
index 02787792204..8068895053f 100644
--- a/gcc/testsuite/gcc.dg/array-quals-1.c
+++ b/gcc/testsuite/gcc.dg/array-quals-1.c
@@ -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;
diff --git a/gcc/testsuite/gcc.dg/const-elim-1.c b/gcc/testsuite/gcc.dg/const-elim-1.c
index 7281ebfd9b4..1e8acb6bf70 100644
--- a/gcc/testsuite/gcc.dg/const-elim-1.c
+++ b/gcc/testsuite/gcc.dg/const-elim-1.c
@@ -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)