From: Gabriel Dos Reis Date: Mon, 13 Sep 2004 08:36:51 +0000 (+0000) Subject: backport: re PR c++/15461 (ICE due to NRV and inlining) X-Git-Tag: releases/gcc-3.3.5~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29e5fea7819e8c68685774ed5b57579a1e9267bc;p=thirdparty%2Fgcc.git backport: re PR c++/15461 (ICE due to NRV and inlining) Backport from gcc-3_4-branch 2004-08-24 Jason Merrill PR c++/15461 * semantics.c (nullify_returns_r): Replace a DECL_STMT for the NRV with an INIT_EXPR. From-SVN: r87427 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 138e388cf326..c12a9918650d 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,11 @@ +2004-09-13 Gabriel Dos Reis + + Backport from gcc-3_4-branch + 2004-08-24 Jason Merrill + PR c++/15461 + * semantics.c (nullify_returns_r): Replace a DECL_STMT + for the NRV with an INIT_EXPR. + 2004-07-24 Kriang Lerdsuwanakij PR c++/16175