On 12/18/13 03:09, Nick Clifton wrote:
Hi Guys,
The test gcc/testsuite/gcc.dg/pr32912-2.c fails to execute correctly
on targets that use 16-bit integers, because it assumes at least a
32-bit integer. The patch below removes this assumption, and it also
tidies up the code slightly so
Hi Guys,
The test gcc/testsuite/gcc.dg/pr32912-2.c fails to execute correctly
on targets that use 16-bit integers, because it assumes at least a
32-bit integer. The patch below removes this assumption, and it also
tidies up the code slightly so that __SIZEOF_INT__ is only tested in
one