Re: [Patch, testsuite] Fix failing overflow-1.c for avr

2017-03-21 Thread Georg-Johann Lay
On 21.03.2017 13:31, Georg-Johann Lay wrote: On 21.03.2017 13:07, Senthil Kumar Selvaraj wrote: Hi, The test assumes 32 bit ints, and expects a constant in the dump that is only valid for 32 bit ints. This trivial patch fixes that by explicitly specifying __UINT32_TYPE__ as the type. Committe

Re: [Patch, testsuite] Fix failing overflow-1.c for avr

2017-03-21 Thread Georg-Johann Lay
On 21.03.2017 13:07, Senthil Kumar Selvaraj wrote: Hi, The test assumes 32 bit ints, and expects a constant in the dump that is only valid for 32 bit ints. This trivial patch fixes that by explicitly specifying __UINT32_TYPE__ as the type. Committed as obvious. Regards Senthil gcc/testsuite/

[Patch, testsuite] Fix failing overflow-1.c for avr

2017-03-21 Thread Senthil Kumar Selvaraj
Hi, The test assumes 32 bit ints, and expects a constant in the dump that is only valid for 32 bit ints. This trivial patch fixes that by explicitly specifying __UINT32_TYPE__ as the type. Committed as obvious. Regards Senthil gcc/testsuite/ChangeLog 2017-03-21 Senthil Kumar Selvaraj