Re: RFA: Fix test pr32912-2.c for 16-bit targets

2013-12-18 Thread Jeff Law
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

RFA: Fix test pr32912-2.c for 16-bit targets

2013-12-18 Thread Nick Clifton
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