This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: sparcv9 bootstrap failure; gengenrtl dumps core
- From: Jeff Sturm <jsturm at one-point dot com>
- To: Alexander Poquet <atpoquet at ucdavis dot edu>
- Cc: gcc at gcc dot gnu dot org
- Date: Thu, 24 Jan 2002 19:59:58 -0500 (EST)
- Subject: Re: sparcv9 bootstrap failure; gengenrtl dumps core
On Thu, 24 Jan 2002, Alexander Poquet wrote:
> hey folks. just giving you all the heads up that i've repeated brad's
> gengenrtl core dump during the bootstrap of today's cvs for
> sparcv9-sun-solaris2.
The failure is due to this patch:
http://gcc.gnu.org/ml/gcc-patches/2002-01/msg01458.html
2002-01-21 Aldy Hernandez <aldyh@redhat.com>
* doc/tm.texi: Remove STARTING_FRAME_PHASE.
* config/rs6000/rs6000.h: Same.
* function.c (instantiate_virtual_regs): Remove
STARTING_FRAME_PHASE.
(assign_stack_local_1): Same.
Calculate frame phase.
Somehow this upsets stack frame addressing on sparcv9.
Jeff