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]

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


Author: pinskia
Date: Sat May  5 01:00:55 2007
New Revision: 124457

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

        * fold-const.c (fold_binary <case POINTER_PLUS_EXPR>);
        Add comment on why you get INT +p INT.
        (fold_binary <case PLUS_EXPR>): Add folding of PTR+INT into
        PTR p+ INT.
        * dwarf2out.c (loc_descriptor_from_tree_1):
        Handle POINT_PLUS_EXPR as a PLUS_EXPR.

2007-05-04  Andrew Pinski  <andrew_pinski@playstation.sony.com>

        * gcc.dg/max-1.c: Change local variable a to be a global one.


Modified:
    branches/pointer_plus/gcc/ChangeLog.ptr
    branches/pointer_plus/gcc/dwarf2out.c
    branches/pointer_plus/gcc/fold-const.c
    branches/pointer_plus/gcc/testsuite/ChangeLog.ptr
    branches/pointer_plus/gcc/testsuite/gcc.dg/max-1.c


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