From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7A6683858D1E; Wed, 21 Dec 2022 04:49:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7A6683858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1671598197; bh=BevY8RNC6MwB76MPB5t5vr07YOeJaOM6R3HgVg6HZdk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=B9QHD9bSzcwjcDHlvyTPDh0d54wuizJjAznJBwrzfGFbjuJXznbU1BEZdz/TiBfwE S/xziRDbbVinCeX9dopUOtnun522xjoD7SHCyP5CTMzC0WN2dZChwd+UaimmfpjsT/ tWjKA1YCVYfaJCKSpR2cjx+OY/zVU1+RBfIsWGcw= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug testsuite/108190] g++.target/i386/*pr54700*.C testcases fail on x86_64-mingw Date: Wed, 21 Dec 2022 04:49:57 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: testsuite X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: testsuite-fail X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D108190 --- Comment #2 from Andrew Pinski --- This is most likely because of the ABI difference between windows and elf targets. __v16qi is passed via memory location on windows but on elf target= s it is passed via regsiter ...=