URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [pr29945.c] - Rev 301
Go to most recent revision | Compare with Previous | Blame | View Log
/* 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); }
Go to most recent revision | Compare with Previous | Blame | View Log