From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6863 invoked by alias); 7 Aug 2014 21:54:33 -0000 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 Received: (qmail 6845 invoked by uid 89); 7 Aug 2014 21:54:33 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,MSGID_FROM_MTA_HEADER,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: BLU004-OMC3S25.hotmail.com Received: from blu004-omc3s25.hotmail.com (HELO BLU004-OMC3S25.hotmail.com) (65.55.116.100) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA256 encrypted) ESMTPS; Thu, 07 Aug 2014 21:54:32 +0000 Received: from BLU436-SMTP241 ([65.55.116.74]) by BLU004-OMC3S25.hotmail.com with Microsoft SMTPSVC(7.5.7601.22712); Thu, 7 Aug 2014 14:54:30 -0700 X-TMN: [zFShBQLabT85eKBkzsAANe82D5EKqp6+] Message-ID: Received: from [192.168.2.16] ([70.26.30.52]) by smtphm.sympatico.ca over TLS secured channel with Microsoft SMTPSVC(8.0.9200.16384); Thu, 7 Aug 2014 14:54:28 -0700 From: John David Anglin To: GCC Patches Content-Type: multipart/mixed; boundary="Apple-Mail-35--355476350" Subject: [committed] xfail gfortran.dg/pr45636.f90 on 32-bit hppa-*-* MIME-Version: 1.0 (Apple Message framework v936) Date: Thu, 07 Aug 2014 21:54:00 -0000 CC: fortran@gcc.gnu.org X-SW-Source: 2014-08/txt/msg00856.txt.bz2 --Apple-Mail-35--355476350 Content-Type: text/plain; charset="US-ASCII"; format=flowed Content-Transfer-Encoding: 7bit Content-length: 158 Test fails on all 32-bit hppa systems. Tested on hppa-unknown-linux-gnu. Committed to trunk, 4.9 and 4.8. Dave -- John David Anglin dave.anglin@bell.net --Apple-Mail-35--355476350 Content-Disposition: attachment; filename="pr45636.f90.d.txt" Content-Type: text/plain; x-unix-mode=0644; name="pr45636.f90.d.txt" Content-Transfer-Encoding: 7bit Content-length: 686 2014-08-07 John David Anglin PR tree-optimization/60707 * gfortran.dg/pr45636.f90: xfail on 32-bit hppa*-*-*. Index: gfortran.dg/pr45636.f90 =================================================================== --- gfortran.dg/pr45636.f90 (revision 213646) +++ gfortran.dg/pr45636.f90 (working copy) @@ -10,5 +10,5 @@ b = y call sub(a, b) end program main -! { dg-final { scan-tree-dump-times "memset" 0 "forwprop2" { xfail { mips*-*-* && { ! nomips16 } } } } } +! { dg-final { scan-tree-dump-times "memset" 0 "forwprop2" { xfail { { hppa*-*-* && { ! lp64 } } || { mips*-*-* && { ! nomips16 } } } } } } ! { dg-final { cleanup-tree-dump "forwprop2" } } --Apple-Mail-35--355476350--