From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mr4.vodafonemail.de (mr4.vodafonemail.de [145.253.228.164]) by sourceware.org (Postfix) with ESMTPS id 543FB3858CDB for ; Sun, 4 Feb 2024 20:52:42 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 543FB3858CDB 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 543FB3858CDB Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=145.253.228.164 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1707079963; cv=none; b=ilM7lJT+I6CPc4BZYvNV2cQLwFF5gAIaLBaSb4m73yq2DuhiyO6geNAIyUi/APG0EUlBr3OvgQ5aL0hZNHeVCRTu906t91v9lZfweJ2FcdxMCLaRJyKeOP7r5nV4sk6yUifYLlmG+AlVWkMQCXzfMDmva7y10Ix2+a1jY+JL+x4= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1707079963; c=relaxed/simple; bh=aiyleF9oN0Pwdej1hGssI8j2cqbRUFuYQZEzBC08Bpo=; h=DKIM-Signature:From:To:Subject:Date:Message-ID:MIME-Version; b=AP/D0BNJTlLZGwTeejuWeW6ZQwH3aM85UNvC/XbsVLmu96/akCeN9NJLCRaW4MqUwCPq2KHgSyD6fBX5zH0X+vw/YdJV/qwB/guNd7L3nu0TpKxDU5hUtTm59YaKV9eDmQ/MJTz5Qbjgk2U/pp8dg2gzmJ30KSOF5kLn1mELGp8= 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=1707079961; bh=1FB/dgPvl6ED2kjxv5LvdTFRM0lx+a1Z07BGgT43aSk=; h=From:To:Subject:Date:Message-ID:User-Agent:Content-Type:From; b=dJGA1gzfq5XF8WLXcR+uVkBLs5ltyTF0gTBLUU7XxDG3aTCsXatdIjQ64HZAwYta4 /3lTSR3nwDpp7F7jbxeTho6oWJkLxTOaGGKTqUuWN0RgNF2ZqAIAbfisWS+6o84+26 u4//WAG/l679tbbx7H5WA8jruFUuC6R8cNACz+cA= 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 mr4.vodafonemail.de (Postfix) with ESMTPS id 4TShXn18Krz1xxd for ; Sun, 4 Feb 2024 20:52:41 +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 4TShXh5YWRzMkrx for ; Sun, 4 Feb 2024 20:52:33 +0000 (UTC) From: ASSI To: cygwin-announce@cygwin.com Subject: Test: gcc-12.3.1+20240202-0.1 Date: Sun, 04 Feb 2024 21:52:33 +0100 Message-ID: <87a5ogostq.fsf@Gerda.invalid> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-purgate-type: clean X-purgate: clean X-purgate-size: 571 X-purgate-ID: 155817::1707079956-34FF424F-7B436C54/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.0+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. --