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:message-id:date:from:subject:to:references :content-type; q=dns; s=default; b=dlltjP6pKnk5rx+4xMDnQcO2FlypE /iHDf57px9lpuiuY5iq9Q7r/NcwtYLjt/LDyJDfJZjcb8npm7C3OHhbMZjPWLZ+U +f+2i1jMusvj+bJEEg9BdANekesF3qB6v+zNfFlUYBPR6mbMET9ed4YFzwBrv+mA R/KP+GPXsm+ip8= 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:message-id:date:from:subject:to:references :content-type; s=default; bh=T+5GWc5B2CLi/IhjSotpa04fP4g=; b=m9v HX4JIKOeF7w15u9BKua3eLWBlh8yiRj+ra+VTpf4ODzRWrirPYkLF/IqxVGzb5CG ZQmfxsYyxayTJNPv8X7Fd1PHxtxc5z6Mtg3iqxlHjdp3NegJz8nAp/Lyb9P7SKoU X4zcvkEivSl/IB6KoD+jMlxPXYJZmjdjkAXrG9o8= 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=-1.4 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=scared, H*UA:github.com, H*M:google X-HELO: mail-oi0-f52.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:date:from:subject:to:references :user-agent; bh=Gg72qPib87/qBKPQT92JTAKxcQksYOmWQE1/KQS1acw=; b=PAtAHUAS6T4E7ZLJhFv5+CezWwiTA3vu4YvZd0w69N3Lq3LyJhkuleWY4xB5Ogj5UA uhl5DrgPbPscCbsJv1QX8arjHJmwN8ulTUlRI4pBmBw4e73d/oz8eDvWvYHaW7eBq+M0 N12Mo8Is1rEnY9g8s0hwbxpw/jxay1+y0J9PNT9Kum1AvhY3R9jMIabjZv2iXKFPHiu7 KxMIz6bdNCMV3tujkB5T+PhnxqSHTTDeyNP+XqzxKhfadh5yjVNrhb+56CdzvzrHZ081 z4muzn8b7lZdJpxBhQTcuYZbjvEWD2N6OKRVnYINzlKn7retpgXkw0t4xBD2sWV0Pzvm gVZg== X-Gm-Message-State: AHPjjUj5Rh1hk0b+cNYygxB7gG/oaVnpgv43J9HMa7ZV/fX4PdmleMXd eWAy0RJP9J+PpDxsENTfXe/BYw== X-Google-Smtp-Source: AOwi7QA2Bp3j0rC42LfEWGErF5V9rNgrUKPwdkSOfv2RtEmQ8QmPR1BjEvKnw54rAT4rnCE+GTC0Zw== X-Received: by 10.157.74.115 with SMTP id d48mr665069otj.85.1506365088764; Mon, 25 Sep 2017 11:44:48 -0700 (PDT) Message-ID: <59c94ea0.cf6bca0a.34e64.9668@mx.google.com> Date: Mon, 25 Sep 2017 11:44:48 -0700 (PDT) From: Steven Penny X-Google-Original-From: Steven Penny Subject: Re: [ANNOUNCEMENT] [Updated] mingw64-{i686,x86_64} binutils, gcc (Test) To: cygwin AT cygwin DOT com References: Content-Type: text/plain; charset=utf8; format=flowed User-Agent: Tryst/2.0.1 (github.com/svnpenn/tryst) On Mon, 25 Sep 2017 18:43:27, =?UTF-8?Q?Hans-Bernhard_Br=c3=b6ker?= wrote: > > Here is another problem: > > > > $ cat z.cpp > > #include > > main() { > >  std::cout << "cout test\n"; > > } > > > > $ x86_64-w64-mingw32-g++ -static -o z z.cpp > > > > $ ./z > > Segmentation fault > > Does not reproduce here. Scared me for a second - however upon trying this again with a pristine virtual machine - the error persists perhap you are using old versions - to repro - you need to be using: - mingw64-x86_64-binutils 2.28.1 - mingw64-x86_64-gcc-core 6.3.0 - mingw64-x86_64-gcc-g++ 6.3.0 -- 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