From: Andreas Schwab Date: Fri, 19 May 2006 19:19:22 +0000 (+0000) Subject: * g++.dg/other/unused1.C: Also match "stringz". X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=59fc0cc793a1b507424ba90a56fa33501c668e5d;p=gcc.git * g++.dg/other/unused1.C: Also match "stringz". From-SVN: r113913 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 78025fcecf3..50bbc7c132e 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2006-05-19 Andreas Schwab + + * g++.dg/other/unused1.C: Also match "stringz". + 2006-05-19 Mark Mitchell PR c++/26433 diff --git a/gcc/testsuite/g++.dg/other/unused1.C b/gcc/testsuite/g++.dg/other/unused1.C index e50ce380fce..e5c9236248d 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\"" } } */