summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>2006-08-07 07:45:11 +0000
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>2006-08-07 07:45:11 +0000
commit5ccd3200b67ca0d9126db52076ce2a41ba961776 (patch)
tree1af36f8475fec4c8d648ef6047c8e204239af05d
parentc15bb1765e1fafdd85bd45151c9fe37a442c72b7 (diff)
downloadppe42-gcc-5ccd3200b67ca0d9126db52076ce2a41ba961776.tar.gz
ppe42-gcc-5ccd3200b67ca0d9126db52076ce2a41ba961776.zip
* g++.dg/other/unused1.C: Also match "asci?z".
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115992 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/testsuite/ChangeLog1
-rw-r--r--gcc/testsuite/g++.dg/other/unused1.C4
2 files changed, 3 insertions, 2 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 47decbc9adf..229b825dafc 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -2,6 +2,7 @@
* gcc.dg/sparc-getcontext-1.c: Fix typo.
* g++.dg/eh/spbp.C: Skip on Solaris 2.5.1 and 2.6 too.
+ * g++.dg/other/unused1.C: Also match "asci?z".
2006-08-06 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
diff --git a/gcc/testsuite/g++.dg/other/unused1.C b/gcc/testsuite/g++.dg/other/unused1.C
index ea846940347..b94a5cd3d9b 100644
--- a/gcc/testsuite/g++.dg/other/unused1.C
+++ b/gcc/testsuite/g++.dg/other/unused1.C
@@ -44,5 +44,5 @@ int bar5 (void)
/* { dg-final { scan-assembler "foo" } } */
/* { dg-final { scan-assembler "boo" } } */
/* { dg-final { scan-assembler "cue" } } */
-/* { dg-final { scan-assembler "stringz?\t\"class2\"" } } */
-/* { dg-final { scan-assembler "stringz?\t\"printer\"" } } */
+/* { dg-final { scan-assembler "(string|asci)z?\t\"class2\"" } } */
+/* { dg-final { scan-assembler "(string|asci)z?\t\"printer\"" } } */
OpenPOWER on IntegriCloud