This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Mangled names
Mark Mitchell wrote:
>
> >>>>> "Graham" == Graham Stott <grahams@redhat.com> writes:
>
> Graham> Would it be possible to generate them on an as needed
> Graham> basis?
>
> You're a step behind. :-)
>
> That's what the patch I've got 85% done does...
Splendid. This might fix a problem with typeof in templates; we
currently get an ICE when generating a mangled name somewhere inside
this code, for something which shouldn't need a mangled name. I
hacked around this to get some horrible template hackery to compile
with gcc, but I don't know enough to fix this properly. If your fix
gets committed I'll go back and check what effect it has on the bug
which is in the gnats database.
-- James Dennett