This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Patch to fix PR9861
Ian Lance Taylor writes:
> Andrew Haley <aph@redhat.com> writes:
>
> > How about simply
> >
> > f.main(String[])void
> >
> > That's the nearest to the Java signature form.
>
> I don't know, it's kind of ugly and confusing.
Looks OK to me, but maybe that's a Java thing. Or maybe I'm weird.
> Are there any problems with the a more normal demangling other than
> gdb tab-completion?
Not AFAIK. Maybe we can just lose the return type altogether.
Although that's perhaps even more confusing.
Andrew.