URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [compat/] [struct-align-2_main.c] - Rev 149
Go to most recent revision | Compare with Previous | Blame | View Log
/* Test compatibility of structure layout and alignment for a struct containing an int and a long long, with various combinations of packed and aligned attributes. The struct is from the Linux kernel. */ extern void struct_align_2_x (void); extern void exit (int); int fails; int main () { struct_align_2_x (); exit (0); }
Go to most recent revision | Compare with Previous | Blame | View Log