re PR tree-optimization/32527 (ICE in build2_stat, at tree.c:3074)
authorAndrew Pinski <andrew_pinski@playstation.sony.com>
Mon, 30 Jul 2007 09:28:14 +0000 (09:28 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Mon, 30 Jul 2007 09:28:14 +0000 (02:28 -0700)
commit5c24ddaf36be1236f276269d356257d59ff860b3
tree2bc849178633a1d10806791d26cd3af88a6bcfa0
parentcef44ee25f2609eaa6104a6d4be11b08380bd57e
re PR tree-optimization/32527 (ICE in build2_stat, at tree.c:3074)

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.

From-SVN: r127058
gcc/ChangeLog
gcc/tree-affine.c
gcc/tree-affine.h