aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@libertysurf.fr>2006-08-07 09:45:11 +0200
committerEric Botcazou <ebotcazou@gcc.gnu.org>2006-08-07 07:45:11 +0000
commit2369d5debfdf28b1f7f4c2a3be965a9f236aac22 (patch)
tree1af36f8475fec4c8d648ef6047c8e204239af05d /gcc
parentd041a05377dbf021e04a8f54e61faddba22e7125 (diff)
downloadgcc-2369d5debfdf28b1f7f4c2a3be965a9f236aac22.zip
gcc-2369d5debfdf28b1f7f4c2a3be965a9f236aac22.tar.gz
gcc-2369d5debfdf28b1f7f4c2a3be965a9f236aac22.tar.bz2
unused1.C: Also match "asci?z".
* g++.dg/other/unused1.C: Also match "asci?z". From-SVN: r115992
Diffstat (limited to 'gcc')
-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 47decbc..229b825 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 ea84694..b94a5cd 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\"" } } */