From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4FDBA3858D20; Thu, 30 May 2024 08:14:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4FDBA3858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1717056858; bh=5W7aL+C8PNG7AMt8D8vy+TBOE3IUtRU3yCJ5iFaqTsg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=aZMMf+NUMlUh6g3RNX9KrDZmw9/sIcADEg+LKCCD3RzOAetlKvnK581aJ7QXBuBAE GK3/DieNRC3FbnNCc/KNO/3o5Onwfy2fGOw+oLXJmFlMiLO7WqZuoODXRMeA7wpvRg bk/N9c1uvhbbJiSFA7MJ2vQuEyuxNw00F5GMg03Q= From: "aoliva at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/114803] simd conversion to [[gnu::vector_size(N)]] type hits invalid code in experimental/bits/simd_builtin.h Date: Thu, 30 May 2024 08:14:17 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libstdc++ X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: aoliva at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: mkretz at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc 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=3D114803 Alexandre Oliva changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aoliva at gcc dot gnu.org --- Comment #7 from Alexandre Oliva --- FWIW, since the backport, this test started failing in gcc-13 on arm and aarch64 targets. Presumably this affects earlier branches as well. .../libstdc++-v3/testsuite/experimental/simd/pr114803_vecbuiltin_cvt.cc: In instantiation of 'void maybe_test() [with T =3D char]': .../libstdc++-v3/testsuite/experimental/simd/pr114803_vecbuiltin_cvt.cc:87:= =20=20 required from here .../libstdc++-v3/testsuite/experimental/simd/pr114803_vecbuiltin_cvt.cc:68: error: invalid 'static_cast' from type 'V' {aka 'std::experimental::parallelism_v2::simd >'} to type 'uint8x16_t'=