modernc.org/ccgo/v3@v3.16.14/lib/testdata/gcc-9.1.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 }