From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 53074 invoked by alias); 7 Jun 2019 14:38:33 -0000 Mailing-List: contact fortran-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: fortran-owner@gcc.gnu.org Received: (qmail 53054 invoked by uid 89); 7 Jun 2019 14:38:32 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-5.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:411, Graphics X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 07 Jun 2019 14:38:31 +0000 Received: from nat-ies.mentorg.com ([192.94.31.2] helo=svr-ies-mbx-01.mgc.mentorg.com) by relay1.mentorg.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-SHA384:256) id 1hZG0g-0004Q7-SI from Andrew_Stubbs@mentor.com ; Fri, 07 Jun 2019 07:38:27 -0700 Received: from [127.0.0.1] (137.202.0.90) by svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) with Microsoft SMTP Server (TLS) id 15.0.1320.4; Fri, 7 Jun 2019 15:38:23 +0100 To: "gcc-patches@gcc.gnu.org" , Fortran List From: Andrew Stubbs Subject: [PATCH 0/3] Enable full libgfortran for AMD GCN Message-ID: Date: Fri, 07 Jun 2019 14:38:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2019-06/txt/msg00023.txt.bz2 This short patch series is intended to allow GCN kernels to print to stdout using Fortran "print" and "write" (C printf, write, etc. already work). The first two patches implement dependencies that libgfortran needs. I'll also be posting a newlib patch shortly. The third patch enables the rest of libgfortran. -- Andrew Stubbs Mentor Graphics / CodeSourcery