This is the mail archive of the gcc-bugs@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]

[Bug tree-optimization/32527] [4.3 Regression] ICE in build2_stat, at tree.c:3074



------- 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  <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


-- 


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


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