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:mime-version:to:subject :content-type:content-transfer-encoding; q=dns; s=default; b=ZhF EfJ+ZMQL3FcLUupmRfQPuOrMzt0Zj/xvvGCQZLFjE8kngv+zKdPW3UeNS7Lp3NNX RX/x0X2TRKoQ01JylAKke8uYyDfl5jMXWeV3GDTx7YjWl29HVzFX50mojwNVsKmr 34Ozk/QuSMJG1mmYJJAzA04AowZFAPWBlkofI34w= 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:mime-version:to:subject :content-type:content-transfer-encoding; s=default; bh=gQmKxT51W qLTZUgjyR0Vmz8+TXQ=; b=wLxlER+V7MvAUEQ4FzQSWDd1Nfi25XE9I0J+Kj8Sd VlXYz8ERbXlblvIrN/jzQAeGAa5Im/JJHAONb0zWf0/XCsT+ywWJETm/UZ7VbJtj X9A68zTh9aGrQ0yrE7L1c0R9EtIRb8DbianQPwuH24b58LOE6HVZ4gm9uz23gOiX 8Y= 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=4.7 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_50,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,SPAM_SUBJECT autolearn=no version=3.3.2 X-HELO: mail-pa0-f54.google.com X-Received: by 10.66.169.172 with SMTP id af12mr4601319pac.23.1380193271580; Thu, 26 Sep 2013 04:01:11 -0700 (PDT) Message-ID: <524413EF.10406@gmail.com> Date: Thu, 26 Sep 2013 20:01:03 +0900 From: Noboru Uchida User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: i686-w64-mingw32-gcc of cygwin64 is broken Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit Compiled binary seems to crash here. I updated mingw64 runtime/headers yesterday. $ echo "main(){}" >t.c && i686-w64-mingw32-gcc t.c -o t $ ./t Segmentation fault -- 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