> -Original Message-
> From: Hans-Peter Nilsson [mailto:h...@bitrange.com]
> Sent: Tuesday, July 02, 2013 7:24 PM
> To: Iyer, Balaji V
> Cc: gcc-patches@gcc.gnu.org
> Subject: Re: [PATCH] Fix for PR 57692
>
> On Wed, 26 Jun 2013, Iyer, Balaji V wrote:
> >
On Wed, 26 Jun 2013, Iyer, Balaji V wrote:
> Hello Everyone,
> This patch will fix a FAIL in one of the test cases for array
> notations. The reason for fail is that the array sizes were huge and thus it
> was causing a stack overflow. This patch should fix the issue. I am
> committing thi