From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18359 invoked by alias); 14 Jan 2004 19:37:10 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 18330 invoked by alias); 14 Jan 2004 19:37:09 -0000 Date: Wed, 14 Jan 2004 19:37:00 -0000 Message-ID: <20040114193709.18329.qmail@sources.redhat.com> From: "joern dot rennecke at superh dot com" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20030413145600.10392.marcus@mc.pp.se> References: <20030413145600.10392.marcus@mc.pp.se> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug optimization/10392] [3.3/3.4 regression] [SH] optimizer generates faulty array indexing X-Bugzilla-Reason: CC X-SW-Source: 2004-01/txt/msg01602.txt.bz2 List-Id: ------- Additional Comments From joern dot rennecke at superh dot com 2004-01-14 19:37 ------- Subject: Re: [3.3/3.4 regression] [SH] optimizer generates faulty array indexing P.S.: Closer inspection showed that the patch that fixed this on mainline was actually this one: 2003-06-26 J"orn Rennecke * reload.c (can_reload_into): New function. (push_reload): Use it. http://gcc.gnu.org/ml/gcc-patches/2003-06/msg02964.html It applies cleanly to 3.3 with: cvs -z 9 update -j1.214 -j1.215 reload.c and fixes the testcase. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10392