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:in-reply-to:references:date :message-id:subject:from:to:content-type; q=dns; s=default; b=N8 3qtJPh/+J1oTg3arzQSFuktVkEbDToAfXdwWfJsQILmal75Ai77uCMcadZl0QqcM ljfFhTnJnpLpwqAtnzl5ZkguoA40u6aoB+eZlzbFGif3K9/Eb9aBAd1pdX7z1jsp c4OGFGm7s1oQb6bmRoMjsfrfbYBDhGUp0W3N+5hqs= 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:in-reply-to:references:date :message-id:subject:from:to:content-type; s=default; bh=JfpmGiX/ lROd1yfcoSNcM2A0Vhs=; b=sVUf01Gn76M3+9V4/6dkBl2fpwmplZtPc7A/yMOO Njj++5SnACMA8W6HAXrirU2XooJJXg2O4hATv9o3R4eMGoxs7IO8jEXyjXpCTTK+ XT4qAYii5v6javI9aeQSoku1+p4wNUdfeMk49TGV7qF8zBVmZ26t3A6XIwSZE9p7 SU0= 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=-0.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wi0-f173.google.com MIME-Version: 1.0 X-Received: by 10.194.108.41 with SMTP id hh9mr3165524wjb.68.1411511525912; Tue, 23 Sep 2014 15:32:05 -0700 (PDT) In-Reply-To: <5421EFAF.8090201@gmail.com> References: <541A046B DOT 6020908 AT gmail DOT com> <5bdd863252926ba12e07ffb37798e29c AT mail DOT gmail DOT com> <5421EFAF DOT 8090201 AT gmail DOT com> Date: Tue, 23 Sep 2014 17:32:05 -0500 Message-ID: Subject: Re: AW: ld crashes with segmentation fault when linking with libmpir.a From: "Daniel R. Grayson" To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes Thanks! I have just checked, but mpir is compiled without -flto. Indeed, their configure script appends -fno-lto to the command line if the user try to use it. On Tue, Sep 23, 2014 at 5:09 PM, JonY <10walls AT gmail DOT com> wrote: > On 9/24/2014 05:27, Christoph H. Hochstaetter wrote: >> I am experiencing 100% reproducible SIGSEGVs in ld if I use link time >> optimization (-flto). See https://cygwin.com/ml/cygwin/2014-08/msg00439.html >> >> What actually helped is to go back to gcc 4.8.3-2 or use experimental 4.9.0. >> Maybe this works for you too although the problem is actually not ld itself >> but the gcc linker plugin cyglto_plugin.dll. >> >> Corinna suspects that not all of DJ's and Yaakov's changes were actually >> merged into 4.8.3-3 >> > > No, its the opposite, 4.8.3-2 and 4.9.0 does not contain DJ's changes. > > -- 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