/* { dg-do compile } */ /* { dg-options "-fdump-rtl-expand-all" } */ int isdigit(int c) { return c >= 0; }