DKIM-Filter: OpenDKIM Filter v2.11.0 delorie.com 46U4fXFh2045467 Authentication-Results: delorie.com; dkim=pass (1024-bit key, unprotected) header.d=cygwin.com header.i=@cygwin.com header.a=rsa-sha256 header.s=default header.b=hPK8HUux X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 76D4C3857011 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1722314491; bh=wKQ5aH0fchdwWYXTiny/iv0WcQKlXkcFC3JCcORm2AI=; 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=hPK8HUuxtwZxWK9hwv6dZ4/jRWM3yvuD6R5P2iEpoHxkdNomlfq2kXA5JeFIyJZxR i6HhdzudqFnkG5uqWJY022YbTobWEULdTeZUu6G3MA6iSvMyy2aSAuCBMsYoOrD6Rd Te7/DVLvLCMV4ubj4oVKFZpHKpAIaQ9fDGHGODV8= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org D9B543858C78 ARC-Filter: OpenARC Filter v1.0.0 sourceware.org D9B543858C78 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1722314431; cv=none; b=GHhEGcWTXoD2WyJp0wGqV3okl8inTfPjx+neI0HGAFU3BRm3NFDvPlwZ50TWtO956qL23+VmTn05z9ydg/5dZF/7+a0+KpldsUHOu/xz7QLcmNIxqkIDKRpXHSppgKBkNzJoJancwOkkd7jymGQhpuQVix7tR3QzHl8e31gNiKc= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1722314431; c=relaxed/simple; bh=3pEZgZJ5P+77DZz1GtZBIYsDiO525wuqZLgpFjQyDtM=; h=Date:From:To:Subject:Message-Id:Mime-Version:DKIM-Signature; b=Wf12RXC2vHNWDh8N/pJKs3zENJID+jqbmSLO71SURM4Xovl7m9YaG+PgBFdKUuaUeilcQMg1kt+3Z19s7bdD+zijjVDii+H5tVBMvW03yHwzwoHSGwA8dM5Jw3oruPkJfzkTkSlmOQ8nemIlkDC6z9S5xFn/2rmu+OQENjpBZdI= ARC-Authentication-Results: i=1; server2.sourceware.org Date: Tue, 30 Jul 2024 13:40:24 +0900 To: cygwin AT cygwin DOT com Subject: Re: Updated: gcc-12.4.0-3 Message-Id: <20240730134024.69519129d8bbb6978f9352da@nifty.ne.jp> In-Reply-To: <20240729230217.910629630577add9dd665eb1@nifty.ne.jp> References: <8734ns4vya DOT fsf AT Gerda DOT invalid> <20240729230217 DOT 910629630577add9dd665eb1 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.9 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_NUMSUBJECT, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_PASS, 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 X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.30 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Takashi Yano via Cygwin Reply-To: Takashi Yano Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: cygwin-bounces~archive-cygwin=delorie DOT com AT cygwin DOT com Sender: "Cygwin" On Mon, 29 Jul 2024 23:02:17 +0900 Takashi Yano wrote: > On Mon, 29 Jul 2024 07:18:53 +0200 > ASSI wrote: > > Additionally, a new option '-mno-align-vector-insn' has been implemented > > (following the lead of MSys2 and using a patch by Kai Tietz) to enable > > an easier (more targeted) workaround for the underlying stack data > > alignment problem when passing vector datatypes by value (which is due > > to a conflict with alignment requirements for SEH and remains unsolved > > upstream). You can also use '-Wa,-muse-unaligned-vector-move', which is > > more widely available. > > gcc of MSYS2 enables -mno-align-vector-insn flag by default. > However gcc 12.4.0-3 does not enable this flag by default. > > Is this intentional? Ah, I misunderstood. For MSYS2, /usr/bin/gcc : without Kai's patch /mingw64/bin/gcc : -mno-align-vector-insn is enabled by default /mingw32/bin/gcc : -mno-align-vector-insn is enabled by default For current cygwin, /usr/bin/gcc (12.4.0-3) : -mno-align-vector-insn is disabled by default /usr/bin/x86_64-w64-mingw32-gcc : without Kai's patch (yet?) /usr/bin/i686-w64-mingw32-gcc : without Kai's patch (yet?) -- Takashi Yano -- 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