URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [compat/] [vector-2_main.c] - Rev 298
Go to most recent revision | Compare with Previous | Blame | View Log
/* Test compatibility of vector types: layout between separately-compiled modules, parameter passing, and function return. This test uses vectors of floating points values. */ extern void vector_2_x (void); extern void exit (int); int fails; int main () { vector_2_x (); exit (0); }
Go to most recent revision | Compare with Previous | Blame | View Log