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:
parent
1c2f613fbc
commit
e80cb545aa
@ -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.
|
||||
|
||||
|
@ -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" } }
|
||||
|
@ -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" } }
|
||||
|
Loading…
Reference in New Issue
Block a user