From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30517 invoked by alias); 3 Apr 2009 19:18:37 -0000 Received: (qmail 30484 invoked by uid 48); 3 Apr 2009 19:18:35 -0000 Date: Fri, 03 Apr 2009 19:18:00 -0000 Message-ID: <20090403191835.30483.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug tree-optimization/21855] array bounds checking elimination In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: java-prs@gcc.gnu.org From: "pinskia at gcc dot gnu dot org" Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org X-SW-Source: 2009-q2/txt/msg00001.txt.bz2 ------- Comment #5 from pinskia at gcc dot gnu dot org 2009-04-03 19:18 ------- There are multiple of issues here, first we have an issue that the java front-end is not telling the middle-end that args.length cannot be changed after a new has happened (an aliasing issue). And then we had some branch issues but those might have been fixed already. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21855