repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
PR target/59927
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
x86_64
/
abi
/
callabi
/
pr38891.c
blob
d31b8c3774cb81e97969afd88260f6e4d2013c07
1
/* Test for cross x86_64<->w64 abi standard calls.
2
*/
3
/* { dg-do compile } */
4
/* { dg-options "-mno-sse" } */
5
#include
"callabi.h"
6
7
long double
8
CALLABI_CROSS
func_cross
()
9
{
10
}