On Mon, Jul 01, 2013 at 04:17:37PM +0000, Iyer, Balaji V wrote: > gcc/c/ChangeLog > +2013-07-01 Balaji V. Iyer <balaji.v.i...@intel.com> > +
The PR c/57490 line belongs to all ChangeLog entries related to the fix, not just testsuite. > + * c-array-notation.c (fix_conditional_array_notations_1): Added a > + check for truth values. > + (expand_array_notation_exprs): Added truth values case. Removed an > + unwanted else. Added for-loop to walk through subtrees in default > + case. > + > > gcc/cp/ChangeLog > +2013-07-01 Balaji V. Iyer <balaji.v.i...@intel.com> > + > + * cp-array-notation.c (cp_expand_cond_array_notations): Added a > + check for truth values. > + (expand_array_notation_exprs): Added truth values case. Removed an > + unwanted else. Added for-loop to walk through subtrees in default > + case. I'll leave this to C/C++ maintainers. > gcc/testsuite/ChangeLog > +2013-07-01 Balaji V. Iyer <balaji.v.i...@intel.com> > + > + PR c/57490 > + * c-c++-common/cilk-plus/AN/pr57490.i: New test. > + * gcc.dg/cilk-plus/cilk-plus.exp: Added compilation of .i files. Ugh, no. Please add the test as *.c test instead, and strip all the unneeded garbage from it. It would surprise me a lot if the # line ..., #pragma ident or blank lines were required to reproduce the problem. Jakub