From patchwork Mon May 23 14:52:03 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Biener X-Patchwork-Id: 96963 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 EBB68B6FA2 for ; Tue, 24 May 2011 00:52:21 +1000 (EST) Received: (qmail 10639 invoked by alias); 23 May 2011 14:52:19 -0000 Received: (qmail 10631 invoked by uid 22791); 23 May 2011 14:52:18 -0000 X-SWARE-Spam-Status: No, hits=-3.3 required=5.0 tests=AWL, BAYES_00, T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from cantor2.suse.de (HELO mx2.suse.de) (195.135.220.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 23 May 2011 14:52:04 +0000 Received: from relay1.suse.de (charybdis-ext.suse.de [195.135.221.2]) by mx2.suse.de (Postfix) with ESMTP id 94C598A95F for ; Mon, 23 May 2011 16:52:03 +0200 (CEST) Date: Mon, 23 May 2011 16:52:03 +0200 (CEST) From: Richard Guenther To: gcc-patches@gcc.gnu.org Subject: [PATCH] Adjust and un-XFAIL gcc.dg/tree-ssa/forwprop-11.c 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. 2011-05-23 Richard Guenther * gcc.dg/tree-ssa/forwprop-11.c: Adjust and un-XFAIL. Index: gcc/testsuite/gcc.dg/tree-ssa/forwprop-11.c =================================================================== --- gcc/testsuite/gcc.dg/tree-ssa/forwprop-11.c (revision 174067) +++ gcc/testsuite/gcc.dg/tree-ssa/forwprop-11.c (working copy) @@ -1,4 +1,5 @@ /* { dg-do compile } */ +/* { dg-require-effective-target int32plus } */ /* { dg-options "-O -fdump-tree-forwprop1" } */ int f(int *p, int n) @@ -15,5 +16,5 @@ int g(int *p, int n) return q[-1]; } -/* { dg-final { scan-tree-dump-times "= \\\(\\\*a_..\\\)\\\[1\\\];" 2 "forwprop1" { xfail *-*-* } } } */ +/* { dg-final { scan-tree-dump-times "= MEM\\\[\\\(int \\\*\\\)a_.. \\\+ 4B\\\];" 2 "forwprop1" } } */ /* { dg-final { cleanup-tree-dump "forwprop1" } } */