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

pinskia@gcc.gnu.org pinskia@gcc.gnu.org
Thu Jun 7 23:57:00 GMT 2007


Author: pinskia
Date: Thu Jun  7 23:57:30 2007
New Revision: 125546

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

        * config/frv/frv.c (frv_expand_builtin_va_start): Use sizetype
        with make_tree, instead of a pointer type.
        * config/pa/pa.c (reloc_needed): Handle POINTER_PLUS_EXPR
        as PLUS_EXPR/MINUS_EXPR.
        (hppa_gimplify_va_arg_expr): Don't create MINUS_EXPR or
        PLUS_EXPR for pointers, instead use POINTER_PLUS_EXPR.
        Don't use BIT_AND_EXPR on a pointer type, convert the
        expression to sizetype first.


Modified:
    branches/pointer_plus/gcc/ChangeLog.ptr
    branches/pointer_plus/gcc/config/frv/frv.c
    branches/pointer_plus/gcc/config/pa/pa.c



More information about the Gcc-cvs mailing list