aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Henderson <rth@cygnus.com>1998-06-02 15:48:51 -0700
committerRichard Henderson <rth@gcc.gnu.org>1998-06-02 15:48:51 -0700
commitf0348c25246aea4839fb511a38d07cebd50ddad0 (patch)
tree4bc6d854db9abe6dd20f526162f0794f7107b916
parent4f4f436f0784431645c407e93fafcc6017a77e5c (diff)
downloadgcc-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/ChangeLog5
-rw-r--r--gcc/expr.c2
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.
diff --git a/gcc/expr.c b/gcc/expr.c
index 3370b5d..1fea726 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)