From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13053 invoked by alias); 21 Sep 2016 22:35:22 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 13038 invoked by uid 89); 21 Sep 2016 22:35:21 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=harry, Harry, rockefeller, Rockefeller X-HELO: mail-wm0-f52.google.com Received: from mail-wm0-f52.google.com (HELO mail-wm0-f52.google.com) (74.125.82.52) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 21 Sep 2016 22:35:11 +0000 Received: by mail-wm0-f52.google.com with SMTP id l132so116398887wmf.1 for ; Wed, 21 Sep 2016 15:35:11 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=zqepFOsfm0lg1QzcsNW7N2/73/pvXyzRHI2m4+DdRV4=; b=dF2J/8isW/R1CSxZqDkodlzWpoQqjcvEPAaI9k78Gq1PBJ+8W3eGl8VcrzzYGE4XCC woxGbRFIgk29lb46OBm0TV5eQg45S+wQFB3HBexFC71FbRbvBCzd8bvg9cLyvH+fMqOm GZh9bbDhSSyvJCQgm+R7f2phVZRCJw17YErCoKacG8/+kSEIafY/fhEFH9LfuPnVgBaX 3Kq0heWy4ldo0a5K4Ptfwboj+4DxJNyEjCn4/v/hKfhpcB5wHOUakZyynrSR7jnvoGBN D78ugAjVa/7yyPhih3zCrbZ/WVTANtV3zjn/ptVfPsIPoFnXiq4coHKOR5ktGhc/ariF xgJg== X-Gm-Message-State: AE9vXwOlY6RT8/TbiLcau7v60XobWzHIqDJrwRi64le9yovQIKdvAnkABWAV1JvKqNZPWQ== X-Received: by 10.194.228.3 with SMTP id se3mr40381256wjc.132.1474497309414; Wed, 21 Sep 2016 15:35:09 -0700 (PDT) Received: from [192.168.2.109] (pD9E60E09.dip0.t-ipconnect.de. [217.230.14.9]) by smtp.googlemail.com with ESMTPSA id b128sm34696524wmb.21.2016.09.21.15.35.08 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 21 Sep 2016 15:35:08 -0700 (PDT) Subject: Re: gdb Fortran RaiseException To: cygwin@cygwin.com References: <6657fe07a29b4cf3885fbc43bc5142f3@vsrv060ex03.ssd.fsi.com> From: Marco Atzeri Message-ID: Date: Thu, 22 Sep 2016 01:20:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <6657fe07a29b4cf3885fbc43bc5142f3@vsrv060ex03.ssd.fsi.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-09/txt/msg00276.txt.bz2 On 21/09/2016 23:06, Rockefeller, Harry wrote: > With simple program, foo.f: > [begin literal] > program foo > implicit none > logical*4 e > e = .true. > stop > end > [end literal] > > I get these results: > > $ /usr/bin/gfortran -g foo.f -o foo > It runs fine for me. > Problem reports: http://cygwin.com/problems.html the cygcheck.out is incompleted, please run again as: cygcheck -s -v -r > cygcheck.out -- 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