typeck.c (expr_sizeof): Don't decay arrays and functions.
authorNathan Sidwell <nathan@acm.org>
Mon, 13 Sep 1999 13:41:30 +0000 (13:41 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Mon, 13 Sep 1999 13:41:30 +0000 (13:41 +0000)
commitcc3dc6ea434405ef9b47b855f38194bf41686b71
tree617d9e07d3c528b57e9b5e82d148bccca4ec6fc8
parenta992ebf6ce2d21e142a79729fe4db3fa13f89d52
typeck.c (expr_sizeof): Don't decay arrays and functions.

* typeck.c (expr_sizeof): Don't decay arrays and functions.
Remove misleading comment.
(build_compound_expr): Don't decay arrays.

From-SVN: r29378
gcc/cp/ChangeLog
gcc/cp/typeck.c