This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug java/29044] Libiberty demangler can not handle new Java mangling.
- From: "ian at airs dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 13 Sep 2006 07:23:18 -0000
- Subject: [Bug java/29044] Libiberty demangler can not handle new Java mangling.
- References: <bug-29044-3264@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #5 from ian at airs dot com 2006-09-13 07:23 -------
OK, with -s java I get
jmain.main(java.lang.String[])void
I misunderstood Daniel's report. Sorry about that.
The fact that the function's return type is printed at the end is deliberate.
This is because -s java sets DMGL_RET_POSTFIX. This was added as part of the
patch for PR 9861. I've added Terry to the CC list for this PR; perhaps he can
explain why it works that way.
--
ian at airs dot com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tj at laurenzo dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29044