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-by-value-5b_y.c] - Rev 154
Go to most recent revision | Compare with Previous | Blame | View Log
#include <stdarg.h> #include "compat-common.h" #ifdef SKIP_VA const int test_va = 0; #else const int test_va = 1; #endif #include "fp-struct-defs.h" #include "fp-struct-init.h" #include "fp-struct-test-by-value-y.h" DEFS(f,float) INITS(f, float) TEST(Sf9, float) TEST(Sf10, float) TEST(Sf11, float) TEST(Sf12, float) TEST(Sf13, float) TEST(Sf14, float) TEST(Sf15, float) TEST(Sf16, float)
Go to most recent revision | Compare with Previous | Blame | View Log