This is the mail archive of the
java-prs@sources.redhat.com
mailing list for the Java project.
Re: gcj/334: gcj doesn't handle method names that are reserved C++ keywords
- To: apbianco at cygnus dot com
- Subject: Re: gcj/334: gcj doesn't handle method names that are reserved C++ keywords
- From: Tom Tromey <tromey at cygnus dot com>
- Date: 29 Aug 2000 16:00:02 -0000
- Cc: java-prs at sourceware dot cygnus dot com,
- Reply-To: Tom Tromey <tromey at cygnus dot com>
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