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]

r124935 - in /branches/pointer_plus/gcc: Change...


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


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