This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 04655110837 RISC-V: Insert vsetivli zero, 0 for vmv.x.s/vfmv.f.s instru [...]
new 39d6d4256d1 c++: Reject attributes without arguments used as pack expan [...]
new d1e7f999308 aarch64: PR target/99195 annotate simple narrowing patterns [...]
new e7fe650692d aarch64: Simplify QSHRN expanders and patterns
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/config/aarch64/aarch64-simd.md | 143 ++++-----------------
gcc/cp/parser.cc | 13 +-
gcc/testsuite/g++.dg/cpp0x/gen-attrs-78.C | 29 +++++
gcc/testsuite/gcc.target/aarch64/simd/pr99195_4.c | 22 +++-
.../aarch64/simd/{pr99195_4.c => pr99195_5.c} | 19 ++-
5 files changed, 99 insertions(+), 127 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/gen-attrs-78.C
copy gcc/testsuite/gcc.target/aarch64/simd/{pr99195_4.c => pr99195_5.c} (67%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 2093c2af3c5 [gdb/tui] Fix tui compact-source
new 496917ce466 Add linker option to include local symbols in the linker map.
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:
ld/ChangeLog | 17 +++++++
ld/NEWS | 3 ++
ld/ld.h | 3 ++
ld/ld.texi | 10 ++++
ld/ldlang.c | 88 ++++++++++++++++++++++++++++++++-
ld/ldlex.h | 2 +
ld/lexsup.c | 14 ++++++
ld/testsuite/ld-scripts/map-address.exp | 27 ++++++++++
ld/testsuite/ld-scripts/map-locals.d | 5 ++
ld/testsuite/ld-scripts/sizeof.s | 1 +
10 files changed, 168 insertions(+), 2 deletions(-)
create mode 100644 ld/testsuite/ld-scripts/map-locals.d
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.