re PR c++/77379 (incorrect mangling for non-virtual adjustor thunk (missing abi tag))

PR c++/77379
	* g++.dg/abi/abi-tag23.C: Adjust scan-assembler regex for differing
	thunk offsets.
	* g++.dg/abi/abi-tag23a.C: Likewise.

From-SVN: r240197
This commit is contained in:
Jakub Jelinek 2016-09-16 22:23:15 +02:00 committed by Jakub Jelinek
parent 1c2f613fbc
commit e80cb545aa
3 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,10 @@
2016-09-16 Jakub Jelinek <jakub@redhat.com>
PR c++/77379
* g++.dg/abi/abi-tag23.C: Adjust scan-assembler regex for differing
thunk offsets.
* g++.dg/abi/abi-tag23a.C: Likewise.
PR c++/77338
* g++.dg/cpp0x/decltype-77338.C: New test.

View File

@ -32,4 +32,4 @@ int main()
Final().get_foo();
}
// { dg-final { scan-assembler "_ZThn16_N7Derived7get_fooB3barEv" } }
// { dg-final { scan-assembler "_ZThn\[0-9]+_N7Derived7get_fooB3barEv" } }

View File

@ -32,4 +32,4 @@ int main()
Final().get_foo();
}
// { dg-final { scan-assembler "_ZThn16_N7Derived7get_fooEv" } }
// { dg-final { scan-assembler "_ZThn\[0-9]+_N7Derived7get_fooEv" } }