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: [PATCH, testsuite]: make altivec-23.c standards conforming


On Wed, 2007-11-14 at 13:44 +1100, Ben Elliston wrote:
> I discovered that the test gcc.target/powerpc/altivec-23.c does not
> conform the AltiVec Programming Interface Manual (section 2.2), which
> states:
> 
> "The syntax does not allow the use of a typedef name as a type
> specifier. For example, the following is not allowed:
> 
>        typedef signed short int16;
>        vector int16 data;"
> 
> Okay for mainline?  Thanks,

OK.

Janis 


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