* g++.dg/mangle1.C: Tweek expected mangling for 64-bit hosts.

From-SVN: r42759
This commit is contained in:
Richard Henderson 2001-05-31 14:41:34 -07:00 committed by Richard Henderson
parent ed4190cfad
commit 0c02eebfaa
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-05-31 Richard Henderson <rth@redhat.com>
* g++.dg/mangle1.C: Tweek expected mangling for 64-bit hosts.
2001-05-30 David.Billinghurst <David.Billinghurst@riotinto.com>
* gcc.misc-tests/linkage.exp: Pass appropriate flags to native

View File

@ -26,4 +26,4 @@ C c;
// { dg-final { scan-assembler mangle1.C "\n_ZTT1C:" } }
// { dg-final { scan-assembler mangle1.C "\n_ZTV1A:" } }
// { dg-final { scan-assembler mangle1.C "\n_ZTV1C:" } }
// { dg-final { scan-assembler mangle1.C "\n_ZTv0_n12_N1A1fEv:" } }
// { dg-final { scan-assembler mangle1.C "\n_ZTv0_n\(12|24\)_N1A1fEv:" } }