public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/9861] [ABI] method name mangling ignores return type
       [not found] <20030226133600.9861.sf@b-i-t.de>
@ 2003-08-19 15:38 ` pinskia at gcc dot gnu dot org
  2003-12-30 13:07 ` [Bug java/9861] " aph at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-08-19 15:38 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|method name mangling ignores|[ABI] method name mangling
                   |return type                 |ignores return type


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-08-19 15:38 -------
This requires an ABI change.


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

* [Bug java/9861] method name mangling ignores return type
       [not found] <20030226133600.9861.sf@b-i-t.de>
  2003-08-19 15:38 ` [Bug java/9861] [ABI] method name mangling ignores return type pinskia at gcc dot gnu dot org
@ 2003-12-30 13:07 ` aph at gcc dot gnu dot org
  2005-05-26  6:11 ` rmathew at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: aph at gcc dot gnu dot org @ 2003-12-30 13:07 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From aph at gcc dot gnu dot org  2003-12-30 12:48 -------
It certainly does require an ABI change, but as we're changing the ABI anyway I
wouldn't expect a problem.

In any case, the BC-ABI that we're working on at the moment will solve this
problem.  It's CNI that is the stumbling block in this case.

I'm adding 12758 as a dependency.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |12758
   Last reconfirmed|2003-11-20 07:00:43         |2003-12-30 12:48:11
               date|                            |


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


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

* [Bug java/9861] method name mangling ignores return type
       [not found] <20030226133600.9861.sf@b-i-t.de>
  2003-08-19 15:38 ` [Bug java/9861] [ABI] method name mangling ignores return type pinskia at gcc dot gnu dot org
  2003-12-30 13:07 ` [Bug java/9861] " aph at gcc dot gnu dot org
@ 2005-05-26  6:11 ` rmathew at gcc dot gnu dot org
  2005-08-15 22:38 ` tj at laurenzo dot org
  2005-09-23 19:20 ` tj at laurenzo dot org
  4 siblings, 0 replies; 7+ messages in thread
From: rmathew at gcc dot gnu dot org @ 2005-05-26  6:11 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From rmathew at gcc dot gnu dot org  2005-05-26 06:08 -------
Some useful tips can be found here:

  http://gcc.gnu.org/ml/java-patches/2005-q2/msg00558.html

-- 


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


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

* [Bug java/9861] method name mangling ignores return type
       [not found] <20030226133600.9861.sf@b-i-t.de>
                   ` (2 preceding siblings ...)
  2005-05-26  6:11 ` rmathew at gcc dot gnu dot org
@ 2005-08-15 22:38 ` tj at laurenzo dot org
  2005-09-23 19:20 ` tj at laurenzo dot org
  4 siblings, 0 replies; 7+ messages in thread
From: tj at laurenzo dot org @ 2005-08-15 22:38 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From tj at laurenzo dot org  2005-08-15 22:32 -------
I did some work on this.  It's not quite ready for prime-time:
http://tjlaurenzo.blogspot.com/2005/08/adventures-with-java-5-and-gcj.html

I'll try to roll it up into a proper patch and such when I get the suite rebuilt
and tested.  Since its a breaking ABI change, I imagine the primary audience for
this patch in the short term would be people who really need this bug fixed and
are willing to give up compatibility to do it.

-- 


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


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

* [Bug java/9861] method name mangling ignores return type
       [not found] <20030226133600.9861.sf@b-i-t.de>
                   ` (3 preceding siblings ...)
  2005-08-15 22:38 ` tj at laurenzo dot org
@ 2005-09-23 19:20 ` tj at laurenzo dot org
  4 siblings, 0 replies; 7+ messages in thread
From: tj at laurenzo dot org @ 2005-09-23 19:20 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From tj at laurenzo dot org  2005-09-23 19:20 -------
I have submitted a patch to fix this bug to the gcc-patches mailing list.  The
URL of the message is: http://gcc.gnu.org/ml/gcc-patches/2005-09/msg01496.html

-- 


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


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

* [Bug java/9861] method name mangling ignores return type
       [not found] <bug-9861-5539@http.gcc.gnu.org/bugzilla/>
  2006-05-15  7:04 ` rmathew at gcc dot gnu dot org
@ 2006-09-13  4:02 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-09-13  4:02 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.2.0


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


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

* [Bug java/9861] method name mangling ignores return type
       [not found] <bug-9861-5539@http.gcc.gnu.org/bugzilla/>
@ 2006-05-15  7:04 ` rmathew at gcc dot gnu dot org
  2006-09-13  4:02 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 7+ messages in thread
From: rmathew at gcc dot gnu dot org @ 2006-05-15  7:04 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from rmathew at gcc dot gnu dot org  2006-05-15 07:04 -------
This was fixed by TJ's patch applied on 2005-12-10.


-- 

rmathew at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


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


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

end of thread, other threads:[~2006-09-13  4:02 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20030226133600.9861.sf@b-i-t.de>
2003-08-19 15:38 ` [Bug java/9861] [ABI] method name mangling ignores return type pinskia at gcc dot gnu dot org
2003-12-30 13:07 ` [Bug java/9861] " aph at gcc dot gnu dot org
2005-05-26  6:11 ` rmathew at gcc dot gnu dot org
2005-08-15 22:38 ` tj at laurenzo dot org
2005-09-23 19:20 ` tj at laurenzo dot org
     [not found] <bug-9861-5539@http.gcc.gnu.org/bugzilla/>
2006-05-15  7:04 ` rmathew at gcc dot gnu dot org
2006-09-13  4:02 ` pinskia 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).