From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8AEF33858C52; Tue, 17 Jan 2023 20:25:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8AEF33858C52 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1673987120; bh=phvJ6bKwLt36JG9sGLKDolEoIrxawYqzzAMU8QJZFpc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=r/0HKlR3x45Y8PRWdma1c5j5dE3z2BJTxmOTA+1up4QsHINihPRtXYlPgM56s1jav 9TZy60EFYPrJ1kM9gqe2keTks7q3bBrwNZ9Taf7/nJzDaoM19xwUvxMmsfg9TT6QzK yLTkIAF+g5z+tOb9MfCSIgtOP67fT7yi5TI5D83I= From: "jason at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug debug/107965] libstdc++ Python Pretty-Printers: Many Exceptions From Uninitialized Structures Date: Tue, 17 Jan 2023 20:25:20 +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: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jason 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: --- 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=3D107965 --- Comment #8 from Jason Merrill --- The compiler could represent this with a location list instead of a single location. I guess implementing that would involve using NOTE_INSN_VAR_LOCA= TION instead of giving the variable DECL_RTL? This sounds complicated.=