This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8d9d5834840 c++: Implement mangling of RAW_DATA_CST [PR118278] new d30def000ab bpf: make sure CO-RE relocs are typed with struct BTF_KIND_STRUCT new 42786ccf1cb bpf: calls do not promote attr access_index on lhs new 01c37f9a4f1 bpf: set index entry for a VAR_DECL in CO-RE relocs
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/btfout.cc | 2 +- gcc/config/bpf/btfext-out.cc | 7 ++++ gcc/config/bpf/core-builtins.cc | 6 ++- gcc/ctfc.h | 2 + gcc/testsuite/gcc.target/bpf/core-attr-calls.c | 49 ++++++++++++++++++++++ gcc/testsuite/gcc.target/bpf/core-attr-const.c | 40 ++++++++++++++++++ gcc/testsuite/gcc.target/bpf/core-builtin-1.c | 16 +++---- gcc/testsuite/gcc.target/bpf/core-builtin-2.c | 3 +- .../gcc.target/bpf/core-builtin-exprlist-1.c | 16 +++---- 9 files changed, 122 insertions(+), 19 deletions(-) create mode 100644 gcc/testsuite/gcc.target/bpf/core-attr-calls.c create mode 100644 gcc/testsuite/gcc.target/bpf/core-attr-const.c