This is the mail archive of the
java-discuss@sources.redhat.com
mailing list for the Java project.
-O2 loop problems
- To: "'java-discuss at sources dot redhat dot com'" <java-discuss at sources dot redhat dot com>
- Subject: -O2 loop problems
- From: Anthony Green <green at redhat dot com>
- Date: Sat, 23 Dec 2000 06:28:38 -0800
- Organization: Red Hat, Inc.
- Reply-To: "green at cygnus dot com" <green at cygnus dot com>
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