This is the mail archive of the gcc-patches@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]

Re: [PING] Function versioning and IPCP extension


On Thursday 28 July 2005 03:01, Richard Henderson wrote:
> On Wed, Jul 27, 2005 at 05:54:52PM +0300, Razya Ladelsky wrote:
> > The mangled name is not available at the point we perfom versioning.
>
> Nonsense.  Reference DECL_ASSEMBLER_NAME on the original and
> you'll cause the mangled name to be created.

The code originally did that.  IIRC this caused problems (ICE on a
sanity check) later on when the original was not going to be output.
See e.g. http://gcc.gnu.org/ml/gcc/2005-03/msg00628.html and the
thread surrounding it.

Gr.
Steven


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