]> git.ipfire.org Git - thirdparty/gcc.git/commit
PR c++/77379 - ABI tag on thunk
authorJason Merrill <jason@redhat.com>
Mon, 29 Aug 2016 16:42:57 +0000 (12:42 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Mon, 29 Aug 2016 16:42:57 +0000 (12:42 -0400)
commit328eae1cb4cca4903f4b6de3bf56c4e59fdbdeae
treee67a3eb92b6792058da7ad6900b7d81789342064
parent34cedad50c75e63d0898db1f117ec236bd4e3891
PR c++/77379 - ABI tag on thunk

* mangle.c (maybe_check_abi_tags): Add version parm, handle thunks.
(mangle_thunk): Add thunk parameter.
* method.c (finish_thunk): Pass it.
* cp-tree.h: Declare it.

From-SVN: r239830
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/mangle.c
gcc/cp/method.c
gcc/testsuite/g++.dg/abi/abi-tag23.C [new file with mode: 0644]
gcc/testsuite/g++.dg/abi/abi-tag23a.C [new file with mode: 0644]