This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: bootstrap failure in doc
- From: Aldy Hernandez <aldyh at redhat dot com>
- To: Andreas Tobler <toa at pop dot agri dot ch>
- Cc: GCC <gcc at gcc dot gnu dot org>
- Date: 07 Dec 2001 16:03:16 -0800
- Subject: Re: bootstrap failure in doc
- References: <3C11333A.AA6BE6EF@pop.agri.ch>
>>>>> "Andreas" == Andreas Tobler <toa@pop.agri.ch> writes:
> 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
belongs to me. Richard fixed it. My apologies.