* gcc.c-torture/compile/20000120-2.c: Use -fgnu89-inline.
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr29945.c
blob775af29ef07fc9e4c415109292e1e45ab993620b
1 /* This test used to ICE on the SPU target. */
2 extern const char *__ctype_ptr;
4 parse_real (unsigned char c)
6 if ((__ctype_ptr[c]&04) && c != '.')
7 unget_char ( c);