This is the mail archive of the java-prs@sources.redhat.com mailing list for the Java project.


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

Re: gcj/334: gcj doesn't handle method names that are reserved C++ keywords


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

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