From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 03E72385AC34; Tue, 11 Oct 2022 23:23:14 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 03E72385AC34 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1665530595; bh=GUEW8xXHMCe30kNhTxW9UQRTFmwkSWo2/xkGZQEEjLY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=SG+K+O0+6aIyvNK7ykogFy6dw4ih8E5KEZ8EhNm7fKH/kzGxOmNxRiEFPoAnY3Vme SLG1tiFEADoUEaaIPruu1kUjvhqHTo85bdn3Np77r/oncPpEfd0jdMaNOkgP4U9V1z e8v8RB/fxb6rW3zoKWUowOQq+GdJkzNYZviQHL38= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug ipa/106061] [13 Regression] during GIMPLE pass: einline ICE: verify_cgraph_node failed (edge points to wrong declaration) with -Og since r13-1204-gd68d366425369649 Date: Tue, 11 Oct 2022 23:23:14 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: ipa X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 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=3D106061 --- Comment #5 from Andrew Pinski --- Note -Og enables -funreachable-traps which is why the ones with -O1 -funreachable-traps are duplicates of this bug too.=