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-1_main.c] - Rev 154
Go to most recent revision | Compare with Previous | Blame | View Log
/* Test compatibility of structure layout and alignment for structs which contain doubles. The original structs here are from PR 10645. */ extern void struct_align_1_x (void); extern void exit (int); int fails; int main () { struct_align_1_x (); exit (0); }
Go to most recent revision | Compare with Previous | Blame | View Log