This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: tsk tsk
- From: Aldy Hernandez <aldyh at redhat dot com>
- To: Richard Henderson <rth at redhat dot com>
- Cc: gcc patches <gcc-patches at gcc dot gnu dot org>
- Date: 07 Dec 2001 15:49:25 -0800
- Subject: Re: tsk tsk
- References: <20011207150341.A16339@redhat.com>
On Fri, 2001-12-07 at 15:03, Richard Henderson wrote:
> You didn't run make info.
damn. just found out what happened.
my primary devel box is an x86 from which i generate patches, then log
into a ppc box, patch the sources, and then run tests and bootstraps. i
hadn't patched doc/extend.texi.
thanks.
>
>
> r~
>
>
> * doc/extend.texi: Fix typo last change.
>
> Index: extend.texi
> ===================================================================
> RCS file: /cvs/gcc/gcc/gcc/doc/extend.texi,v
> retrieving revision 1.42
> diff -c -p -d -r1.42 extend.texi
> *** extend.texi 2001/12/07 18:49:16 1.42
> --- extend.texi 2001/12/07 22:59:17
> *************** Aggregates with this attribute are inval
> *** 3025,3031 ****
> size as a corresponding scalar. For example, the declaration:
>
> @smallexample
> ! struct S { int a; };
> struct S __attribute__ ((vector_size (16))) foo;
> @end smallexample
>
> --- 3025,3031 ----
> size as a corresponding scalar. For example, the declaration:
>
> @smallexample
> ! struct S @{ int a; @};
> struct S __attribute__ ((vector_size (16))) foo;
> @end smallexample
>
--
Aldy Hernandez E-mail: aldyh@redhat.com
Professional Gypsy
Red Hat, Inc.