From: Andreas Tobler Date: Tue, 22 Apr 2003 13:20:57 +0000 (+0200) Subject: packed1.C: Fix dg options. X-Git-Tag: releases/gcc-3.4.0~7098 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=256c249cf916c692809166f946d5fb7926c3fa40;p=thirdparty%2Fgcc.git packed1.C: Fix dg options. 2003-04-21 Andreas Tobler * g++.dg/other/packed1.C: Fix dg options. From-SVN: r65941 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 8328263e424b..5f21ec1cdb8e 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 d19bb00b1cf4..2faac2562dcd 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.