This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
Re: a more basic problem
- To: Fred Gray <fegray at uiuc dot edu>
- Subject: Re: a more basic problem
- From: Bryce McKinlay <bryce at albatross dot co dot nz>
- Date: Mon, 22 May 2000 10:50:52 +1200
- CC: java-discuss at sourceware dot cygnus dot com
- References: <200005211941.OAA07358@one.npl.uiuc.edu>
Fred Gray wrote:In order to get libgcj to build with the current CVS gcc, I had to drop
> the "-O2" flag from CXXFLAGS. With optimization, I got an internal compiler
> error in verify_local_live_at_start at flow.c:2671. This occured (at least)
> in jni.cc, natObject.cc, and natSystem.cc (I gave up entirely on optimizing
> at that point in the build process).
These kind of problems occur fairly regularly with the cvs gcc. Usually they're fixed fairly quickly too, so
going back a day with "cvs -D" is often a good workaround.
regards
[ bryce ]