[Bug java/21844] miscompilation of LinkedHashMap

2005-06-03 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-03 20:11 --- Hmm, inner functions going back again :(. -- What|Removed |Added OtherBugsDependingO|

[Bug java/21844] miscompilation of LinkedHashMap

2005-06-03 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-06-03 20:03 --- Created an attachment (id=9024) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9024&action=view) main class -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21844

[Bug java/21844] miscompilation of LinkedHashMap

2005-06-03 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-06-03 20:03 --- Created an attachment (id=9023) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9023&action=view) base class -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21844

[Bug java/21844] miscompilation of LinkedHashMap

2005-06-03 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-06-03 20:02 --- I have a reduced test case, consisting of 2 files. Compile like so: gcj --main=t -o T base.java t.java I get: opsy. ./T 306833 The result should be '8'. At the moment I suspect the recent accessor patch.