re PR c++/11295 (ICE when using a non-trivial object in a compound statement expression)
authorJames E Wilson <wilson@specifixinc.com>
Mon, 9 Feb 2004 21:32:37 +0000 (21:32 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Mon, 9 Feb 2004 21:32:37 +0000 (13:32 -0800)
commit228ae085b590f8e440afa88c181ae5950744dbda
tree53f3cfa75b0b5ff17b86143bf2ac848f9241193e
parent664fc5df4a28cebf52350cd4496279c53dd28f88
re PR c++/11295 (ICE when using a non-trivial object in a compound statement expression)

PR c++/11295
* c-common.c (c_expand_expr, case STMT_EXPR): Change expand_expr call
to expand_expr_real call, and pass in alt_rtl as last argument.

From-SVN: r77557
gcc/ChangeLog
gcc/c-common.c