2014-08-04 Ed Schonberg <schonberg@adacore.com>
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / builtins-1.c
blobc0e8210a10508094a8bbd42ed0839b07b44c8d57
1 /* { dg-do compile } */
2 /* { dg-options "-fdump-rtl-expand-all" */
3 /* { dg-final { cleanup-rtl-dump "expand" } } */
4 int isdigit(int c)
6 return c >= 0;