re PR testsuite/22523 (template/inline1.C does not test correctly on all targerts)

PR testsuite/22523
	* g++.dg/template/inline1.C: Handle syntax for more assemblers.

From-SVN: r135691
This commit is contained in:
Janis Johnson 2008-05-20 23:31:40 +00:00 committed by Janis Johnson
parent 66d0be855a
commit 0d331e1a8c
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,8 @@
2008-05-20 Janis Johnson <janis187@us.ibm.com>
PR testsuite/22523
* g++.dg/template/inline1.C: Handle syntax for more assemblers.
* lib/scandump.exp (scan-dump): Handle non-existent dump file.
(scan-dump-times): Ditto.
(scan-dump-not): Ditto.

View file

@ -1,6 +1,6 @@
// { dg-do compile }
// { dg-options "-fno-default-inline -O0" }
// { dg-final { scan-assembler-not _ZN1X3FooIiEEvT_: } }
// { dg-final { scan-assembler-not "\[^ \t\]_ZN1X3FooIiEEvT_\[: \t\n\]" } }
// Copyright (C) 2003 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 27 Mar 2003 <nathan@codesourcery.com>