From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30600 invoked by alias); 13 Oct 2004 06:03:46 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 30564 invoked from network); 13 Oct 2004 06:03:41 -0000 Received: from unknown (HELO ausmtp02.au.ibm.com) (202.81.18.187) by sourceware.org with SMTP; 13 Oct 2004 06:03:41 -0000 Received: from sd0112e0 (d23rh903.au.ibm.com [202.81.18.201]) by ausmtp02.au.ibm.com (8.12.10/8.12.10) with ESMTP id i9D61msh087954 for ; Wed, 13 Oct 2004 16:01:48 +1000 Received: from ozlabs.au.ibm.com (haven.au.ibm.com [9.190.164.82]) by sd0112e0 (8.12.10/NCO/VER6.6) with ESMTP id i9D6569H036150 for ; Wed, 13 Oct 2004 16:05:07 +1000 Received: from namadgi.ozlabs.ibm.com (localhost [127.0.0.1]) by ozlabs.au.ibm.com (Postfix) with SMTP id 6246417DD8 for ; Wed, 13 Oct 2004 16:03:34 +1000 (EST) Received: by namadgi.ozlabs.ibm.com (sSMTP sendmail emulation); Wed, 13 Oct 2004 16:04:44 +1000 From: "Ben Elliston" To: gcc-patches@gcc.gnu.org Subject: Remove XFAIL for loop-2e.c on x86 at -Os? Date: Wed, 13 Oct 2004 06:48:00 -0000 Message-ID: <87mzyrm9vn.fsf@au.ibm.com> User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2004-10/txt/msg01076.txt.bz2 I've examined the assembly output on x86 for loop-2e.c at -O2 and -Os and, with the exception of a couple of space-saving tricks, there is no loss of optimisation. The output appears to be correct. Okay to commit? Ben 2004-10-13 Ben Elliston * testsuite/gcc.c-torture/execute/loop-2e.x: Remove.