diff options
author | Jeff Law <law@gcc.gnu.org> | 1998-08-17 04:49:58 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-08-17 04:49:58 -0600 |
commit | 27fa9e4bdf0f9268036d0522af17b5ea96792198 (patch) | |
tree | 22ac78dbfbaecc11a2057b976f989c9779755e81 /gcc | |
parent | 0720f6fbcd82afb4f87d9822af12738cef51be16 (diff) | |
download | gcc-27fa9e4bdf0f9268036d0522af17b5ea96792198.zip gcc-27fa9e4bdf0f9268036d0522af17b5ea96792198.tar.gz gcc-27fa9e4bdf0f9268036d0522af17b5ea96792198.tar.bz2 |
expr.c (expand_expr): Allow assignments from TImode PARM_DECLs and VAR_DECLs.
* expr.c (expand_expr): Allow assignments from TImode PARM_DECLs
and VAR_DECLs.
From-SVN: r21783
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index fae6f12..03141e1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Mon Aug 17 11:46:19 1998 Jeffrey A Law (law@cygnus.com) + + * expr.c (expand_expr): Allow assignments from TImode PARM_DECLs + and VAR_DECLs. + Mon Aug 17 10:28:52 1998 Mark Mitchell <mark@markmitchell.com> * stmt.c (expand_end_loop): Tidy. Allow unconditional @@ -6,6 +11,18 @@ Mon Aug 17 10:28:52 1998 Mark Mitchell <mark@markmitchell.com> Mon Aug 17 10:06:11 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> Jeff Law <law@cygnus.com> + * Makefile.in (cplus-dep.o): Use cplus-dem.c from libiberty. + + * Makefile.in (fold-const.o): depend on $(RTL_H). + + * fold-const.c: Include rtl.h to get the prototype for + `set_identifier_local_value'. + + * loop.c (express_from_1): Remove unused variable `tmp'. + (combine_givs): cast the first argument of bzero to char *. + + * toplev.c (display_help): Remove unused variable `looking_for_start'. + * c-decl.c (init_decl_processing): Remove unneeded &. * alpha.h (alpha_initialize_trampoline): Provide prototype. |