aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJason Merrill <jason@gcc.gnu.org>2004-08-10 14:02:48 -0400
committerJason Merrill <jason@gcc.gnu.org>2004-08-10 14:02:48 -0400
commit6c9c452695f66cfb588e4001e3a2b774a8a52015 (patch)
treef7a8085912d03dee8b754cf44caa49ff07dd5c23 /gcc
parent01c985700000ecfa510dde907812cb389d28695e (diff)
downloadgcc-6c9c452695f66cfb588e4001e3a2b774a8a52015.zip
gcc-6c9c452695f66cfb588e4001e3a2b774a8a52015.tar.gz
gcc-6c9c452695f66cfb588e4001e3a2b774a8a52015.tar.bz2
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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 88c4d8f..fc95cf2 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,6 @@
2004-08-10 Jason Merrill <jason@redhat.com>
+ PR middle-end/16948
* function.c (expand_function_start): Handle DECL_BY_REFERENCE on
the RESULT_DECL.