From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B186E385842C; Tue, 9 Apr 2024 01:53:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B186E385842C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1712627622; bh=qWRACzUEGquY9NVBu1ULeLk9e3FSaDUnu6RSPdaWtGU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ouxVGD59BL3GeT185rZQQrL3AhPF25ek/1ItuVft6hn+0QhgnrSWCc4JIAM0kmpe7 GKlw2CxcJzB5/2QsNX8vn9Tcalgni9TGH9IXPOfVPJ9jqxekbkSv3Tjr259T+X5KHc 7vsTaqyUfvGQyMpLJ3VBb5ExC4IVyt7z0ks0Xrv8= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug debug/39436] g++ does not emit DW_TAG_try_block or DW_TAG_catch_block Date: Tue, 09 Apr 2024 01:53:41 +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: 4.4.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: pinskia 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=3D39436 --- Comment #4 from Andrew Pinski --- So for space, on LP64 (and LLP64) hosts, there is a free 32bits in the BLOCK structure: ``` tree chain; unsigned block_num; location_t locus; // unsigned location_t end_locus; // unsigned tree vars; ``` So I can at least add a 3bit field without increasing the size too.=