From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from latitanza.investici.org (latitanza.investici.org [82.94.249.234]) by sourceware.org (Postfix) with ESMTPS id A4A173858CDB; Wed, 2 Nov 2022 12:05:56 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org A4A173858CDB Authentication-Results: sourceware.org; dmarc=pass (p=reject dis=none) header.from=autistici.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=autistici.org Received: from 1.mail-backend.investici.org (unknown [10.0.0.11]) by latitanza.investici.org (Postfix) with ESMTP id 4N2QZp6B94zGp33; Wed, 2 Nov 2022 12:05:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1667390754; bh=VE1njPpLamVIgB9mGGKDPxlzXdVCSp7PF2od6Uj/3b0=; h=Date:From:To:Subject:In-Reply-To:References:From; b=I6E042O1/N8KEJyenSe0hrOk8HDexQwJlS86lJQpMmOO6IYtv/4GJ5K7Tl4gTN/Xo e8Ru8QPELSGM18dBLq8l8TiCjkgZze+QGutNFI31smsOpbABpekhyPNbA1QTxmvCS9 aAxZmqiMkroV+gUCdghkzsF4UBO8T5JXMRb9SLYs= Received: from 1.webmail.investici.org (localhost [127.0.0.1]) (Authenticated sender: i.nixman@autistici.org) by 1.mail-backend.investici.org (Postfix) with ESMTPA id 4N2QZp4xJcz5t7d; Wed, 2 Nov 2022 12:05:54 +0000 (UTC) MIME-Version: 1.0 Date: Wed, 02 Nov 2022 12:05:54 +0000 From: i.nixman@autistici.org To: libstdc++@gcc.gnu.org, gcc-patches@gcc.gnu.org Subject: Re: Adding a new thread model to GCC In-Reply-To: <2653976.mvXUDI8C0e@fomalhaut> References: <0f1f223a-3756-1da3-bd1d-b87edd34e1f9@126.com> <21655510.EfDdHjke4D@fomalhaut> <9dc353a02591d10e5830ec069325ba28@autistici.org> <2653976.mvXUDI8C0e@fomalhaut> User-Agent: Roundcube Webmail Message-ID: <966d57cf952e294ddfda6077b1a0075c@autistici.org> X-Sender: i.nixman@autistici.org Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-3.1 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: hi Eric, Jonathan, I was able to successfully build gcc-trunk using the provided patch. moreover, I was able to successfully build all of the packages used in the toolchain! (gmp, mpfr, mpc, isl, libgnurx, bzip2, termcap, libffi, expat, ncurses, readline, gdbm, tcl, tk, openssl, xz-utils, sqlite, python3, binutils, gdb, make) at first glance everything seems to be working as before! I posted the information about this and the link to the archive on the project page: https://github.com/niXman/mingw-builds/issues/622 best!