From 256c249cf916c692809166f946d5fb7926c3fa40 Mon Sep 17 00:00:00 2001 From: Andreas Tobler Date: Tue, 22 Apr 2003 15:20:57 +0200 Subject: [PATCH] packed1.C: Fix dg options. 2003-04-21 Andreas Tobler * g++.dg/other/packed1.C: Fix dg options. From-SVN: r65941 --- gcc/testsuite/ChangeLog | 4 ++++ gcc/testsuite/g++.dg/other/packed1.C | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 8328263e424..5f21ec1cdb8 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2003-04-21 Andreas Tobler + + * g++.dg/other/packed1.C: Fix dg options. + 2003-04-22 Nathan Sidwell * 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 d19bb00b1cf..2faac2562dc 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.