X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-0.8 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,REPTO_QUOTE_YAHOO,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org References: <4EED6DAA DOT 9000406 AT users DOT sourceforge DOT net> <4EEE886E DOT 9040100 AT cwilson DOT fastmail DOT fm> <4EEF3B01 DOT 709 AT users DOT sourceforge DOT net> Message-ID: <1324321685.84101.YahooMailNeo@web114701.mail.gq1.yahoo.com> Date: Mon, 19 Dec 2011 11:08:05 -0800 (PST) From: "Cary R." Reply-To: "Cary R." Subject: Latest MinGW-w64 crashes while linking To: JonY , "cygwin AT cygwin DOT com" In-Reply-To: <4EEF3B01.709@users.sourceforge.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id pBJJ8SXh003984 Jon, I just tried the new version of MinGW-w64 without the header update and the compiler is crashing while linking one of our C++ executables. Here's the link command and the error message: i686-w64-mingw32-g++ -o ivl.exe main.o async.o design_dump.o discipline.o dup_expr.o elaborate.o  elab_expr.o elaborate_analog.o elab_lval.o elab_net.o  elab_scope.o elab_sig.o elab_sig_analog.o emit.o eval.o eval_attrib.o  eval_tree.o expr_synth.o functor.o lexor.o lexor_keyword.o link_const.o  load_module.o netlist.o netmisc.o net_analog.o net_assign.o net_design.o  netenum.o net_event.o net_expr.o net_func.o net_link.o net_modulo.o  net_nex_input.o net_nex_output.o net_proc.o net_scope.o net_tran.o  net_udp.o pad_to_width.o parse.o parse_misc.o pform.o pform_analog.o  pform_disciplines.o pform_dump.o pform_types.o  symbol_search.o sync.o sys_funcs.o verinum.o verireal.o target.o  Attrib.o HName.o Module.o PDelays.o PEvent.o PExpr.o PGate.o  PGenerate.o PScope.o PSpec.o PTask.o PUdp.o PFunction.o PWire.o  Statement.o AStatement.o LineInfo.o StringHeap.o cprop.o nodangle.o synth.o synth2.o syn-rules.o t-dll.o t-dll-api.o t-dll-expr.o t-dll-proc.o t-dll-analog.o collect2: ld terminated with signal 11 [Segmentation fault], core dumped Makefile:209: recipe for target `ivl.exe' failed make: *** [ivl.exe] Error 1 This was compiling correctly with the previous version of the compiler, etc. a couple of days ago. I have not tried to revert to the previous version to see if things work again. FYI this is the Icarus Verilog development (master) branch from git, if you want to try this locally. Regards, Cary -- 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