From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26039 invoked by alias); 29 Aug 2008 06:55:56 -0000 Received: (qmail 25768 invoked by uid 48); 29 Aug 2008 06:54:32 -0000 Date: Fri, 29 Aug 2008 06:55:00 -0000 Message-ID: <20080829065432.25767.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug target/25199] crashing code output from -mtune=pentium4 but not -mtune=pentiumpro 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: 2008-08/txt/msg02322.txt.bz2 ------- Comment #15 from pinskia at gcc dot gnu dot org 2008-08-29 06:54 ------- I think this testcase is too strict in some cases. With a modified compiler, we get: movb 123(%eax), %dl movl %edx, %esi ... movb 120(%eax), %al movl %eax, %esi Which is correct as far as I can tell, as we only say the lower half of %esi is defined. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25199