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
This commit is contained in:
Andreas Tobler 2003-04-22 15:20:57 +02:00 committed by Andreas Tobler
parent 00c060a4cc
commit 256c249cf9
2 changed files with 5 additions and 1 deletions

View 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.

View 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.