[Bug java/20044] Wrong method call semantics (maybe instanceof/invokespecial)

2016-09-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=20044 Andrew Pinski changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug java/20044] Wrong method call semantics (maybe instanceof/invokespecial)

2006-07-18 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|WAITING |NEW Last reconfirmed|2005-02-18 00:00:09 |2006-07-19

[Bug java/20044] Wrong method call semantics (maybe instanceof/invokespecial)

2006-03-29 Thread tromey at gcc dot gnu dot org
--- Comment #8 from tromey at gcc dot gnu dot org 2006-03-29 22:39 --- I tried this today with svn head. The test program still prints 'false' no matter how I run it: gij, compiled, or compiled with the BC ABI. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20044

[Bug java/20044] Wrong method call semantics (maybe instanceof/invokespecial)

2005-12-15 Thread aph at gcc dot gnu dot org
--- Comment #7 from aph at gcc dot gnu dot org 2005-12-15 15:54 --- This should now be fixed on trunk and 4.1 branch. -- aph at gcc dot gnu dot org changed: What|Removed |Added

[Bug java/20044] Wrong method call semantics (maybe instanceof/invokespecial)

2005-05-16 Thread aph at gcc dot gnu dot org
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |aph at gcc dot gnu dot org |dot org | Status|NEW

[Bug java/20044] Wrong method call semantics (maybe instanceof/invokespecial)

2005-05-04 Thread bkonrath at redhat dot com
--- Additional Comments From bkonrath at redhat dot com 2005-05-04 17:45 --- Daniel, could you post the actual source for those classes? Thanks, Ben -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20044

[Bug java/20044] Wrong method call semantics (maybe instanceof/invokespecial)

2005-05-04 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-05-04 20:53 --- Ben -- As I recall the original test case was written in 'nice', not in java. The sources may be of limited usefulness here. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20044

[Bug java/20044] Wrong method call semantics (maybe instanceof/invokespecial)

2005-02-17 Thread bonniot at users dot sf dot net
--- Additional Comments From bonniot at users dot sf dot net 2005-02-17 23:49 --- Created an attachment (id=8219) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8219action=view) testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20044

[Bug java/20044] Wrong method call semantics (maybe instanceof/invokespecial)

2005-02-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-17 23:51 --- Well it cannot be really that critial because nobody has hit this before. -- What|Removed |Added

[Bug java/20044] Wrong method call semantics (maybe instanceof/invokespecial)

2005-02-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-18 00:00 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW

[Bug java/20044] Wrong method call semantics (maybe instanceof/invokespecial)

2005-02-17 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-02-18 00:53 --- This bug occurs in 3 places. * In the interpreter and the old abi, the problem is similar. We do not properly implement the ACC_SUPER semantics of the invokespecial opcode. The fix in both these cases