This is the mail archive of the java-prs@gcc.gnu.org mailing list for the Java 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/21722] gcj miscompiles accesses to static final vars with indirect dispatch


------- Additional Comments From matz at suse dot de  2005-06-01 20:59 -------
Yes.  I think this is because the compiler needs to see the definition and the use site 
to exhibit this bug.  Without the def it will correctly emit the code walking the table 
to get to the member. 

-- 


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


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