From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 586FB3858D3C; Wed, 19 Oct 2022 10:08:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 586FB3858D3C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1666174125; bh=J8/1/unNHxtvYPaGu1q82smgOh0jbJTHC6yQMudXGrU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=rVabzvsRo3GVtZlAYiRRXn8Ythj0L5pgVy6kP+slsuQ28Jdj4Bt5Pw6jl8e87BxLH KKffkyhe0H1t2IdX7qsC2LOePjqunkzeyjn1gDHCrpp0dsb5jwoWkc1HgNcxQUmM2t 93TG5Nc1gvx2uX9hqRNsWEkXzy5moCxepGfEchAE= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/105586] [11/12 Regression] -fcompare-debug failure (length) with -O2 -fno-if-conversion -mtune=power4 -fno-guess-branch-probability Date: Wed, 19 Oct 2022 10:08:44 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: rtl-optimization X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: compare-debug-failure X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: jskumari at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.4 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_known_to_work priority cf_known_to_fail short_desc 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=3D105586 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Known to work| |13.0 Priority|P3 |P2 Known to fail|13.0 | Summary|[11/12/13 Regression] |[11/12 Regression] |-fcompare-debug failure |-fcompare-debug failure |(length) with -O2 |(length) with -O2 |-fno-if-conversion |-fno-if-conversion |-mtune=3Dpower4 |-mtune=3Dpower4 |-fno-guess-branch-probabili |-fno-guess-branch-probabili |ty |ty --- Comment #6 from Richard Biener --- Fixed on trunk sofar.=