This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: error in my f/com.c change
- To: Richard Henderson <rth at cygnus dot com>
- Subject: Re: error in my f/com.c change
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Sun, 02 Nov 1997 19:51:34 -0700
- cc: egcs at cygnus dot com, fortran at gnu dot org
- Reply-To: law at cygnus dot com
In message <19971102112305.23626@dot.cygnus.com>you write:
> In any case, in the attached patch I'm more careful with the type
> substitutions, only doing it for simple arithmetic that we're likely
> to get benefit from in the first place. I also recurse with the
> target type, so that expressions like A((I+1)) and A(I*3-1) are
> handled in sizetype throughout.
Thanks. I've installed this patch.
jeff