From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7D2183858C52; Sat, 13 May 2023 07:03:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7D2183858C52 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1683961417; bh=TBT82TS3c4dhUmG4utPRv/zzNToqEAdX+4GpZkmE7DY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=NVF6DSdVPAoeW7qypdNvp9M300Fs1IroRsy8MMk8jipV58QEn/7C9AHi0lFByxEv0 KTLDENYuN1WbdRdQ03R9oWEsrUqnm8oLQwa32ZoVczxTXg7/yPAae8oABe5UojXp0I 1Z/Z+O5Ytq1a0JAq9iVnVsVagmVDseK1L+IjWXTs= From: "xry111 at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/107855] gcc.dg/vect/vect-ifcvt-18.c FAILs Date: Sat, 13 May 2023 07:03:37 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: xry111 at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.2 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status cf_reconfirmed_on cc everconfirmed 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=3D107855 Xi Ruoyao changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Last reconfirmed| |2023-05-13 CC| |xry111 at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #6 from Xi Ruoyao --- Hmm, the test contains "/* { dg-additional-options "-Ofast -mavx" { target avx_runtime } } */" So it passes on AVX capable native builds, but fails otherwise.=