From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26075 invoked by alias); 15 Jan 2007 20:21:00 -0000 Received: (qmail 25992 invoked by uid 48); 15 Jan 2007 20:20:49 -0000 Date: Mon, 15 Jan 2007 20:21:00 -0000 Message-ID: <20070115202049.25991.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug rtl-optimization/28940] [4.0/4.1/4.2 Regression] address selection does not work correctly 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: 2007-01/txt/msg01242.txt.bz2 ------- Comment #12 from pinskia at gcc dot gnu dot org 2007-01-15 20:20 ------- On the trunk I get: movsbl b+1(%edx),%eax movsbl a+1(%edx),%edx so this has been fixed there. -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[4.0/4.1/4.2/4.3 Regression]|[4.0/4.1/4.2 Regression] |address selection does not |address selection does not |work correctly |work correctly http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28940