aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2006-05-19 19:19:22 +0000
committerAndreas Schwab <schwab@gcc.gnu.org>2006-05-19 19:19:22 +0000
commit59fc0cc793a1b507424ba90a56fa33501c668e5d (patch)
tree86b369fa426f58ff95b82bf89a3b9a550d257d44 /gcc
parenteaf6fb906eb9e8807f068dd917a738523382bfe2 (diff)
downloadgcc-59fc0cc793a1b507424ba90a56fa33501c668e5d.zip
gcc-59fc0cc793a1b507424ba90a56fa33501c668e5d.tar.gz
gcc-59fc0cc793a1b507424ba90a56fa33501c668e5d.tar.bz2
* g++.dg/other/unused1.C: Also match "stringz".
From-SVN: r113913
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog4
-rw-r--r--gcc/testsuite/g++.dg/other/unused1.C4
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 78025fc..50bbc7c 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2006-05-19 Andreas Schwab <schwab@suse.de>
+
+ * g++.dg/other/unused1.C: Also match "stringz".
+
2006-05-19 Mark Mitchell <mark@codesourcery.com>
PR c++/26433
diff --git a/gcc/testsuite/g++.dg/other/unused1.C b/gcc/testsuite/g++.dg/other/unused1.C
index e50ce38..e5c9236 100644
--- a/gcc/testsuite/g++.dg/other/unused1.C
+++ b/gcc/testsuite/g++.dg/other/unused1.C
@@ -43,5 +43,5 @@ int bar5 (void)
/* { dg-final { scan-assembler "foo" } } */
/* { dg-final { scan-assembler "boo" } } */
/* { dg-final { scan-assembler "cue" } } */
-/* { dg-final { scan-assembler "string\t\"class2\"" } } */
-/* { dg-final { scan-assembler "string\t\"printer\"" } } */
+/* { dg-final { scan-assembler "stringz?\t\"class2\"" } } */
+/* { dg-final { scan-assembler "stringz?\t\"printer\"" } } */