From 27fa9e4bdf0f9268036d0522af17b5ea96792198 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Mon, 17 Aug 1998 04:49:58 -0600 Subject: [PATCH] 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 --- gcc/ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index fae6f12c17c..03141e1370a 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 * stmt.c (expand_end_loop): Tidy. Allow unconditional @@ -6,6 +11,18 @@ Mon Aug 17 10:28:52 1998 Mark Mitchell Mon Aug 17 10:06:11 1998 Kaveh R. Ghazi Jeff Law + * 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.