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