Re: [Patch, testsuite] Make some more tests xfail/pass/unsupported for avr

2016-05-25 Thread Mike Stump
On May 25, 2016, at 6:23 AM, Senthil Kumar Selvaraj wrote: > If ok, could someone commit please? Ok. Committed revision 236741. > 2016-05-25 Senthil Kumar Selvaraj > > * c-c++-common/Wduplicated-cond-1.c: Use smaller const literal. > * c-c++-common/pr60226.c: Require int32plus

[Patch, testsuite] Make some more tests xfail/pass/unsupported for avr

2016-05-25 Thread Senthil Kumar Selvaraj
Hi, This patch attempts to fix some bogus testsuite failures by either slightly modifying the test, adding xfail for int16 targets, or by using the appropriate dg-require-effective-target/dg-skip-if directive. The only tricky changes I see are * changing usage of unsigned long to __SIZE_TY