RE: Skip gcc.dg/tree-ssa/isolate-*.c for AVR Target

2014-04-07 Thread K_s, Vishnu
hard Biener [mailto:richard.guent...@gmail.com] > Sent: Saturday, April 05, 2014 3:16 PM > To: Jeff Law > Cc: K_s, Vishnu; gcc-patches@gcc.gnu.org > Subject: Re: Skip gcc.dg/tree-ssa/isolate-*.c for AVR Target > > On Fri, Apr 4, 2014 at 5:37 PM, Jeff Law wrote: > > O

RE: Skip gcc.dg/tree-ssa/isolate-*.c for AVR Target

2014-03-31 Thread K_s, Vishnu
nter_checks } */ > -Original Message- > From: Mike Stump [mailto:mikest...@comcast.net] > Sent: Saturday, March 29, 2014 12:52 AM > To: Mike & Elizabeth Stump; K_s, Vishnu > Cc: gcc-patches@gcc.gnu.org > Subject: Re: Skip gcc.dg/tree-ssa/isolate-*.c for AVR Target &

RE: Changing INT to SI mode

2014-03-31 Thread K_s, Vishnu
cast.net] > Sent: Saturday, March 29, 2014 12:49 AM > To: K_s, Vishnu > Cc: gcc-patches@gcc.gnu.org > Subject: Re: Changing INT to SI mode > > On Mar 28, 2014, at 6:23 AM, K_s, Vishnu wrote: > > Test pr59940.c is failing for AVR target because the test assumes the > s

Changing INT to SI mode

2014-03-28 Thread K_s, Vishnu
Test pr59940.c is failing for AVR target because the test assumes the size of int as 32 bit and test expect to generate warnings for overflow and conversion while assigning 36-bit and 32 bit value respectively to variable si. Following patch define a 32 bit type with SI mode and use it. 2014-03-28

Skip gcc.dg/tree-ssa/isolate-*.c for AVR Target

2014-03-28 Thread K_s, Vishnu
Hi all, The tests added in gcc.dg/tree-ssa/isolate-*.c is failing for AVR target, Because the isolate erroneous path pass needs -fdelete-null-pointer-checks option to be enabled. For AVR target that option is disabled, this cause the tests to fail. Following Patch skip the isolate-* tests if "ke