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/32015] pointer-plus ICE in extract_range_from_binary_expr, at tree-vrp.c:1755



------- Comment #4 from pinskia at gcc dot gnu dot org  2007-05-22 02:51 -------
Subject: Bug 32015

Author: pinskia
Date: Tue May 22 01:50:42 2007
New Revision: 124935

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=124935
Log:
2007-05-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>

        PR tree-opt/32015
        * tree.c (build2_stat): Make sure that
        MULT_EXPR is not used with pointers.
        * tree-chrec.c (chrec_apply): Use chrec_convert_rhs
        on the argument x instead of chrec_convert.
2007-05-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>

        PR tree-opt/32015
        * gcc.c-torture/compile/20070520-1.c: New test.



Added:
    branches/pointer_plus/gcc/testsuite/gcc.c-torture/compile/20070520-1.c
Modified:
    branches/pointer_plus/gcc/ChangeLog.ptr
    branches/pointer_plus/gcc/testsuite/ChangeLog.ptr
    branches/pointer_plus/gcc/tree-chrec.c
    branches/pointer_plus/gcc/tree.c


-- 


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


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