On Mon, Jul 01, 2013 at 05:02:57PM +0000, Iyer, Balaji V wrote:
> 
> 
> > -----Original Message-----
> > From: Jakub Jelinek [mailto:ja...@redhat.com]
> > Sent: Monday, July 01, 2013 12:24 PM
> > To: Iyer, Balaji V
> > Cc: gcc-patches@gcc.gnu.org; Rainer Orth
> > Subject: Re: [PATCH] Fix for PR c/57490
> > 
> > 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.
> 
> OK. The fixed patch is attached. Here are the ChangeLog entries:

Aren't you still missing the PR c/57490 in ChangeLog entries?

        Marek

Reply via email to