modernc.org/cc@v1.0.1/testdata/gcc-6.3.0/gcc/testsuite/gcc.c-torture/compile/pr29945.c (about)

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