Commit 2d05cd96 by Mark Mitchell Committed by Mark Mitchell

* g++.dg/abi/mangle16.C: Adjust.

From-SVN: r58259
parent e31c2957
......@@ -4,7 +4,7 @@ Thu Oct 17 19:12:58 CEST 2002 Jan Hubicka <jh@suse.cz>
2002-10-17 Mark Mitchell <mark@codesourcery.com>
* g++.dg/abi/mangle17.C: Adjust.
* g++.dg/abi/mangle16.C: Adjust.
* g++.dg/init/array8.C: New test.
......
......@@ -10,5 +10,9 @@ template void f<7>(S<e + 1>);
template <int I> void g (S<e>) {}
template void g<7>(S<e>);
// { dg-final { scan-assembler _Z1fILi7EEv1SIXplL1E3ELi1EEE } }
// { dg-final { scan-assembler _Z1gILi7EEv1SIL1E3EE } }
template <int I> void h (S<I + 1>) {}
template void h<7>(S<7 + 1>);
// { dg-final { scan-assembler _Z1fILi7EEv1SILi4EE } }
// { dg-final { scan-assembler _Z1gILi7EEv1SILi3EE } }
// { dg-final { scan-assembler _Z1hILi7EEv1SIXplT_Li1EEE } }
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