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

2014-04-24 Thread Jeff Law
On 03/31/14 02:20, K_s, Vishnu wrote: Changed the comment in log as the tests are not skipping for AVR only, but for all The targets keeps_null_pointer_checks is true. Corrected the log as per the comments. Please review it and commit it if it's OK. Regards Vishnu KS 2014-03-31 Vishnu K S

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

2014-04-24 Thread Jeff Law
On 04/07/14 01:10, K_s, Vishnu wrote: Added comment to avr.c on why disabling -fdelete-null-pointer-checks. Patch Attached in the mail. Previously approved patch can be found here - http://gcc.gnu.org/ml/gcc-patches/2014-03/msg01697.html. I don't have commit access to the source, please commit

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-04-05 Thread Richard Biener
On Fri, Apr 4, 2014 at 5:37 PM, Jeff Law wrote: > On 03/28/14 04:16, K_s, Vishnu wrote: >> >> 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 targe

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

2014-04-04 Thread Jeff Law
On 03/28/14 04:16, K_s, Vishnu wrote: 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

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: Skip gcc.dg/tree-ssa/isolate-*.c for AVR Target

2014-03-28 Thread Mike Stump
On Mar 28, 2014, at 12:04 PM, Mike Stump wrote: > >> 2014-03-28 Vishnu K S >> >> * gcc/testsuite/gcc.dg/tree-ssa/isolate-1.c: Skip test for AVR >> * gcc/testsuite/gcc.dg/tree-ssa/isolate-2.c: Ditto >> * gcc/testsuite/gcc.dg/tree-ssa/isolate-3.c: Ditto >> * gcc/testsuite/g

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

2014-03-28 Thread Mike Stump
On Mar 28, 2014, at 3:16 AM, K_s, Vishnu wrote: > 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.

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