This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: RFA: Fix rtl-optimization/22258
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: Joern RENNECKE <joern dot rennecke at st dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Thu, 30 Jun 2005 15:29:55 -0400
- Subject: Re: RFA: Fix rtl-optimization/22258
- References: <42C44729.1070207@st.com>
On Jun 30, 2005, at 3:25 PM, Joern RENNECKE wrote:
+ /* We assume here that no machine mode needs more than 32 hard
registers. */
This is bad assumption as there are targets (IA64) with machine modes
which have
more than 32 hard registers.
-- Pinski