Commit 14fdf4b6 by Gabriel Dos Reis Committed by Gabriel Dos Reis

* ir.texi (Expressions): Fix typo.

From-SVN: r35998
parent 77ae5fa4
2000-08-26 Gabriel Dos Reis <gdr@codesourcery.com>
* ir.texi (Expressions): Fix typo.
2000-08-25 Greg McGary <greg@mcgary.org> 2000-08-25 Greg McGary <greg@mcgary.org>
* tree.c (init_tree): Use ARRAY_SIZE. * tree.c (init_tree): Use ARRAY_SIZE.
......
...@@ -1638,9 +1638,9 @@ struct D : public B @{@}; ...@@ -1638,9 +1638,9 @@ struct D : public B @{@};
int D::*dp = &D::i; int D::*dp = &D::i;
@end example @end example
@noindent @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}, 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 @item VAR_DECL
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment