From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mr3.vodafonemail.de (mr3.vodafonemail.de [145.253.228.163]) by sourceware.org (Postfix) with ESMTPS id AE821385801A for ; Sun, 4 Feb 2024 20:52:54 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org AE821385801A Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=nexgo.de Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=nexgo.de ARC-Filter: OpenARC Filter v1.0.0 sourceware.org AE821385801A Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=145.253.228.163 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1707079975; cv=none; b=RiGo7jJ8WF6Q9sYXXuQkByr1UhXnwmZt/KF+B9e1b/qbeovyxOZQXLan68TKLJrG77jp9ONZ6n+gWeXCoa5nii743H0BRvPegn+KGBbgjhf9tIBhEy0YlI1WAeSmE/K3N7xOf5au8gvLFwULyE/GtdcBFWBhEIC42sb2+w2dlxU= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1707079975; c=relaxed/simple; bh=WV5nLVdrknLpX+Q0b+qI9SEM4tRMWwqHXF4py4Q8JPk=; h=DKIM-Signature:From:To:Subject:Date:Message-ID:MIME-Version; b=Q5vmGJpJo0d+E3PE/H+JMCHqibhG9Ay2J45KTq/A7cYoutOhEIt4P2oV/JLmbmMBdyJKbuij260JFp8m7M6HcB0IuKEBpeSdq7G5zGGwKmNGxvKOz7vBOYp/IWLSz5tw0QPkrF5TtMnqfK0LTKMOcttU20igzCgA8VTiFuRPAg8= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nexgo.de; s=vfde-mb-mr2-23sep; t=1707079973; bh=ziLgdoQbMX9lN/4a3E/5I8HeMuvDA2/qikCKikZATGc=; h=From:To:Subject:User-Agent:Date:Message-ID:Content-Type:From; b=VmzvsGtjr2VQm6UbmDuRqxjTZwHk1ux7t3Pz7jyloQRPPWJEEF3+t1pw/yjKPq7fI PrdCu+6fF1NBcU9nG9/MdeMW2a3ZI+tPo1OleJWNa6jsSifw5KpKhy+uy/Dsrxhsqx UgzMPHROk9cFagLX9yFVBJAACbENorKZWvGy0CkU= Received: from smtp.vodafone.de (unknown [10.0.0.2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by mr3.vodafonemail.de (Postfix) with ESMTPS id 4TShY16MmQz1ylT for ; Sun, 4 Feb 2024 20:52:53 +0000 (UTC) Received: from Gerda (p54a0c6f4.dip0.t-ipconnect.de [84.160.198.244]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by smtp.vodafone.de (Postfix) with ESMTPSA id 4TShXx4jrKz9sPZ for ; Sun, 4 Feb 2024 20:52:46 +0000 (UTC) From: ASSI To: cygwin-announce@cygwin.com Subject: Test: gcc-12.3.1+20240202-0.1 User-Agent: Gnus/5.13 (Gnus v5.13) Date: Sun, 04 Feb 2024 21:52:46 +0100 Message-ID: <878r40ostd.fsf@Gerda.invalid> MIME-Version: 1.0 Content-Type: text/plain X-purgate-type: clean X-purgate: clean X-purgate-size: 571 X-purgate-ID: 155817::1707079969-8E7FB674-7EFBBD31/0/0 X-Spam-Status: No, score=-3030.2 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,KAM_NUMSUBJECT,RCVD_IN_DNSWL_LOW,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE 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: The native Gcc compilers have been updated to the latest upstream snapshot version of the gcc-12 branch: gcc-12.3.1+20240202 This build incorporates the experimental v4 patch to use the newlib locale function in libstdc++ so that other locales (aside from "C") become usable. Cygwin does not allow multiple versions of the compilers to be installed concurrently. For this build, the D compiler has been disabled since it does not bootstrap due to the missing Phobos runtime on Cygwin. No testing beyond the compiler testsuite has been done. --