This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: libjava build failure sol2.6 asm problem?
- From: Jeff Sturm <jsturm at one-point dot com>
- To: Richard Henderson <rth at redhat dot com>
- Cc: "Kaveh R. Ghazi" <ghazi at caip dot rutgers dot edu>, gcc at gcc dot gnu dot org
- Date: Tue, 1 Jan 2002 13:00:38 -0500 (EST)
- Subject: Re: libjava build failure sol2.6 asm problem?
On Tue, 1 Jan 2002, Jeff Sturm wrote:
> (I notice that LABEL_NUSES is zero, as it is for other non-problem
> labels... who's responsibility is it to maintain LABEL_NUSES?)
Never mind, I answered that myself. It seems like fill_slots_from_thread
can delete an insn before adding it to the delay slot, without considering
side effects, e.g. deleted labels.
Bootstrapping now, I'll follow up on gcc-patches.
Jeff