From: Mark Mitchell Date: Mon, 1 Nov 1999 04:23:27 +0000 (+0000) Subject: * stmt.c (expand_value_return): Fix typo in this change: X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8988b217fbe6f862cc513616ed7fdadb3a78ca40;p=gcc.git * stmt.c (expand_value_return): Fix typo in this change: From-SVN: r30307 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5815eb44d9d..bae58475f9c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,11 @@ +Sun Oct 31 20:27:45 1999 Mark Mitchell + + * stmt.c (expand_value_return): Fix typo in this change: + + Thu Oct 28 18:06:50 1999 Richard Kenner + (expand_value_return): Correctly convert VAL when promoting function + return; support RETURN_REG being a PARALLEL. + Sun Oct 31 20:25:42 1999 Mark P. Mitchell * expr.c (readonly_fields_p): Ignore everything except FIELD_DECLs.