Sign in
gnu
/
gcc
/
fba228e259dd5112851527f2dbb62c5601100985
/
.
/
gcc
/
testsuite
/
gcc.target
/
i386
/
pr90899.c
blob: e0e2d5ac6bb1a616490f415bac07481e70b03304 [
file
] [
log
] [
blame
]
/* PR middle-end/90899 */
/* { dg-do compile } */
/* { dg-require-ifunc "" } */
__attribute__
((
target_clones
(
"default"
,
"arch=slm"
)))
static
int
f
()
{
return
0
;
}
__attribute__
((
alias
(
"f"
)))
__typeof
(
f
)
g
;