URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.target/] [x86_64/] [abi/] [callabi/] [pr38891.c] - Rev 801
Go to most recent revision | Compare with Previous | Blame | View Log
/* Test for cross x86_64<->w64 abi standard calls. */ /* { dg-do compile } */ /* { dg-options "-mno-sse" } */ #include "callabi.h" long double CALLABI_CROSS func_cross () { }
Go to most recent revision | Compare with Previous | Blame | View Log