This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

bootstrap failure in doc


Hi,

don't know to whom it belongs.

had to apply the  following:

--- gcc/doc/extend.texi.orig    Fri Dec  7 22:16:21 2001
+++ gcc/doc/extend.texi Fri Dec  7 22:15:27 2001
@@ -3025,7 +3025,7 @@
 size as a corresponding scalar.  For example, the declaration:
 
 @smallexample
-struct S { int a; };
+struct S @{ int a; @};
 struct S  __attribute__ ((vector_size (16))) foo;
 @end smallexample

Andreas


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]