projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d743b2b
)
Fix typo in comment.
author
Richard Kenner
<kenner@gcc.gnu.org>
Sun, 25 Apr 2004 23:52:13 +0000
(19:52 -0400)
committer
Richard Kenner
<kenner@gcc.gnu.org>
Sun, 25 Apr 2004 23:52:13 +0000
(19:52 -0400)
From-SVN: r81169
gcc/expr.c
patch
|
blob
|
history
diff --git
a/gcc/expr.c
b/gcc/expr.c
index f884ad977472abaf62ea5ee2c2bcd812298c4a0e..0c40ded8f97ebc8816b0ef5d78482cc1182df522 100644
(file)
--- a/
gcc/expr.c
+++ b/
gcc/expr.c
@@
-5510,7
+5510,7
@@
get_inner_reference (tree exp, HOST_WIDE_INT *pbitsize,
index, low_bound));
/* If the index has a self-referential type, instantiate it with
- the object; likewise f
k
or the component size. */
+ the object; likewise for the component size. */
index = SUBSTITUTE_PLACEHOLDER_IN_EXPR (index, exp);
unit_size = SUBSTITUTE_PLACEHOLDER_IN_EXPR (unit_size, array);
offset = size_binop (PLUS_EXPR, offset,