public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "cvs-commit at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug debug/113918] Incomplete DWARF5 debug information for anonymous unions
Date: Fri, 08 Mar 2024 08:30:10 +0000	[thread overview]
Message-ID: <bug-113918-4-3ZqwH4YIas@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-113918-4@http.gcc.gnu.org/bugzilla/>

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113918

--- Comment #3 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Jakub Jelinek <jakub@gcc.gnu.org>:

https://gcc.gnu.org/g:05109b1bd5ef4ee9d78fe17d4563889694a26d05

commit r14-9385-g05109b1bd5ef4ee9d78fe17d4563889694a26d05
Author: Jakub Jelinek <jakub@redhat.com>
Date:   Fri Mar 8 09:14:32 2024 +0100

    dwarf2out: Emit DW_AT_export_symbols on anon unions/structs [PR113918]

    DWARF5 added DW_AT_export_symbols both for use on inline namespaces (where
    we emit it), but also on anonymous unions/structs (and we didn't emit that
    attribute there).
    The following patch fixes it.

    2024-03-08  Jakub Jelinek  <jakub@redhat.com>

            PR debug/113918
    gcc/
            * dwarf2out.cc (gen_field_die): Emit DW_AT_export_symbols
            on anonymous unions or structs for -gdwarf-5 or -gno-strict-dwarf.
    gcc/c/
            * c-tree.h (c_type_dwarf_attribute): Declare.
            * c-objc-common.h (LANG_HOOKS_TYPE_DWARF_ATTRIBUTE): Redefine.
            * c-objc-common.cc: Include dwarf2.h.
            (c_type_dwarf_attribute): New function.
    gcc/cp/
            * cp-objcp-common.cc (cp_type_dwarf_attribute): Return 1
            for DW_AT_export_symbols on anonymous structs or unions.
    gcc/testsuite/
            * c-c++-common/dwarf2/pr113918.c: New test.

  parent reply	other threads:[~2024-03-08  8:30 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-14  9:42 [Bug debug/113918] New: " tsqurt at outlook dot com
2024-02-14 10:10 ` [Bug debug/113918] " rguenth at gcc dot gnu.org
2024-02-15 12:52 ` jakub at gcc dot gnu.org
2024-03-08  8:30 ` cvs-commit at gcc dot gnu.org [this message]
2024-03-08  9:00 ` jakub at gcc dot gnu.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-113918-4-3ZqwH4YIas@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).