From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C6CFF3858401; Mon, 27 Dec 2021 11:28:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C6CFF3858401 From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/103837] [9/10/11/12 Regression] '-fcompare-debug' failure (length) w/ -Og -fmove-loop-invariants -fnon-call-exceptions -fno-tree-dce Date: Mon, 27 Dec 2021 11:28:44 +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: 12.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub 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: 12.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_reconfirmed_on cc short_desc bug_status 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2021 11:28:44 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D103837 Jakub Jelinek changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2021-12-27 CC| |jakub at gcc dot gnu.org Summary|[12 Regression] |[9/10/11/12 Regression] |'-fcompare-debug' failure |'-fcompare-debug' failure |(length) w/ -Og |(length) w/ -Og |-fmove-loop-invariants |-fmove-loop-invariants |-fnon-call-exceptions |-fnon-call-exceptions |-fno-tree-dce |-fno-tree-dce Status|UNCONFIRMED |NEW Ever confirmed|0 |1 --- Comment #1 from Jakub Jelinek --- With the above options it started with r12-3221-g1313111fdec0d0de4228b5e839ca728b3e4b106e If I add -fexceptions, it started with r12-2307-gb15e301748f0e042379909e32b3ade439dd8f8f9 With additional -fdelete-dead-exceptions it started with r6-701-gaa953e2fc52e2196d62b9669a69c9e82de43dc3c=