This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [RFC PATCH] Fix middle-end/6963
- From: Richard Henderson <rth at redhat dot com>
- To: David Edelsohn <dje at watson dot ibm dot com>
- Cc: Ulrich dot Weigand at de dot ibm dot com, Mark Mitchell <mark at codesourcery dot com>, gcc-patches at gcc dot gnu dot org, Alan Modra <amodra at bigpond dot net dot au>
- Date: Fri, 28 Jun 2002 09:35:46 -0700
- Subject: Re: [RFC PATCH] Fix middle-end/6963
- References: <rth@redhat.com> <200206281515.LAA26278@makai.watson.ibm.com>
On Fri, Jun 28, 2002 at 11:15:54AM -0400, David Edelsohn wrote:
> gcc -O2 -maix64 (ICE in sched_analyze_2)
The define_split at rs6000.md:13750 is very broken.
It calls assign_stack_temp after reload.
r~