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]

Re: Java: Name mangling fix



Bryce McKinlay writes:

> GCJ would emit something like "_ZN3Bar4callEPN3FooE" while C++ would
> produce "_ZN3Bar4callEP3Foo". Apparantly the "N..E" is not used when
> a name consists of a single element only, with no qualifications.

Yes, that's what is specified in 5.1.6 of the ABI (Scope encoding.)

> OK to commit?

Yes, thank you.

./A


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