aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorAndreas Tobler <a.tobler@schweiz.ch>2003-04-22 15:20:57 +0200
committerAndreas Tobler <andreast@gcc.gnu.org>2003-04-22 15:20:57 +0200
commit256c249cf916c692809166f946d5fb7926c3fa40 (patch)
tree4f390d90e9558e89eeb3f649b3e2c64ad419ff3f /gcc
parent00c060a4cccda4a07ddd779b3ed3935b84350bb9 (diff)
downloadgcc-256c249cf916c692809166f946d5fb7926c3fa40.zip
gcc-256c249cf916c692809166f946d5fb7926c3fa40.tar.gz
gcc-256c249cf916c692809166f946d5fb7926c3fa40.tar.bz2
packed1.C: Fix dg options.
2003-04-21 Andreas Tobler <a.tobler@schweiz.ch> * g++.dg/other/packed1.C: Fix dg options. From-SVN: r65941
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog4
-rw-r--r--gcc/testsuite/g++.dg/other/packed1.C2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 8328263..5f21ec1 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2003-04-21 Andreas Tobler <a.tobler@schweiz.ch>
+
+ * g++.dg/other/packed1.C: Fix dg options.
+
2003-04-22 Nathan Sidwell <nathan@codesourcery.com>
* g++.dg/other/offsetof2.C: New test.
diff --git a/gcc/testsuite/g++.dg/other/packed1.C b/gcc/testsuite/g++.dg/other/packed1.C
index d19bb00..2faac25 100644
--- a/gcc/testsuite/g++.dg/other/packed1.C
+++ b/gcc/testsuite/g++.dg/other/packed1.C
@@ -1,4 +1,4 @@
-// { dg-do run { xfail arm-*-* } { xfail mips-*-* } { xfail powerpc-*-* } { xfail sh-*-* } { xfail sparc-*-* }
+// { dg-do run { xfail arm-*-* mips-*-* powerpc-*-* sh-*-* sparc-*-* } }
// NMS:2003-04-21 this fails on strict aligned architectures again,
// the patch was reverted because it broke something more important.