------- Additional Comments From soleger at nc dot rr dot com  2005-03-02 03:34 
-------
Created an attachment (id=8309)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8309&action=view)
Java test case for LinkedHashMapEntry.access() bug

Simply compile and run the class with gcj. The expected output should be:

Key: 1
Key: 2
Key: 3

but the output I am getting is:

Key: 1
Key: 2

-- 


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

Reply via email to