cp-tree.def (NON_DEPENDENT_EXPR): Add operand.
authorNathan Sidwell <nathan@gcc.gnu.org>
Fri, 15 Aug 2003 12:15:56 +0000 (12:15 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Fri, 15 Aug 2003 12:15:56 +0000 (12:15 +0000)
commit018a580308bf68eb3889f8663a68631cab4a9018
treef08e3f3d65f8e968a130bf44f5ed1e8d64795de2
parent6cad4e1709ec73b0c7978e5fab9ed623b7ac043b
cp-tree.def (NON_DEPENDENT_EXPR): Add operand.

* cp-tree.def (NON_DEPENDENT_EXPR): Add operand.
* decl2.c (build_offset_ref_call_from_tree): Use
build_non_dependent_expr.
* error.c (dump_expr) <NON_DEPENDENT_EXPR case>: Dump the operand.
* pt.c (build_non_dependent_expr): Set operand.

From-SVN: r70478
gcc/cp/ChangeLog
gcc/cp/cp-tree.def
gcc/cp/decl2.c
gcc/cp/error.c
gcc/cp/pt.c