re PR c++/44282 (fastcall is not mangled at all)
authorJason Merrill <jason@redhat.com>
Wed, 3 Jun 2015 21:09:25 +0000 (17:09 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Wed, 3 Jun 2015 21:09:25 +0000 (17:09 -0400)
commit1cc1ac7f375c34bbd7ae1605c6fc3ff37ebaa8a4
tree6fe433ffcd80debde3c1abdac4a1b98a58a3ae21
parent82b544ad2569e54aeaf5b44d89e2693c9d7824dd
re PR c++/44282 (fastcall is not mangled at all)

PR c++/44282
* mangle.c (mangle_decl): Always SET_IDENTIFIER_GLOBAL_VALUE.
(write_CV_qualifiers_for_type): Set G.need_abi_warning.
(decl_implicit_alias_p): Split out from maybe_remove_implicit_alias.
* cp-tree.h (DECL_REALLY_EXTERN): Handle null DECL_LANG_SPECIFIC.

From-SVN: r224101
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/mangle.c
gcc/testsuite/g++.dg/abi/mangle-regparm.C
gcc/testsuite/g++.dg/abi/mangle58.C