From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 80631 invoked by alias); 25 Sep 2017 18:44:51 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 80620 invoked by uid 89); 25 Sep 2017 18:44:51 -0000 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 Received: from mail-oi0-f52.google.com (HELO mail-oi0-f52.google.com) (209.85.218.52) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 25 Sep 2017 18:44:50 +0000 Received: by mail-oi0-f52.google.com with SMTP id v188so8347597oia.5 for ; Mon, 25 Sep 2017 11:44:50 -0700 (PDT) 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) Received: from PnP ([2605:6000:9fc0:56:3c14:e5c4:5a0e:92]) by smtp.gmail.com with ESMTPSA id g198sm7702090oic.38.2017.09.25.11.44.47 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 25 Sep 2017 11:44:48 -0700 (PDT) Message-ID: <59c94ea0.cf6bca0a.34e64.9668@mx.google.com> Date: Mon, 25 Sep 2017 18:44:00 -0000 From: Steven Penny X-Google-Original-From: Steven Penny Subject: Re: [ANNOUNCEMENT] [Updated] mingw64-{i686,x86_64} binutils, gcc (Test) To: cygwin@cygwin.com References: Content-Type: text/plain; charset=utf8; format=flowed User-Agent: Tryst/2.0.1 (github.com/svnpenn/tryst) X-SW-Source: 2017-09/txt/msg00248.txt.bz2 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