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 A4FB53858C2F for ; Mon, 5 Feb 2024 20:34:54 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org A4FB53858C2F 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 A4FB53858C2F 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=1707165296; cv=none; b=PUp+KUBeaYgb+ATBSVpVNRE/8karLEqoa30k8Twz8Re5tZnVDUxd2OcMZ9D0Ucgm//IDrlai9Ly/zSWaNoR8aP3faucPA8zQk71BK22g84TbDRa+iwG5aZAAh4BhFZmV3d42AYCwAtVVmI2RCoS0oXpHTOuzk3WaIVR+PlcDFRA= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1707165296; c=relaxed/simple; bh=ewKJsw5McoCrwsUbppAsADLZd3nwHPAsdbXnDG47228=; h=DKIM-Signature:From:To:Subject:Date:Message-ID:MIME-Version; b=GviISHK/TdE8/oR9BXFSx9vmuiWda59A+lER84xlS+0ei1vu+k5nf84AJkNyKY5RWUqP2ht2zeXP43Y0fLRnebyDV3qYq0MX7DwkkLrbVQqqcmuPN1u20NsYGQss5Xa2MPNUlE+DqTj0cv1YB+LZXQfFB3RQIPHBxGrn/jODCrQ= 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=1707165293; bh=y61PIfCgXA0He/zftJMv+pazNPgxpLsxW1ej4G7mfRs=; h=From:To:Subject:Date:Message-ID:User-Agent:Content-Type:From; b=WbdvLa2ZXkV0j5VCqOVcFdjVdApmW6EaEyWZqM01N6SQo7nbjRx7xhmaZG3rfxe0K T2y3no9xMZH/y0VRp9TxBHsY060Yu2AXnPJPB/NPwXZy6/CYouHf1W1Ok3n971xZ20 OmafHQgk38C+MmmzTobTJZxpPKR10dxuESlClLwo= 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 4TTJ5n4L6Yz1ynN for ; Mon, 5 Feb 2024 20:34: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 4TTJ5j1tbgzKm4Y for ; Mon, 5 Feb 2024 20:34:46 +0000 (UTC) From: ASSI To: cygwin-announce@cygwin.com Subject: Test: gcc-13.2.1+20240203-0.1 Date: Mon, 05 Feb 2024 21:34:45 +0100 Message-ID: <87v8721wgq.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: 668 X-purgate-ID: 155817::1707165289-967FB099-56985E21/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-13 branch: gcc-13.2.1+20240203 This build incorporates the experimental v4 patch from T. Yano 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. Libgccjit could not be built because it overflows the DLL symbol table currently. --