From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8C2073865C3C; Sun, 2 Jun 2024 15:05:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8C2073865C3C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1717340731; bh=XJAf0glpeqf/TCitZwCZxiVeXEKodw2R7tAKphsIKsc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ch6iIni0hDf5XkUf6zPiqSXq/FnvL0RujoMPYH52g1niiANnxfCGcNyrE4k01afVf sur8fa1KdVKjPaIKhpARfv+y2NIE+A3IxIszTt5EdFwqsgE8IvEGjI7+ieRaSVotJd L9ibKQNNHgT6uczgcYM6XhpZveHOUyfawixC63ek= 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: Sun, 02 Jun 2024 15:05:30 +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 #15 from Matthias Kretz (Vir) --- I don't know _GLIBCXX_USE_C99_MATH_TR1. AFAIK the simd headers are relying = on standard C++ . But with it's easy to make incorrect assumpti= ons. Other tests have a line: // { dg-require-cmath "" } If you add it then the test is skipped? But is still br= oken - just not exposed in a test?=