From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28071 invoked by alias); 20 Aug 2011 07:05:57 -0000 Received: (qmail 28053 invoked by uid 22791); 20 Aug 2011 07:05:56 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from mx02.qsc.de (HELO mx02.qsc.de) (213.148.130.14) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 20 Aug 2011 07:05:41 +0000 Received: from [192.168.178.22] (port-92-204-66-235.dynamic.qsc.de [92.204.66.235]) by mx02.qsc.de (Postfix) with ESMTP id 345B71E21D; Sat, 20 Aug 2011 09:05:39 +0200 (CEST) Message-ID: <4E4F5CC3.3070504@net-b.de> Date: Sat, 20 Aug 2011 10:12:00 -0000 From: Tobias Burnus User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:6.0) Gecko/20110812 Thunderbird/6.0 MIME-Version: 1.0 To: gcc patches , gfortran Subject: [patch, committed] gfortran.dg/graphite/interchange-1.f: Remove xfail Content-Type: multipart/mixed; boundary="------------030500010609000406060306" Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2011-08/txt/msg01635.txt.bz2 This is a multi-part message in MIME format. --------------030500010609000406060306 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Content-length: 263 I saw that the test case now XPASSes and I find also some xpass in gcc-testresult. (Not for all, but I think those do not build graphite.) I think the XPASS is due to http://gcc.gnu.org/ml/fortran/2011-08/msg00023.html Committed patch as Rev. 177923. Tobias --------------030500010609000406060306 Content-Type: text/x-patch; name="commit.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="commit.diff" Content-length: 981 Index: gcc/testsuite/gfortran.dg/graphite/interchange-1.f =================================================================== --- gcc/testsuite/gfortran.dg/graphite/interchange-1.f (Revision 177922) +++ gcc/testsuite/gfortran.dg/graphite/interchange-1.f (Arbeitskopie) @@ -41,5 +41,5 @@ ! known to be 4 in the inner two loops. See interchange-2.f for the ! kernel from bwaves. -! { dg-final { scan-tree-dump-times "will be interchanged" 1 "graphite" { xfail *-*-* } } } +! { dg-final { scan-tree-dump-times "will be interchanged" 1 "graphite" } } ! { dg-final { cleanup-tree-dump "graphite" } } Index: gcc/testsuite/ChangeLog =================================================================== --- gcc/testsuite/ChangeLog (Revision 177922) +++ gcc/testsuite/ChangeLog (Arbeitskopie) @@ -1,3 +1,7 @@ +2011-08-20 Tobias Burnus + + * gfortran.dg/graphite/interchange-1.f: Remove xfail. + 2011-08-19 Mikael Morin PR fortran/50129 --------------030500010609000406060306--