Commit a66de72e by Nathan Sidwell Committed by Nathan Sidwell

thunk3.C: Adjust regexp to be 64bit safe.

	* g++.dg/abi/thunk3.C: Adjust regexp to be 64bit safe.
	* g++.dg/abi/thunk4.C: Likewise.

From-SVN: r109220
parent 60b81a6f
2006-01-01 Nathan Sidwell <nathan@codesourcery.com>
* g++.dg/abi/thunk3.C: Adjust regexp to be 64bit safe.
* g++.dg/abi/thunk4.C: Likewise.
2006-01-01 Andreas Jaeger <aj@suse.de>
* gcc.dg/tree-ssa/loadpre6.c: Fix prototype of malloc to be
// { dg-final { scan-assembler-not ".weak\t_ZThn4_N7Derived3FooEv" } }
// { dg-final { scan-assembler-not ".weak\t_ZThn._N7Derived3FooEv" } }
struct Base
{
......
// { dg-final { scan-assembler ".weak\t_ZThn4_N7Derived3FooEv" } }
// { dg-final { scan-assembler ".weak\t_ZThn._N7Derived3FooEv" } }
struct Base
{
......
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