delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2024/02/04/16:57:05

X-Recipient: archive-cygwin AT delorie DOT com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9E7CC3858C41
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
s=default; t=1707083824;
bh=vmYWBFfZvkjoRlALMYHSNFFCaAFDu3E7aUcKtpvZBOA=;
h=Date:To:Subject:In-Reply-To:References:List-Id:List-Unsubscribe:
List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:
From;
b=UYQpxcPu8Ao3WXmqSJP2pffN/cd0D76EiluDP5kjAD6UFSQQDuDF4rmlLu6U0TXI+
5pzs2GnjKIbKhi8kjcyD+qOAzDtOXWY5r91HQxvY2hqaDXPWj9Mv5c/eW6ndk6LcUX
iVm+BYdQ8l2N3k6gEM10F0YcYleaVz1aCP9U5zB8=
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT com
DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org B2BC63858CDB
ARC-Filter: OpenARC Filter v1.0.0 sourceware.org B2BC63858CDB
ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1707083806; cv=none;
b=I8lOa8FKelw15sPP2OU39TmeZRloK+Q1gH0Ao/fDCe+Df48yDwL6rg+fnRhcpRlDfOvCiQpH+Ugj/mkfTmLcfm2LTUF+48G3xyzcVHIR1DE/VGex2OqOmtvDwRS/EvVpcr0YdrzO8RlbyUC9jW7SsagZR+zA2IXrOQFwVXMIY2g=
ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key;
t=1707083806; c=relaxed/simple;
bh=g7mZqgwE9tNWxmOOBvnjUag1WO+XdXcNLYYEBtnr7Z4=;
h=Date:From:To:Subject:Message-Id:Mime-Version;
b=Hkzbet3hIFC6TXycxSvcsHSIBwpaq+0fyFDJPTl4rHt38Px0fbGcAgyS4DfE1t28kByqVgAOeA19nbTNII3VQf/4QGr0ablo+QhwNTKJzh6wK0RUVUkC/3iayZtSq87EmL45vb8CQqXfNj3UI0Ph+zCil5Dbz5PtSf+EIi+hcZU=
ARC-Authentication-Results: i=1; server2.sourceware.org
Date: Mon, 5 Feb 2024 06:56:37 +0900
To: cygwin AT cygwin DOT com
Subject: Re: Test: gcc-12.3.1+20240202-0.1
Message-Id: <20240205065637.19b7599034501df8c17678df@nifty.ne.jp>
In-Reply-To: <20240205062743.b5eb0385e164022cf391f43f@nifty.ne.jp>
References: <878r40ostd DOT fsf AT Gerda DOT invalid>
<20240205062743 DOT b5eb0385e164022cf391f43f AT nifty DOT ne DOT jp>
X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.30; i686-pc-mingw32)
Mime-Version: 1.0
X-Spam-Status: No, score=-4.4 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS,
KAM_NUMSUBJECT, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_PASS, 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
X-BeenThere: cygwin AT cygwin DOT com
X-Mailman-Version: 2.1.30
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Unsubscribe: <https://cygwin.com/mailman/options/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=unsubscribe>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-request AT cygwin DOT com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=subscribe>
From: Takashi Yano via Cygwin <cygwin AT cygwin DOT com>
Reply-To: Takashi Yano <takashi DOT yano AT nifty DOT ne DOT jp>
Errors-To: cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com
Sender: "Cygwin" <cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com>

On Mon, 5 Feb 2024 06:27:43 +0900
Takashi Yano wrote:
> On Sun, 04 Feb 2024 21:52:46 +0100
> ASSI <Stromeko AT nexgo DOT de> wrote:
> > 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.
> 
> Thank you for releasing this test version!
> 
> Does not this include AVX2 misalignd patch for
> https://cygwin.com/pipermail/cygwin/2023-December/255073.html

I mean:
https://github.com/msys2/MINGW-packages/blob/master/mingw-w64-gcc/0200-add-m-no-align-vector-insn-option-for-i386.patch

Please note that this patch adds MASK_NO_ALIGN_VECTOR_INSN to
TARGET_SUBTARGET_DEFAULT in mingw32.h, so adding similar to
cygming.h is necessary for cygwin build.

> introduced by lazka on IRC and GTHREAD mutex_init patch
> https://cygwin.com/pipermail/cygwin/2024-January/255203.html
> ?


-- 
Takashi Yano <takashi DOT yano AT nifty DOT ne DOT jp>

-- 
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019