This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Fix PPC combine ICE
- From: Richard Henderson <rth at redhat dot com>
- To: David Edelsohn <dje at watson dot ibm dot com>
- Cc: Alexandre Oliva <aoliva at redhat dot com>, Franz Sirl <Franz dot Sirl-kernel at lauterbach dot com>, Alan Modra <amodra at bigpond dot net dot au>, Geoff Keating <geoffk at redhat dot com>, gcc-patches at gcc dot gnu dot org
- Date: Thu, 14 Mar 2002 22:57:45 -0800
- Subject: Re: [PATCH] Fix PPC combine ICE
- References: <aoliva@redhat.com> <200203150652.BAA23954@makai.watson.ibm.com>
On Fri, Mar 15, 2002 at 01:52:29AM -0500, David Edelsohn wrote:
> So maybe this should be
>
> GEN_INT (trunc_int_for_mode (TREE_STRING_POINTER (array)
> [TREE_INT_CST_LOW (index)], mode))
Exactly.
r~