From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CF53C3857B8E; Mon, 7 Nov 2022 05:05:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CF53C3857B8E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1667797512; bh=i5nl4VWe1bKEBHWQ7SHuAtLoQo6Gbz+3QH1Wuf7jgQ0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=FKzy+pulcNwL3c5C363cjBGZrLEqTr292rl2qeI/d90Zx5PyiaffSHRGWVfyo3hoP jqnCD5oBmWBSlOZcW3sAa6JwJ+jZMykA3I6tscujMUf9mVsgUIm9AUa324EmqKgTzu ZhV/CmUHbCvGlc4tHqnlmHxfYiV2mSE6Zc0XYZT4= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug debug/105261] schedule-insns2 and ipa-sra make alive constant variables not available Date: Mon, 07 Nov 2022 05:05:11 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: debug X-Bugzilla-Version: 12.0 X-Bugzilla-Keywords: needs-bisection, wrong-debug X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia 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: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords 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=3D105261 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |needs-bisection --- Comment #2 from Andrew Pinski --- The IPA-SRA issue seems to be fixed on the trunk. That is in the optimized dump we now have: # DEBUG BEGIN_STMT # DEBUG INLINE_ENTRY b # DEBUG BEGIN_STMT # DEBUG l_5 =3D> 0 # DEBUG l_54 =3D> 5 # DEBUG l_362 =3D> 4 # DEBUG BEGIN_STMT # DEBUG l_53 =3D> 4 # DEBUG l_55 =3D> 0 While in GCC 12 we did not have that. The scheduler issue I have not looked into at all since it is harder to fig= ure out RTL level debug info really.=