diff options
author | Alexandre Petit-Bianco <apbianco@cygnus.com> | 1998-07-23 05:09:42 -0700 |
---|---|---|
committer | Per Bothner <bothner@gcc.gnu.org> | 1998-07-23 05:09:42 -0700 |
commit | 57b630a92b177b86947de8e3e14877b75e33634a (patch) | |
tree | 53192b02bab92ced7b1fd3353bed9f12cc6a5f70 /gcc | |
parent | 6e7f84a73211f0bfbd98ca166268c95befb25f73 (diff) | |
download | gcc-57b630a92b177b86947de8e3e14877b75e33634a.zip gcc-57b630a92b177b86947de8e3e14877b75e33634a.tar.gz gcc-57b630a92b177b86947de8e3e14877b75e33634a.tar.bz2 |
expr.c (expand_expr): Expand RETURN_EXPR.
�
* expr.c (expand_expr): Expand RETURN_EXPR.
From-SVN: r21348
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 60a1a52..d225ce4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Thu Jul 23 11:12:06 1998 Alexandre Petit-Bianco <apbianco@cygnus.com> + + * expr.c (expand_expr): Expand RETURN_EXPR. + Thu Jul 23 11:00:29 1998 Jim Wilson <wilson@cygnus.com> * dwarf2out.c (dwarf2out_finish): Call stripattributes on TEXT_SECTION. |