diff options
author | Richard Henderson <rth@cygnus.com> | 1998-06-02 15:48:51 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 1998-06-02 15:48:51 -0700 |
commit | f0348c25246aea4839fb511a38d07cebd50ddad0 (patch) | |
tree | 4bc6d854db9abe6dd20f526162f0794f7107b916 | |
parent | 4f4f436f0784431645c407e93fafcc6017a77e5c (diff) | |
download | gcc-f0348c25246aea4839fb511a38d07cebd50ddad0.zip gcc-f0348c25246aea4839fb511a38d07cebd50ddad0.tar.gz gcc-f0348c25246aea4839fb511a38d07cebd50ddad0.tar.bz2 |
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
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/expr.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e09d852..1da6c5b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Tue Jun 2 22:46:08 1998 Richard Henderson <rth@cygnus.com> + + * expr.c (store_expr): Revert stray patch associated with + 1998-05-23 commit. + Tue Jun 2 21:59:01 1998 Richard Henderson <rth@cygnus.com> * jump.c (rtx_unsafe_p): New function. @@ -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) |