------- Comment #8 from pinskia at gcc dot gnu dot org  2007-07-30 09:28 -------
Subject: Bug 32527

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  <[EMAIL PROTECTED]>

        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


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32527

Reply via email to