Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr29945.c
blob: 775af29ef07fc9e4c415109292e1e45ab993620b [
file
] [
log
] [
blame
]
/* 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
);
}