rt_gccstream/gcc/testsuite/gcc.c-torture/compile/pr29945.c

9 lines
172 B
C

/* This test used to ICE on the SPU target. */
extern const char *__ctype_ptr;
parse_real (unsigned char c)
{
if ((__ctype_ptr[c]&04) && c != '.')
unget_char ( c);
}