From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12642 invoked by alias); 23 Jan 2014 17:01:29 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 12592 invoked by uid 55); 23 Jan 2014 17:01:26 -0000 From: "bviyer at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/59825] Many cilkplus test failures Date: Thu, 23 Jan 2014 17:01:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c X-Bugzilla-Version: 4.9.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: bviyer at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: bviyer at gmail dot com X-Bugzilla-Target-Milestone: 4.9.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-01/txt/msg02472.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59825 --- Comment #6 from bviyer at gcc dot gnu.org --- Author: bviyer Date: Thu Jan 23 17:00:53 2014 New Revision: 206991 URL: http://gcc.gnu.org/viewcvs?rev=206991&root=gcc&view=rev Log: Fix for PR c/59825. 2014-01-23 Balaji V. Iyer PR c/59825 * c-array-notation.c (expand_array_notation_exprs): Rewrote this function to use walk_tree and moved a lot of its functionality to expand_array_notations. (expand_array_notations): New function. Modified: trunk/gcc/c/ChangeLog trunk/gcc/c/c-array-notation.c