delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2015/11/21/21:20:00

X-Recipient: archive-cygwin AT delorie DOT 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:date:from:to:subject:message-id:references
:mime-version:content-type:in-reply-to; q=dns; s=default; b=XFuN
OLylFTI9Kg9YmnEGUSc6C2Weg1yeSxtCX9CZRDyDAbzDdo/uk4vc6Ruyx60Rbc/2
z0omp16q6ekoh8KmNu9ad93cX46iBtOw+npt6XKpW6Cza507CywxCliubkIH+vS4
PO2Kv9Igdc5T6WPdLPku5W/RaQ4KF3MVsheEdnQ=
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:date:from:to:subject:message-id:references
:mime-version:content-type:in-reply-to; s=default; bh=uiEaGrMGx7
eQcSNAemAJ4fOG4AI=; b=SMjDR5xEUIEVAf2R4LJ+rDGX4EskWHj3iIpZ122MTa
JgfLFKaXT0UsMUyLuH/0OXPDrkuBh7RIVN7tIiGAUawgQkLCLKLuVEVZJeP5QOTu
D91g4rAj00krlYKz4/3+giBQCeyMIaqAVq6XdSwlKuu0C2BiNRXxB2WWunO4Uorv
c=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-0.8 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2
X-HELO: mail105.syd.optusnet.com.au
Date: Sun, 22 Nov 2015 13:19:26 +1100
From: Duncan Roe <duncan_roe AT acslink DOT net DOT au>
To: cygwin AT cygwin DOT com
Subject: Re: cygwin 64bit on Win7 gcc internal compiler error: Segmentation fault on floating point literal 10.0
Message-ID: <20151122021926.GA15507@dimstar.local.net>
Mail-Followup-To: cygwin AT cygwin DOT com
References: <CADX9Ks_Gr2EM=Kx6MAubdrgL=K4QmjRaR3gNtAE9EcKFc56eNg AT mail DOT gmail DOT com> <5651062A DOT 5070709 AT cornell DOT edu>
MIME-Version: 1.0
In-Reply-To: <5651062A.5070709@cornell.edu>
User-Agent: Mutt/1.5.22 (2013-10-16)
X-Optus-CM-Score: 0
X-Optus-CM-Analysis: v=2.1 cv=R4L+YolX c=1 sm=1 tr=0 a=+cDhJlqnNvz9E7c5l3ERGg==:117 a=+cDhJlqnNvz9E7c5l3ERGg==:17 a=y26AOypDAAAA:8 a=PO7r1zJSAAAA:8 a=iaFubHWvAAAA:8 a=kj9zAlcOel0A:10 a=qtqOOiqGOCEA:10 a=mDV3o1hIAAAA:8 a=w_pzkKWiAAAA:8 a=gzkl7okFxxYyun3_eS0A:9 a=CjuIK1q_8ugA:10 a=i8ZbNWNg3c0A:10 a=buB1NfXUTBUA:10
X-IsSubscribed: yes

On Sat, Nov 21, 2015 at 07:02:50PM -0500, Ken Brown wrote:
> On 11/21/2015 3:10 PM, David Standish wrote:
> >gcc is broken on fresh install of 64 bit cygwin on 64 bit Win7
> >Enterprise on new laptop.
> >version 4.9.3-1 , but other versions broken as well (4.9.2-3, 5.2.0-1)
> >
> >I suspect there is a straightforward fix to my problem but I have no
> >idea where to begin.
> >
> >
> >Cygwin DLL version info:
> >         DLL version: 2.3.1
> >
> >gcc-core                 4.9.3-1
> >
> >Fresh cygwin64 install default base files + gcc_core
> >
> >bug5.c
> >
> >
> >
> >void demo(void)
> >{
> >   1.0;
> >   10.01;
> >   11.0;
> >   10.0;
> >}
> >
> >$ gcc -c bug5.c
> >bug5.c: In function 'demo':
> >bug5.c:9:3: internal compiler error: Segmentation fault
> >    10.0;
> >    ^
> >Please submit a full bug report,
> >with preprocessed source if appropriate.
> >See <http://gcc.gnu.org/bugs.html> for instructions.
>
> It works fine for me.  Maybe you should send cygcheck output as requested at
> http://cygwin.com/problems.html:
>
> "Run cygcheck -s -v -r > cygcheck.out and include that file as an
> *attachment* in your report.  Please do not compress or otherwise encode the
> output.  Just attach it as a straight text file so that it can be easily
> viewed."
>
> Ken
>
FWIW, WFFM too. Win7 Home 64-bit, gcc 4.9.3-1, cygwin 2.3.1-1,

Cheers ... Duncan.

--
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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019