This is the mail archive of the gcc-patches@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]

Re: tsk tsk


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.


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