From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3C62E3858CDA; Mon, 26 Sep 2022 10:45:14 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3C62E3858CDA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1664189114; bh=Nf1objmr38eOt7o4tLqFfTEjcFnZXSiYLy+C/EvPlj8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Fk/G79whzeEyTGp/LMaJB4eAN5hnLCn3XC4Lq1bzEOur7UoG208PwwIuNeT2qQ9IN FRfbfNwo78t/c3T1x9i2FmlzKc/dnrvHgYgEkebFwQkKRbGiOCFzpvJZnub1aIUnpH MvYKrWfHqzyXv2AVEKtjtUxFxMBSQcRX9JqLZXqE= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/107021] [13 Regression] 511.povray_r error with -Ofast -march=znver2 -flto since r13-2810-gb7fd7fb5011106 Date: Mon, 26 Sep 2022 10:45:13 +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: rguenth 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.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=3D107021 --- Comment #6 from Richard Biener --- (In reply to Martin Li=C5=A1ka from comment #5) > > > > so I'd call that a testsuite issue. > >=20 >=20 > Yep, how should I fix the verifier? Just skip it if the expected value is > infinite? No, don't build it with -fno-finite-math-only?=