projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73e42cf
)
* expr.c (expand_assignment): Delete unused variable.
author
Kaveh R. Ghazi
<ghazi@caip.rutgers.edu>
Thu, 1 Aug 2002 15:40:07 +0000
(15:40 +0000)
committer
Kaveh Ghazi
<ghazi@gcc.gnu.org>
Thu, 1 Aug 2002 15:40:07 +0000
(15:40 +0000)
From-SVN: r55933
gcc/ChangeLog
patch
|
blob
|
history
gcc/expr.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 42d40c9733df97720057bceb182ba722c01323bb..17d453a117020ea1e6f628b6475d469774ec8cb1 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-1,3
+1,7
@@
+2002-08-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
+
+ * expr.c (expand_assignment): Delete unused variable.
+
2002-08-01 Toon Moene <toon@moene.indiv.nluug.nl>
* c-common.c (cb_register_builtins): Set
diff --git
a/gcc/expr.c
b/gcc/expr.c
index 810400cf33909de7ad554c5453db2db4f7ed2237..4aa0195dfb06503e7ef9e9020354ef121b1b9174 100644
(file)
--- a/
gcc/expr.c
+++ b/
gcc/expr.c
@@
-3840,8
+3840,6
@@
expand_assignment (to, from, want_value, suggest_reg)
if (GET_CODE (to_rtx) == MEM)
{
- tree old_expr = MEM_EXPR (to_rtx);
-
/* If the field is at offset zero, we could have been given the
DECL_RTX of the parent struct. Don't munge it. */
to_rtx = shallow_copy_rtx (to_rtx);