* ir.texi (Expressions): Fix typo.
From-SVN: r35998
This commit is contained in:
parent
77ae5fa4bc
commit
14fdf4b67e
@ -1,3 +1,7 @@
|
||||
2000-08-26 Gabriel Dos Reis <gdr@codesourcery.com>
|
||||
|
||||
* ir.texi (Expressions): Fix typo.
|
||||
|
||||
2000-08-25 Greg McGary <greg@mcgary.org>
|
||||
|
||||
* tree.c (init_tree): Use ARRAY_SIZE.
|
||||
|
@ -1638,9 +1638,9 @@ struct D : public B @{@};
|
||||
int D::*dp = &D::i;
|
||||
@end example
|
||||
@noindent
|
||||
The @code{PTRMEM_CST_CLASS} for @code{&D::I} is @code{D}, even though
|
||||
The @code{PTRMEM_CST_CLASS} for @code{&D::i} is @code{D}, even though
|
||||
the @code{DECL_CONTEXT} for the @code{PTRMEM_CST_MEMBER} is @code{B},
|
||||
since @code{B::I} is a member of @code{B}, not @code{D}.
|
||||
since @code{B::i} is a member of @code{B}, not @code{D}.
|
||||
|
||||
@item VAR_DECL
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user