URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [execute/] [align-1.c] - Rev 688
Compare with Previous | Blame | View Log
typedef int new_int __attribute__ ((aligned(16))); struct S { int x; }; int main() { if (sizeof(struct S) != sizeof(int)) abort (); return 0; }