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 E312E3858D34 for ; Wed, 1 May 2024 15:39:49 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org E312E3858D34 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 E312E3858D34 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=1714577991; cv=none; b=lhY6MQo6FnT1uyua7OtXKZd7xPBVMKUYczJF/9iYapmNUo7xYFEhKq7TMlexnDACEnBD21+oeiOg67+YNUwhizOSZgj5gDoCPDXbYkqiS7DA2+DcWIb5Zxfxb0yYMJNUdwyGKVYpbPAcmmRHRREJVyoBQbKJ1sMIsAzaVbTzvVA= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1714577991; c=relaxed/simple; bh=3E9a+m7ZzmGnzjdlGhpAzYA+z0H00up9jnQgoWgQ3MY=; h=DKIM-Signature:From:To:Subject:Date:Message-ID:MIME-Version; b=P9RxaS7HADQ87CQHcW3nReHsWBYbLTdQ1rXO4Ge7vH1HmVG48vm3FwVEn704mMN+0gSPRVC3kbMNwtSMXqMy+X+dBU+ya/BKZFrpZGLTU4MY9i2hXGs8Na8btrNJOIQI6DiZa6Nc1VryqUQBsx01RdyAaOVG2gE+CU8KcuQ6Ejw= 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=1714577989; bh=ht9UugVkbNicShY9wk5Z4UnjvAgJBSowLh/QnBnwmjc=; h=From:To:Subject:Date:Message-ID:User-Agent:Content-Type:From; b=GubNAyd1MXU4zmRJtUdHATzJPJgzbayjSSVaZKkba7LpjxMJ71GIBk9gqILPggZA0 KZZSlNiDTJfnPfcVHVcSI8beeJdl+IdvLCz6WzYT9djj1RNBiNtyoBnVr61nNs/9PN iaHFRFJLsy1BfLH8lo513uzi+pymdwN//jkKa0go= 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 4VV1Td13jyz1yJm for ; Wed, 1 May 2024 15:39:49 +0000 (UTC) Received: from Gerda (p54a0c6a0.dip0.t-ipconnect.de [84.160.198.160]) (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 4VV1TX6kSZz9tcC for ; Wed, 1 May 2024 15:39:41 +0000 (UTC) From: ASSI To: cygwin-announce@cygwin.com Subject: Test: gcc-13.2.1+20240426-0.1 Date: Wed, 01 May 2024 17:39:41 +0200 Message-ID: <87v83xmthe.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::1714577985-F1FF9A4B-DBBA48C2/0/0 X-Spam-Status: No, score=-3030.1 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 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+20240426 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. --