From: Richard Henderson Date: Tue, 2 Jun 1998 22:48:51 +0000 (-0700) Subject: expr.c (store_expr): Revert stray patch associated with 1998-05-23 commit. X-Git-Tag: prereleases/egcs-1.1-prerelease~956 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f0348c25246aea4839fb511a38d07cebd50ddad0;p=thirdparty%2Fgcc.git expr.c (store_expr): Revert stray patch associated with 1998-05-23 commit. * expr.c (store_expr): Revert stray patch associated with 1998-05-23 commit. From-SVN: r20201 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e09d852e68d9..1da6c5bcc437 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Tue Jun 2 22:46:08 1998 Richard Henderson + + * expr.c (store_expr): Revert stray patch associated with + 1998-05-23 commit. + Tue Jun 2 21:59:01 1998 Richard Henderson * jump.c (rtx_unsafe_p): New function. diff --git a/gcc/expr.c b/gcc/expr.c index 3370b5d88913..1fea7263671c 100644 --- a/gcc/expr.c +++ b/gcc/expr.c @@ -3321,7 +3321,7 @@ store_expr (exp, target, want_value) { target = protect_from_queue (target, 1); if (GET_MODE (temp) != GET_MODE (target) - && GET_MODE (target) != VOIDmode) + && GET_MODE (temp) != VOIDmode) { int unsignedp = TREE_UNSIGNED (TREE_TYPE (exp)); if (dont_return_target)