Commit 1b2667c4 by John David Anglin Committed by John David Anglin

inline4.C (dg-final): Robustify regexp.

	* g++.dg/opt/inline4.C (dg-final): Robustify regexp.
	* g++.dg/opt/inline6.C (dg-final): Robustify regexp.

From-SVN: r78449
parent 12c3874e
2004-02-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> 2004-02-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
* g++.dg/opt/inline4.C (dg-final): Robustify regexp.
* g++.dg/opt/inline6.C (dg-final): Robustify regexp.
* gcc.dg/builtins-config.h (HAVE_C99_RUNTIME): Don't define for PA * gcc.dg/builtins-config.h (HAVE_C99_RUNTIME): Don't define for PA
HP-UX. HP-UX.
......
...@@ -10,4 +10,4 @@ void h() { ...@@ -10,4 +10,4 @@ void h() {
g<250>(); g<250>();
} }
// { dg-final { scan-assembler-not "_Z1g" } } // { dg-final { scan-assembler-not "\n_?_Z1gILi\[0-9\]+EEvv\[: \t\n\]" } }
// PR c++/13081 // PR c++/13081
// { dg-options "-O2" } // { dg-options "-O2" }
// { dg-final { scan-assembler-not "foo" } } // { dg-final { scan-assembler-not "\n_?_Z3fooIlET_S0_\[: \t\n\]" } }
template<typename T> T foo(T); template<typename T> T foo(T);
......
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