From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 531E038983B9; Fri, 21 Jun 2024 10:18:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 531E038983B9 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1718965115; bh=Ra/S0Y2grGTyjR3TCjAZiU12arL5snk2W8APiO8a0bI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=V99b7AraHrHtagPWIPW7jfWvGUs6ehvae7uFKJ4IfPGbtTMDHNRXt8GE4iAOEx1pf 4ws2NEfJfeIQgcfC/SBeI7pwC6F80Zdhz+Wwu0AydkIhHQxy5Q+dkrGbfdGZ86O0uc CPwQiXYj0i08ir9QQ7D6pPauWfi6h7sgQYNnZXDs= From: "mkretz at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/115575] experimental/simd/pr115454_find_last_set.cc FAILs Date: Fri, 21 Jun 2024 10:18:31 +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: 15.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: mkretz at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: mkretz at gcc dot gnu.org X-Bugzilla-Target-Milestone: 15.0 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=3D115575 --- Comment #3 from Matthias Kretz (Vir) --- As a simple "solution" I could change the target selector of 'dg-do run' to 'target avx512f', which makes the test match the original PR. And then make this PR about find_last_set not working on all other non-AVX512 systems but mine. ;)=