diff options
author | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-06-06 19:10:27 +0000 |
---|---|---|
committer | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-06-06 19:10:27 +0000 |
commit | 22f1c933a3b02f091d0237319ee32fbac171536f (patch) | |
tree | 8c7d7afce7e53df2b36a61bcc96ca4493ef90183 /gcc/cp/expr.c | |
parent | 0631021f1b00ae6de41955219d15ae4c7ec5eb8f (diff) | |
download | gcc-22f1c933a3b02f091d0237319ee32fbac171536f.tar.gz |
86th Cygnus<->FSF quick merge
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12177 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/expr.c')
-rw-r--r-- | gcc/cp/expr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/expr.c b/gcc/cp/expr.c index ef90ad4ecea..7e8673b50a3 100644 --- a/gcc/cp/expr.c +++ b/gcc/cp/expr.c @@ -165,7 +165,7 @@ cplus_expand_expr (exp, target, tmode, modifier) init = maybe_build_cleanup (convert_from_reference (init)); if (init != NULL_TREE) - expand_expr (init, 0, 0, 0); + expand_expr (init, const0_rtx, VOIDmode, 0); } call_target = return_target = DECL_RTL (slot); } |