From patchwork Wed Sep 8 09:21:51 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Biener X-Patchwork-Id: 64121 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id 064CBB6EF2 for ; Wed, 8 Sep 2010 19:22:05 +1000 (EST) Received: (qmail 30491 invoked by alias); 8 Sep 2010 09:22:01 -0000 Received: (qmail 30477 invoked by uid 22791); 8 Sep 2010 09:21:59 -0000 X-SWARE-Spam-Status: No, hits=-5.9 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_HI, T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from cantor.suse.de (HELO mx1.suse.de) (195.135.220.2) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 08 Sep 2010 09:21:54 +0000 Received: from relay1.suse.de (charybdis-ext.suse.de [195.135.221.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.suse.de (Postfix) with ESMTP id C3D059505C for ; Wed, 8 Sep 2010 11:21:51 +0200 (CEST) Date: Wed, 8 Sep 2010 11:21:51 +0200 (CEST) From: Richard Guenther To: gcc-patches@gcc.gnu.org Subject: [PATCH] Fix PR45590 Message-ID: User-Agent: Alpine 2.00 (LNX 1167 2008-08-23) MIME-Version: 1.0 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Committed. Richard. 2010-09-08 Richard Guenther PR testsuite/45590 * gcc.dg/graphite/pr44391.c: Remove -m32 option. Index: gcc/testsuite/gcc.dg/graphite/pr44391.c =================================================================== --- gcc/testsuite/gcc.dg/graphite/pr44391.c (revision 163993) +++ gcc/testsuite/gcc.dg/graphite/pr44391.c (working copy) @@ -1,4 +1,4 @@ -/* { dg-options "-Os -m32 -fgraphite-identity -ffast-math" } */ +/* { dg-options "-Os -fgraphite-identity -ffast-math" } */ void byte_insert_op1 (unsigned char *loc, unsigned char *end, unsigned *pto) {