OSDN Git Service

PR testsuite/22523
authorhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 24 May 2008 00:37:01 +0000 (00:37 +0000)
committerhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 24 May 2008 00:37:01 +0000 (00:37 +0000)
* g++.dg/template/inline1.C: For the not-defined symbol, use the
pattern from g++.dg/template/qualttp17.C.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@135840 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/template/inline1.C

index a5ece90..b7909d3 100644 (file)
@@ -1,3 +1,9 @@
+2008-05-24  Hans-Peter Nilsson  <hp@axis.com>
+
+       PR testsuite/22523
+       * g++.dg/template/inline1.C: For the not-defined symbol, use the
+       pattern from g++.dg/template/qualttp17.C.
+
 2008-05-23  Rafael Espindola  <espindola@google.com>
 
        * gcc/testsuite/gcc.c-torture/compile/20080522-1.c: Move to gcc.dg.
index d6904c4..c7ae1f5 100644 (file)
@@ -1,6 +1,6 @@
 // { dg-do compile }
 // { dg-options "-fno-default-inline -O0" }
-// { dg-final { scan-assembler-not "\[^ \t\]_ZN1X3FooIiEEvT_\[: \t\n\]" } }
+// { dg-final { scan-assembler-not "\n_?_ZN1X3FooIiEEvT_\[: \t\n\]" } }
 
 // Copyright (C) 2003 Free Software Foundation, Inc.
 // Contributed by Nathan Sidwell 27 Mar 2003 <nathan@codesourcery.com>