From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 99E2F385840F; Fri, 31 May 2024 13:42:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 99E2F385840F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1717162945; bh=+wXyXALvyoJH7SLdazswt9f5skJCyTOl7j7pBAS1n0o=; h=From:To:Subject:Date:In-Reply-To:References:From; b=wyoVBaodLAM/z/IwOhncog/o7kHYXSb/PNf/CY8B35k621SxqM3VLeAflmRvT7mqx UMvzWLqQhrEpZhbAZWR8xGxLPco6gUSzZ2KYmmC8i9ILUbpBUkqTzUr+wbkusnPsLX 46nF0LEbvm0gHZpzbfofUKmXQ5LFrsowQhZsYG6k= From: "mkretz 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: Fri, 31 May 2024 13:42:25 +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: mkretz 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: 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 --- Comment #12 from Matthias Kretz (Vir) --- I noticed that weird special case for __clang__ and don't recall why it was needed. I should dig up the reason or remove it, I guess.=