OSDN Git Service

2007-07-30 Andrew Pinski <andrew_pinski@playstation.sony.com>
authorpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 30 Jul 2007 09:28:14 +0000 (09:28 +0000)
committerpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 30 Jul 2007 09:28:14 +0000 (09:28 +0000)
commit2ccb5abdfd402f4a33071c4a6a20c92b1ec0f399
tree2bc849178633a1d10806791d26cd3af88a6bcfa0
parente07df203878f420604e848797728632eb999eda4
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@127058 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/tree-affine.c
gcc/tree-affine.h