This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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]

Re: Weird issue with .clone symbol


> 
> I think it's just change in inlining.  The .clone business is GCC
> creating special versions of a function for example after IPA-CP
> or IPA-SRA - that's nothing special and you should see it more often
> with 4.5 now.

Well, all clones should be static so they probably should not appear in
libstdc++ compatibility suite.  I will try to figure out what is going
on here.

Honza
> 
> Richard.
> -- 
> Richard Guenther <rguenther@suse.de>
> Novell / SUSE Labs
> SUSE LINUX Products GmbH - Nuernberg - AG Nuernberg - HRB 16746 - GF: Markus Rex


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