]> gcc.gnu.org Git - gcc.git/commit - gcc/cp/typeck.c
extend.texi (Volatiles): New node.
authorNathan Sidwell <nathan@acm.org>
Thu, 9 Sep 1999 12:07:46 +0000 (12:07 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Thu, 9 Sep 1999 12:07:46 +0000 (12:07 +0000)
commit02cac427d515af0b0855cda11124997fc76a13b9
tree88b5b117435e72426ca1237680e644cce728803b
parentfb3f91c9a888e175c2d2e39ed9017b59f4c99876
extend.texi (Volatiles): New node.

gcc/ChangeLog:
* extend.texi (Volatiles): New node.
gcc/cp/ChangeLog:
* cp-tree.h (convert_to_void): Prototype new function.
(require_complete_type_in_void): Remove prototype.
* cvt.c (convert_to_void): New function.
(ocp_convert): Use convert_to_void.
* decl.c (cplus_expand_expr_stmt): Likewise, for complete
expressions.
* typeck.c (require_complete_type_in_void): Remove function.
(build_compound_expr): Use convert_to_void.
(build_static_cast): Likewise.
(build_c_cast): Likewise.
* semantics.c (finish_expr_stmt): Do not decay full expressions.

* typeck.c (build_x_compound_expr): Add FIXME.

From-SVN: r29233
gcc/ChangeLog
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/cvt.c
gcc/cp/decl.c
gcc/cp/semantics.c
gcc/cp/typeck.c
gcc/extend.texi
This page took 0.055918 seconds and 5 git commands to generate.