From: Jason Merrill Date: Tue, 10 Aug 2004 18:02:48 +0000 (-0400) Subject: re PR middle-end/16948 (Many new testsuite failures on hppa64-hp-hpux11.11) X-Git-Tag: releases/gcc-4.0.0~6008 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6c9c452695f66cfb588e4001e3a2b774a8a52015;p=thirdparty%2Fgcc.git re PR middle-end/16948 (Many new testsuite failures on hppa64-hp-hpux11.11) PR middle-end/16948 * function.c (expand_function_start): Handle DECL_BY_REFERENCE on the RESULT_DECL. From-SVN: r85764 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 88c4d8f06efb..fc95cf250c54 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,6 @@ 2004-08-10 Jason Merrill + PR middle-end/16948 * function.c (expand_function_start): Handle DECL_BY_REFERENCE on the RESULT_DECL.