[Bug ipa/60761] [4.9 Regression] Names of all function clones in g++ are "<built-in>", in both warnings and dumps

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Apr 10 16:20:00 GMT 2014


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60761

--- Comment #17 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Thu Apr 10 16:20:07 2014
New Revision: 209278

URL: http://gcc.gnu.org/viewcvs?rev=209278&root=gcc&view=rev
Log:
    PR ipa/60761
    * error.c (dump_decl) <case FUNCTION_DECL>: If
    DECL_LANG_SPECIFIC is NULL, but DECL_ABSTRACT_ORIGIN is not,
    recurse on DECL_ABSTRACT_ORIGIN instead of printing
    <built-in>.

Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/error.c



More information about the Gcc-bugs mailing list