Sign in
gnu
/
gcc
/
e5cfb9cac1d7aba9a8ea73bfe7922cfaff9d61f3
/
.
/
gcc
/
testsuite
/
gcc.dg
/
torture
/
builtins-1.c
blob: e076d850def43bc322e19bf039c1231963165891 [
file
] [
log
] [
blame
]
/* { dg-do compile } */
/* { dg-options "-fdump-rtl-expand-all" } */
int
isdigit
(
int
c
)
{
return
c
>=
0
;
}