Sign in
gnu
/
gcc
/
e5cfb9cac1d7aba9a8ea73bfe7922cfaff9d61f3
/
.
/
gcc
/
testsuite
/
gcc.dg
/
torture
/
pr99652-1.c
blob: c2395ff4ed8b4c8aa22e5a424e86fbfa706f6a36 [
file
] [
log
] [
blame
]
/* { dg-do compile { target i?86-*-* x86_64-*-* } } */
/* { dg-options "-mgeneral-regs-only" } */
inline
double
foo
(
void
)
{
return
1.0
;
}