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: [Patch Ping^2, C++] Move assemble_external call in cp/decl2.c.


> In the short term, something like Eric's patch to output_addr_const is
> probably reasonable.  My concern with that patch is that it might emit
> the external reference too late.  But, I'm not sure about that either way.

It's already emitted late on platforms where it is emitted, and even multiple 
times, see PR middle-end/38237.  Clearly the current situation is not ideal.

-- 
Eric Botcazou


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