This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/44282] fastcall is not mangled at all


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44282

--- Comment #9 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Wed Jun  3 21:09:25 2015
New Revision: 224101

URL: https://gcc.gnu.org/viewcvs?rev=224101&root=gcc&view=rev
Log:
        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.

Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/cp-tree.h
    trunk/gcc/cp/mangle.c
    trunk/gcc/testsuite/g++.dg/abi/mangle-regparm.C
    trunk/gcc/testsuite/g++.dg/abi/mangle58.C


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]