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/21844] miscompilation of LinkedHashMap


------- 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.


-- 


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


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