From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15434 invoked by alias); 10 Jan 2006 23:02:11 -0000 Received: (qmail 15415 invoked by uid 48); 10 Jan 2006 23:02:08 -0000 Date: Tue, 10 Jan 2006 23:02:00 -0000 Message-ID: <20060110230208.15414.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug target/23451] [3.4/4.0/4.1/4.2 regression] Redundant reloading from stack frame In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "steven at gcc dot gnu dot org" 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 X-SW-Source: 2006-01/txt/msg01015.txt.bz2 List-Id: ------- Comment #12 from steven at gcc dot gnu dot org 2006-01-10 23:02 ------- For the record, it is a known problem that x86 32 bits hosts and x86_64 hosts sometimes produce different code, even with the same -march options. We may be seeing one such case here, eventhough that is quite unlikely. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23451