From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 128053 invoked by alias); 8 Apr 2017 01:17:44 -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 128034 invoked by uid 89); 8 Apr 2017 01:17:44 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=ReutnerFischer, H*MI:sk:DE29753, Bernhard, H*f:sk:DE29753 X-HELO: gate.crashing.org Received: from gate.crashing.org (HELO gate.crashing.org) (63.228.1.57) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 08 Apr 2017 01:17:42 +0000 Received: from gate.crashing.org (localhost.localdomain [127.0.0.1]) by gate.crashing.org (8.14.1/8.13.8) with ESMTP id v381HdX9012494; Fri, 7 Apr 2017 20:17:40 -0500 Received: (from segher@localhost) by gate.crashing.org (8.14.1/8.14.1/Submit) id v381HcXj012489; Fri, 7 Apr 2017 20:17:38 -0500 Date: Sat, 08 Apr 2017 01:17:00 -0000 From: Segher Boessenkool To: Bernhard Reutner-Fischer Cc: gcc-patches@gcc.gnu.org, Kelvin Nilsen Subject: Re: [PATCH v2,rs6000] PR80108: Fix ICE with cross compiler Message-ID: <20170408011738.GZ4402@gate.crashing.org> References: <7d452e30-57c8-ab3b-068a-cc1991b39a38@linux.vnet.ibm.com> <20170407195424.GX4402@gate.crashing.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i X-IsSubscribed: yes X-SW-Source: 2017-04/txt/msg00412.txt.bz2 Hi Bernhard, On Sat, Apr 08, 2017 at 02:54:31AM +0200, Bernhard Reutner-Fischer wrote: > I suspect /Burnas/s/a/u/ Yeah; it seems to be wrong in the original testcase already (gcc/testsuite/gfortran.dg/streamio_11.f90). > Why do you need a separate fortran.exp? > Can't this be a PPC test in the Fortran testsuit? It could be. But we have gone that way often enough now that perhaps it makes more sense to have the tests in gcc.target/ instead. Segher