From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 70EC4384F4B2; Thu, 24 Nov 2022 11:00:03 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 70EC4384F4B2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1669287603; bh=s5w2c36mIXMQOKuFjngZcyDV15fpdQg3HlK9UH+mmxE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=N2zPWWpQNW/6GS0cLeTaJhx29URzOrQiOYCyDWqyh/lnoyZgFli57Jn4nUKAhfTD0 drzAR+WMB12DGb3Pen6e7hJJDQ4LKrkUzDv62XTGB8cFYNCRtmV5hSM3+dZeZBnMqr HEZpM/Rlm8NRt2/y788BaRP6kKp7QUc8Yhjzd99U= From: "ro 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: Thu, 24 Nov 2022 11:00:03 +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: ro at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.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=3D107855 --- Comment #4 from Rainer Orth --- (In reply to Richard Biener from comment #2) > Can you attach the ifcvt dump as well? The issue seems to be that only t= he > first loop is if-converted, so floats are not handled at all (only a sing= le > loop is vectorized). Sure, done. > Not sure about the runtime FAIL with 32bit - does that also happen with -= O0? No, the test runs successfully then.=