./
commit908c697e9e419d3f9d870eafcf400a7b9f927695
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 17 Apr 2005 21:27:47 +0000 (17 21:27 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 17 Apr 2005 21:27:47 +0000 (17 21:27 +0000)
tree8d0efbde4233e83950ce2bef9c8a5c3377334df2
parentad77512286578c5441e75306a0d693de32a58a7b
./
* c-common.def (SIZEOF_EXPR, ARROW_EXPR, ALIGNOF_EXPR): Remove.
* c-common.c (c_sizeof_or_alignof_type): Change second parameter
from enum tree_code op to bool is_sizeof.
* c-common.h (c_sizeof_or_alignof_type): Update declaration.
(c_sizeof, c_alignof): Update calls to c_sizeof_or_alignof_type.
* c-pretty-print.c (pp_c_postfix_expression): Remove ARROW_EXPR
case.
(pp_c_unary_expression): Remove SIZEOF_EXPR and ALIGNOF_EXPR
cases.
(pp_c_expression): Remove ARROW_EXPR, SIZEOF_EXPR, and
ALIGNOF_EXPR cases.
cp/
* cp-tree.def: Add SIZEOF_EXPR, ARROW_EXPR and ALIGNOF_EXPR.
* cxx-pretty-print.c (pp_cxx_postfix_expression): Handle
ARROW_EXPR.
(pp_cxx_unary_expression): Handle SIZEOF_EXPR and ALIGNOF_EXPR.
(pp_cxx_expression): Handle ARROW_EXPR, SIZEOF_EXPR, and
ALIGNOF_EXPR.
* typeck.c (cxx_sizeof_or_alignof_type): Update call to
c_sizeof_or_alignof_type for change in parameter type.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98297 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/c-common.c
gcc/c-common.def
gcc/c-common.h
gcc/c-pretty-print.c
gcc/cp/ChangeLog
gcc/cp/cp-tree.def
gcc/cp/cxx-pretty-print.c
gcc/cp/typeck.c