This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 39682fd PR c++/78373 - ICE with TREE_CONSTANT reference new 3f6f78b libiberty: Add Rust symbol demangling. new cd0f39c R_MIPS_JALR failures
The 2 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/ChangeLog | 7 + gcc/ira.c | 2 +- include/ChangeLog | 12 + include/demangle.h | 29 ++- libiberty/ChangeLog | 13 ++ libiberty/Makefile.in | 13 ++ libiberty/cplus-dem.c | 47 +++- libiberty/rust-demangle.c | 348 +++++++++++++++++++++++++++++ libiberty/testsuite/Makefile.in | 7 +- libiberty/testsuite/rust-demangle-expected | 161 +++++++++++++ 10 files changed, 632 insertions(+), 7 deletions(-) create mode 100644 libiberty/rust-demangle.c create mode 100644 libiberty/testsuite/rust-demangle-expected