URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.target/] [powerpc/] [altivec-17.c] - Rev 322
Go to most recent revision | Compare with Previous | Blame | View Log
/* Verify a statement in the GCC Manual that GCC allows the use of a typedef name as a vector type specifier. */ /* { dg-do compile { target powerpc*-*-* } } */ /* { dg-require-effective-target powerpc_altivec_ok } */ /* { dg-options "-maltivec -mabi=altivec" } */ typedef unsigned int ui; typedef signed char sc; __vector ui vui; __vector sc vsc;
Go to most recent revision | Compare with Previous | Blame | View Log