From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3291 invoked by alias); 6 Aug 2010 08:02:03 -0000 Received: (qmail 2092 invoked by uid 48); 6 Aug 2010 08:01:47 -0000 Date: Fri, 06 Aug 2010 08:02:00 -0000 Message-ID: <20100806080147.2091.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug tree-optimization/45195] incorrect "array subscript above bounds" warning In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "rahul at icerasemi dot com" 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 X-SW-Source: 2010-08/txt/msg00397.txt.bz2 ------- Comment #2 from rahul at icerasemi dot com 2010-08-06 08:01 ------- Confirmed, fix for PR41317 avoids forwarding ARRAY_REFs to their use and fixes this issue. Does this fix hinder any optimizations? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45195