This is the mail archive of the gcc-bugs@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]
Other format: [Raw text]

[Bug java/28474] mangle_name.c mangles names unecessarily



------- Comment #2 from mhesseli at fulcrummicro dot com  2008-08-22 01:01 -------
Over the past month I have been trying to make a largish Java project
accessible from Perl using SWIG and GCJ. I have been very pleased with the way
GCJ allowed me to accomplish this. Unfortunately, late in the project I was hit
by this bug; several of the enumerations used in the Java code contained
uppercase U's which were converted to _U (underscore followed by uppercase U).
This eventually resulted in linking errors.

The patch attached to this bug solved the issue on GCC 4.3.1. I would therefore
like to add my vote for this patch to be submitted to what is going to be GCC
4.4.


-- 

mhesseli at fulcrummicro dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mhesseli at fulcrummicro dot
                   |                            |com


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


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