URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [align-2.c] - Rev 716
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR 17962 */ /* { dg-do compile } */ /* { dg-options "" } */ typedef float v4 __attribute__((vector_size(sizeof(float)*4))); extern char compile_time_assert[__alignof__(v4) == sizeof(float)*4 ? 1 : -1];
Go to most recent revision | Compare with Previous | Blame | View Log