This is the mail archive of the java-discuss@sources.redhat.com 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]

-O2 loop problems


I believe the work around for PR's 1159 and 1412 is to compile with 
-fno-defer-pop.

The loops are messed up because we're missing pending stack adjustments 
somewhere.

I would have added this to the PR notes, but I don't appear to have write 
access to the gcc bug database :-(

AG


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