Commit 2369d5de by Eric Botcazou Committed by Eric Botcazou

unused1.C: Also match "asci?z".

	* g++.dg/other/unused1.C: Also match "asci?z".

From-SVN: r115992
parent d041a053
......@@ -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>
......@@ -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\"" } } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment