From patchwork Fri Oct 15 11:02:20 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Biener X-Patchwork-Id: 67933 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 25532B70E6 for ; Fri, 15 Oct 2010 22:02:32 +1100 (EST) Received: (qmail 3460 invoked by alias); 15 Oct 2010 11:02:30 -0000 Received: (qmail 3448 invoked by uid 22791); 15 Oct 2010 11:02:29 -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; Fri, 15 Oct 2010 11:02:22 +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 6BCD3947B6 for ; Fri, 15 Oct 2010 13:02:20 +0200 (CEST) Date: Fri, 15 Oct 2010 13:02:20 +0200 (CEST) From: Richard Guenther To: gcc-patches@gcc.gnu.org Subject: [PATCH] Fix PR46021 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. gcc.dg/tree-ssa/20040204-1.c is odd, leaving for investigation. Richard. 2010-10-15 Richard Guenther PR testsuite/46021 * gcc.dg/tree-ssa/20031106-3.c: Remove XFAIL. * gcc.dg/tree-ssa/fre-vce-1.c: Likewise. Index: testsuite/gcc.dg/tree-ssa/20031106-3.c =================================================================== --- testsuite/gcc.dg/tree-ssa/20031106-3.c (revision 165501) +++ testsuite/gcc.dg/tree-ssa/20031106-3.c (working copy) @@ -18,5 +18,5 @@ void foo (int testarray[]) } /* There should be no link_error calls. */ -/* { dg-final { scan-tree-dump-times "link_error" 0 "optimized" { xfail *-*-* } } } */ +/* { dg-final { scan-tree-dump-times "link_error" 0 "optimized" } } */ /* { dg-final { cleanup-tree-dump "optimized" } } */ Index: testsuite/gcc.dg/tree-ssa/fre-vce-1.c =================================================================== --- testsuite/gcc.dg/tree-ssa/fre-vce-1.c (revision 165501) +++ testsuite/gcc.dg/tree-ssa/fre-vce-1.c (working copy) @@ -32,7 +32,5 @@ void a2 (struct s1 sv, int i) } /* { dg-final { scan-tree-dump-times "sv_\[0-9\]\\\(D\\\)->i" 2 "fre" } } */ -/* We can't value-number *(float *)&sv.i as VIEW_CONVERT_EXPR of the - value of sv.i. */ -/* { dg-final { scan-tree-dump-times "sv.i" 2 "fre" { xfail *-*-* } } } */ +/* { dg-final { scan-tree-dump-times "sv.i" 2 "fre" } } */ /* { dg-final { cleanup-tree-dump "fre" } } */