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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=QTWzNK6AMfne0InX 2hvG5crarPFEoei3yEFksnpR+AxbiDWyvLExGtlteUeykNCK8mGnVY676m4P8RE7 xjqk+ad8MNrLjCywbT3CFNnd9cVE+tzGM964wgb+P1P9nazzCV4IOYkjrj+1dL6K T7wQjDTJNC7k70GfEi86Qnkwo0A= 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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=AEPhkwrt7+9LpOd7DpEoJ4 gF+7Q=; b=xWR6O1mcD9KEHY5pSnxDUZuuIlcrFlc87evMu4k60jXE6VCN769wiB yKCetZkFJ7O9gZkls2H1QyuaNxzHzs3wMpnGRCIcR7udwVEdRoNWa2YjbnpQyxQk hZ3vP6Cv3jeiK/0t24eYB3J4bQLzTFc8xr7y2yMFvYPfZmzILrbZI= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , 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=-2.1 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: limerock01.mail.cornell.edu X-CornellRouted: This message has been Routed already. Subject: Re: cygwin 64bit on Win7 gcc internal compiler error: Segmentation fault on floating point literal 10.0 To: cygwin AT cygwin DOT com References: From: Ken Brown Message-ID: <5651062A.5070709@cornell.edu> Date: Sat, 21 Nov 2015 19:02:50 -0500 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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 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 -- 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