This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: StrictMath.lo problem when building GCC (HEAD)
Anthony,
Anthony Green wrote:
Raif -
I'm seeing the same thing. It looks like some recent change in GCC2003-02-15
prevents libgcj for building on the trunk.
AG
It looks like it's due to rth's split_all_insns patch
2003-02-15 Richard Henderson <rth@redhat.com>
* recog.c (split_all_insns): Include new blocks in life update;
do a global life update.
It's not expanding the blocks bitmap before adding the new blocks :-(
Graham