This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r127058 - in /trunk/gcc: ChangeLog tree-affine....
- From: pinskia at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Mon, 30 Jul 2007 09:28:14 -0000
- Subject: r127058 - in /trunk/gcc: ChangeLog tree-affine....
Author: pinskia
Date: Mon Jul 30 09:28:14 2007
New Revision: 127058
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=127058
Log:
2007-07-30 Andrew Pinski <andrew_pinski@playstation.sony.com>
PR tree-opt/32527
* tree-affine.h (aff_tree): The type of rest is sizetype for types
of pointers.
* tree-affine.c (aff_combination_scale): If type is a pointer type,
use sizetype for rest.
(aff_combination_add_elt): Likewise. Don't specialize pointer types.
(aff_combination_convert): Don't convert rest for pointer types.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/tree-affine.c
trunk/gcc/tree-affine.h