stmt.c (expand_expr_stmt): Must generate code for statements within an expression...
authorCraig Burley <burley@gnu.ai.mit.edu>
Sat, 28 Mar 1998 00:38:46 +0000 (00:38 +0000)
committerJeff Law <law@gcc.gnu.org>
Sat, 28 Mar 1998 00:38:46 +0000 (17:38 -0700)
commit600a4ce72b4de654f689e02f89724c30a54ffa61
tree6074ba2cb1eea3308b04f8a3c5922f1e6f9592dc
parentf861f67479533a105f36dd7c82eee9f46bde36ce
stmt.c (expand_expr_stmt): Must generate code for statements within an expression (gcc's `({ ...

        * stmt.c (expand_expr_stmt): Must generate code for
        statements within an expression (gcc's `({ ... )}')
        even if -fsyntax-only.
Patch from Craig.

From-SVN: r18865
gcc/ChangeLog
gcc/stmt.c