PR testsuite/22523
* g++.dg/template/inline1.C: For the not-defined symbol, use the
pattern from g++.dg/template/qualttp17.C.
From-SVN: r135840
+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.
// { 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>