OSDN Git Service

2003-04-21 Andreas Tobler <a.tobler@schweiz.ch>
authorandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 22 Apr 2003 13:20:57 +0000 (13:20 +0000)
committerandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 22 Apr 2003 13:20:57 +0000 (13:20 +0000)
        * g++.dg/other/packed1.C: Fix dg options.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@65941 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/other/packed1.C

index 8328263..5f21ec1 100644 (file)
@@ -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.
index d19bb00..2faac25 100644 (file)
@@ -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.