summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/torture/builtins-1.c
blob: 6a48753188c998d4df49c88b14890354812edd7a (plain)
1
2
3
4
5
6
7
8
/* { dg-do compile } */
/* { dg-options "-fdump-rtl-expand-all" */
int isdigit(int c)
{
        return c >= 0;
}