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


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

--- Comment #13 from Manuel LÃpez-IbÃÃez <manu at gcc dot gnu.org> ---
(In reply to Jakub Jelinek from comment #11)
> I mean, DECL_ABSTRACT_ORIGIN is set also for inlines, fnsplit created
> functions and many other cases, printing <clone> after the function name in
> all those cases might not be appropriate.

It is not clear to me why you want to print <clone> at all. It is an internal
detail.

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