public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/19742] New: gcjh shouldn't mangle names in JNI output.
@ 2005-02-01 16:28 green at redhat dot com
  2005-02-01 17:36 ` [Bug java/19742] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: green at redhat dot com @ 2005-02-01 16:28 UTC (permalink / raw)
  To: java-prs

A java class has this:

    public static final int delete = 555;

gcjh will correctly mangle the name delete (to delete$) for CNI header output. 
However, it also does this when generating JNI output (with gcjh -jni).  We get
output link this, and it is wrong:

#undef foo_delete$
#define foo_delete$ 555L

This should be just "foo_delete".  This is preventing the subversion JNI code
from building.

-- 
           Summary: gcjh shouldn't mangle names in JNI output.
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: green at redhat dot com
                CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
                    dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19742


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-02-02  0:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-02-01 16:28 [Bug java/19742] New: gcjh shouldn't mangle names in JNI output green at redhat dot com
2005-02-01 17:36 ` [Bug java/19742] " pinskia at gcc dot gnu dot org
2005-02-01 21:04 ` tromey at gcc dot gnu dot org
2005-02-02  0:44 ` cvs-commit at gcc dot gnu dot org
2005-02-02  0:45 ` tromey at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).