From: Indu Bhagat <indu.bhagat@oracle.com>
To: gcc-patches@gcc.gnu.org
Cc: david.faust@oracle.com, Indu Bhagat <indu.bhagat@oracle.com>
Subject: [PATCH 0/2] Fix PR debug/112878 and a BTF issue
Date: Wed, 10 Apr 2024 11:25:09 -0700 [thread overview]
Message-ID: <20240410182511.1528093-1-indu.bhagat@oracle.com> (raw)
Hi,
The patch series includes two patches: first one is a fix for PR
debug/112878 and the second one is for an existing BTF generation issue.
Testing Notes:
- Regression tested on x86_64-linux-gnu
- Tested btf.exp, ctf.exp, bpf.exp for --target=bpf-unknown-none
Thanks,
Indu Bhagat (2):
ctf: fix PR debug/112878
btf: do not skip members of data type with type id BTF_VOID_TYPEID
gcc/btfout.cc | 5 -----
gcc/dwarf2ctf.cc | 15 ++++++++++-----
.../gcc.dg/debug/btf/btf-bitfields-4.c | 6 +++---
gcc/testsuite/gcc.dg/debug/btf/btf-struct-2.c | 9 +++++----
.../gcc.dg/debug/ctf/ctf-bitfields-5.c | 17 +++++++++++++++++
5 files changed, 35 insertions(+), 17 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/debug/ctf/ctf-bitfields-5.c
--
2.43.0
next reply other threads:[~2024-04-10 18:26 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-10 18:25 Indu Bhagat [this message]
2024-04-10 18:25 ` [PATCH 1/2] ctf: fix PR debug/112878 Indu Bhagat
2024-04-10 19:06 ` David Faust
2024-04-10 18:25 ` [PATCH 2/2] btf: do not skip members of data type with type id BTF_VOID_TYPEID Indu Bhagat
2024-04-10 19:18 ` David Faust
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=20240410182511.1528093-1-indu.bhagat@oracle.com \
--to=indu.bhagat@oracle.com \
--cc=david.faust@oracle.com \
--cc=gcc-patches@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).