delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2015/11/21/15:11:10

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:mime-version:date:message-id:subject:from:to
:content-type; q=dns; s=default; b=Rqk8FhyBZV8HTSbRf6rlC+8weB8do
yXUVEHmSVrvQjB2MkOCpBBcId++SpM1xEUuE2OZgPmph4PgIHW3RzKCQC7QEbPM2
HNw6HGWbLdvwkRBILgRwDo+GymwRgMuR4FqR41F3PTGYz8TzqtAE7cicL2HN0dlg
AVEHsgx5Td2xCg=
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:mime-version:date:message-id:subject:from:to
:content-type; s=default; bh=ivqAoj0v4+a9+j5/SNX/XPMd/kg=; b=p3r
IAUVOP1oX4SZ7FRe27ODDQIeg/LQg7Jr84l8S8VHFduBnTa41OKWUBHx8N7JAhqp
A7Yqd9fHURqoW6OWHlUqRGlc6H6SUwbgApg3V+v4bxaHDpb0Cp0MsX364MCBh7kY
dklvBzdoMzN82MhNWWOV/9uWCb7xupp/QmYPXa2c=
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=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2
X-HELO: mail-vk0-f41.google.com
MIME-Version: 1.0
X-Received: by 10.31.60.4 with SMTP id j4mr8012455vka.109.1448136652649; Sat, 21 Nov 2015 12:10:52 -0800 (PST)
Date: Sat, 21 Nov 2015 15:10:52 -0500
Message-ID: <CADX9Ks_Gr2EM=Kx6MAubdrgL=K4QmjRaR3gNtAE9EcKFc56eNg@mail.gmail.com>
Subject: cygwin 64bit on Win7 gcc internal compiler error: Segmentation fault on floating point literal 10.0
From: David Standish <dnstandish AT gmail DOT com>
To: cygwin AT cygwin DOT com
X-IsSubscribed: yes

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.


A basic hello world program compiles and runs fine.

Old install from tarball from old laptop with gcc 4.8.2 cygwin 2.1.0 works fine.

Any help would be appreciated.

Thanks

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