This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] Fix array overflow in gcc.dg/vect/no-vfa-vect-depend-2.c


On Tue, Feb 18, 2014 at 06:24:17PM -0800, Paul Pluzhnikov wrote:
> Jakub,
> 
> On Mon, Feb 10, 2014 at 12:09 AM, Jakub Jelinek <jakub@redhat.com> wrote:
> > On Tue, Feb 04, 2014 at 04:59:14PM -0800, Paul Pluzhnikov wrote:
> >> gcc/testsuite/ChangeLog:
> >>
> >> 2014-02-04  Paul Pluzhnikov  <ppluzhnikov@google.com>
> >>
> >>       * gcc.dg/vect/no-vfa-vect-depend-2.c (main1): Fix buffer
> >>           overflow.
> >
> > Ok, thanks.
> 
> Sorry, did you vouch for this:
> 
> -  for (i = N - 1; i >= 0; i--)
> +  for (i = N - 2; i >= 0; i--)

This one.

	Jakub


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]