This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]