[PATCH] rtl.texi typo fix.

Gaute B Strokkenes gs234@cam.ac.uk
Tue Jan 8 01:43:00 GMT 2002


I found another typo, this time in rtl.texi.  I'm also taking the
opportunity to resend the c-tree.texi patch I sent earlier.

-- 
Gaute Strokkenes                        http://www.srcf.ucam.org/~gs234/
Am I elected yet?

Index: c-tree.texi
===================================================================
RCS file: /cvsroot/gcc/gcc/gcc/doc/c-tree.texi,v
retrieving revision 1.27
diff -u -r1.27 c-tree.texi
--- c-tree.texi	17 Dec 2001 13:08:51 -0000	1.27
+++ c-tree.texi	8 Jan 2002 08:58:40 -0000
@@ -761,7 +761,7 @@
 (BINFO_TYPE (y))} is always the same binfo as @code{y}.  The reason is
 that if @code{y} is a binfo representing a base-class @code{B} of a
 derived class @code{D}, then @code{BINFO_TYPE (y)} will be @code{B}, and
-@code{TYPE_INFO (BINFO_TYPE (y))} will be @code{B} as its own
+@code{TYPE_BINFO (BINFO_TYPE (y))} will be @code{B} as its own
 base-class, rather than as a base-class of @code{D}.
 
 The @code{BINFO_BASETYPES} is a @code{TREE_VEC} (@pxref{Containers}).
Index: rtl.texi
===================================================================
RCS file: /cvsroot/gcc/gcc/gcc/doc/rtl.texi,v
retrieving revision 1.24
diff -u -r1.24 rtl.texi
--- rtl.texi	7 Jan 2002 19:03:37 -0000	1.24
+++ rtl.texi	8 Jan 2002 08:58:40 -0000
@@ -501,7 +501,7 @@
 In @code{mem} expressions, nonzero for reference to a scalar known not
 to be a member of a structure, union, or array.  Zero for such
 references and for indirections through pointers, even pointers pointing
-to scalar types.  If both this flag and @code{MEM_STRUCT_P} are clear, then we
+to scalar types.  If both this flag and @code{MEM_IN_STRUCT_P} are clear, then we
 don't know whether this @code{mem} is in a structure or not.  Both flags should
 never be simultaneously set.
 Stored in the @code{frame_related} field and printed as @samp{/f}.



More information about the Gcc-patches mailing list