tree-affine.c
17.2 KB
-
re PR tree-optimization/32527 (ICE in build2_stat, at tree.c:3074) · 5c24ddaf
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
Andrew Pinski committed