gcj/334: gcj doesn't handle method names that are reserved C++ keywords
Tom Tromey
tromey@cygnus.com
Tue Aug 29 09:00:00 GMT 2000
The following reply was made to PR gcj/334; it has been noted by GNATS.
From: Tom Tromey <tromey@cygnus.com>
To: osk@hem.passagen.se
Cc: java-gnats@sourceware.cygnus.com
Subject: Re: gcj/334: gcj doesn't handle method names that are reserved C++ keywords
Date: 29 Aug 2000 09:58:42 -0600
Oskar> The example below shows that while gcjh was earlier fixed
Oskar> to handle names that are reserved C++ keywords (PR211),
Oskar> gcj wasn't. It is still looking for a C++ method named
Oskar> `register'.
This is actually a known problem. I think we'd like to fix it by
adding an attribute to the C++ compiler so that we can pick the name
that will be put into the object file. No one has had time to work on
this for a long, long time.
Tom
More information about the Java-prs
mailing list