This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 503e1680cca RISC-V: Add test for vec_duplicate + vssub.vv combine case [...] new 0fd98b6f9f2 libiberty: add routines to handle type-sensitive doubly lin [...]
The 1 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: include/doubly-linked-list.h | 447 ++++++++++++++++++++++++++ libiberty/Makefile.in | 1 + libiberty/testsuite/Makefile.in | 12 +- libiberty/testsuite/test-doubly-linked-list.c | 269 ++++++++++++++++ 4 files changed, 728 insertions(+), 1 deletion(-) create mode 100644 include/doubly-linked-list.h create mode 100644 libiberty/testsuite/test-doubly-linked-list.c