From 8ce9f2ec4829ece69bb60f692a40bb181c2bb8a8 Mon Sep 17 00:00:00 2001 From: "Kaveh R. Ghazi" Date: Thu, 8 May 2003 15:10:01 +0000 Subject: [PATCH] * g++.dg/other/packed1.C: Mark xfail for sparc*- not sparc-. From-SVN: r66601 --- gcc/testsuite/ChangeLog | 2 ++ gcc/testsuite/g++.dg/other/packed1.C | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index a11244a602f..c13e512592d 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,7 @@ 2003-05-08 Kaveh R. Ghazi + * g++.dg/other/packed1.C: Mark xfail for sparc*- not sparc-. + gcc.c-torture/execute/string-opt-19.c: Add general rodata tests. (bcopy): Call memmove. diff --git a/gcc/testsuite/g++.dg/other/packed1.C b/gcc/testsuite/g++.dg/other/packed1.C index a316d62ec2b..3a348ed8289 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-*-* hppa*-*-* mips-*-* powerpc-*-* sh-*-* sparc-*-* } } +// { dg-do run { xfail arm-*-* hppa*-*-* 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. -- 2.30.2