URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [compat/] [pr38736_x.c] - Rev 298
Compare with Previous | Blame | View Log
/* PR target/38736 */ /* { dg-options "-O2" } */ struct alignment_test_struct { char space[4] __attribute__((__aligned__)); }; extern int aligned_x (void); int aligned_x (void) { return __alignof__(struct alignment_test_struct); }