From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26273 invoked by alias); 21 Apr 2009 18:03:01 -0000 Received: (qmail 24778 invoked by uid 48); 21 Apr 2009 18:02:49 -0000 Date: Tue, 21 Apr 2009 18:03:00 -0000 Message-ID: <20090421180249.24777.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug middle-end/39809] emit-rtl.c:608(-> gen_rtx_REG): warning: array subscript is above array bounds In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pinskia at gcc dot gnu dot org" 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: 2009-04/txt/msg01844.txt.bz2 ------- Comment #1 from pinskia at gcc dot gnu dot org 2009-04-21 18:02 ------- This warning is correct but incorrect as this code can never be invoked unless there is a huge bug inside GCC but GCC's warning system does not know that. What version of GCC are you using to build the cross compilers, 4.5.0? -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Component|c |middle-end http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39809