X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:from:to:subject:date:message-id:mime-version
	:content-type:content-transfer-encoding; q=dns; s=default; b=BZu
	uRYpRoeq/6V+27KuJ94HiLyqJZWxuxVxn4KXXNYHJWBbD6ejp6QjhIsljJHtimFt
	s1kZQTzGYQWzQuv2HSwzjbLyDmq4aA1Zy4wWWoiOojucYHy8jzfm+MUlCV1Gaz8V
	SAfDzgh23RjIRYA/HJGPvQPfpCh2ttBZP970yOgE=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:from:to:subject:date:message-id:mime-version
	:content-type:content-transfer-encoding; s=default; bh=bTMJVqpeN
	SqjMbR7j49wUprBaZg=; b=kKt85p3CRkSsHNZglN+8vOs0yw0rume6gtFDq1BKE
	dDBSyz8H953DiLcos/OQVbwqxoy6q+QXz8DdMaZyEGtQtsIIoxnbn9GFDR5mTv4Y
	RCcxx6FnFfTf0UctN6J8ylqRVyENfMwLPLq5neljQnrr85IRoP6/HHBkivcKwEgP
	So=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Spam-SWARE-Status: No, score=-5.8 required=5.0 tests=BAYES_00,FORGED_HOTMAIL_RCVD2,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,GIT_PATCH_2,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:800, H*c:alternative, H*c:HHH
X-HELO: NAM03-DM3-obe.outbound.protection.outlook.com
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hotmail.com; s=selector1; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=GN4ibHV5SmwtJ5qT4Jw995n6eubp9kw4jNNw8/tS3Eg=; b=mhZ7QxXkApmKtHZNB3sGeqQQ/U0pnlFSojEZTptIfnRBi1+Aio9ZFwuVlDoe9C5yRbTRPwUcaq3d3bRLhZv+KMmJ3ecJKQAA2Px4JSz8kHZ+0SChjl7CtmAJo/TVHYocl6loX+/EvzX2RwhRNe56y0hI4CvnnBaZEgzeI2bTS3jHUVPl72FPDIAoI4fwv/9J5iQ1T/H8ex09GmxCTXC2CkE+ZxTwCAYiNvs22BB58H6edRxi4/ju61aKRYBnSAJM1ro+Pya/xr40j69utIj9bz3Q8V0neMDVYfwHREcaxrfNV7usuBMOCdV2t/aVRxdqWdwy5Tu22SJ3imLMm/5iaQ==
From: Randy Dawson <rdawson16@hotmail.com>
To: "cygwin@cygwin.com" <cygwin@cygwin.com>
Subject: gfortran console I/O quit working
Date: Sat, 4 Aug 2018 04:30:25 +0000
Message-ID: <MWHPR06MB25910167CD750F7BF8D45DABBA220@MWHPR06MB2591.namprd06.prod.outlook.com>
received-spf: None (protection.outlook.com: hotmail.com does not designate permitted sender hosts)
authentication-results: spf=none (sender IP is ) smtp.mailfrom=rdawson16@hotmail.com;
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
X-IsSubscribed: yes
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id w744UgJc030496

I recently upgraded/re-installed, and the following example used to work.

uname reports:
CYGWIN_NT-10.0

-------------------------------

         program test

        write(6,700)
700     format('hello from write')
        print *, 'hello from print'


        end

No compile errors with gfortran (gcc version 7.3.0)

I am using cygwin64 terminal, it executes and returns to the console prompt, but outputs nothing.


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


