This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-11
in repository gcc.
from bf9c877c4c9 testsuite: Fix expand-return CMSE test for Armv8.1-M [PR115253]
new e8d2679c016 arm: Add .type and .size to __gnu_cmse_nonsecure_call [PR115360]
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:
libgcc/config/arm/cmse_nonsecure_call.S | 2 ++
1 file changed, 2 insertions(+)
--
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 releases/gcc-14
in repository gcc.
from 9100e78ba28 testsuite: Fix expand-return CMSE test for Armv8.1-M [PR115253]
new 7593dae69ba arm: Add .type and .size to __gnu_cmse_nonsecure_call [PR115360]
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:
libgcc/config/arm/cmse_nonsecure_call.S | 2 ++
1 file changed, 2 insertions(+)
--
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 gcc.
from adcc815a01a middle-end: Drop __builtin_prefetch calls in autovectorizat [...]
new 3f2f9059c7f libstdc++: Do not use memset in _Hashtable::clear()
new bd3a312728f libstdc++: Fix std::tr2::dynamic_bitset shift operations [P [...]
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:
libstdc++-v3/include/bits/hashtable.h | 10 +++---
libstdc++-v3/include/tr2/dynamic_bitset | 5 +--
libstdc++-v3/include/tr2/dynamic_bitset.tcc | 6 ++--
.../testsuite/tr2/dynamic_bitset/pr115399.cc | 37 ++++++++++++++++++++++
4 files changed, 44 insertions(+), 14 deletions(-)
create mode 100644 libstdc++-v3/testsuite/tr2/dynamic_bitset/pr115399.cc
--
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 292b9a30293 Allow calling of user-defined function call operators
new 72476aca8f5 aarch64: add Branch Record Buffer extension instructions
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:
gas/config/tc-aarch64.c | 8 +
gas/doc/c-aarch64.texi | 2 +
gas/testsuite/gas/aarch64/brbe-brb-bad.d | 2 +
gas/testsuite/gas/aarch64/brbe-brb-bad.l | 4 +
gas/testsuite/gas/aarch64/brbe-brb-bad.s | 6 +
gas/testsuite/gas/aarch64/brbe-brb-inst.d | 14 +
gas/testsuite/gas/aarch64/brbe-brb-inst.s | 5 +
gas/testsuite/gas/aarch64/brbe-brb-invalid.d | 3 +
gas/testsuite/gas/aarch64/brbe-brb-invalid.l | 3 +
gas/testsuite/gas/aarch64/brbe-brb.d | 12 +
gas/testsuite/gas/aarch64/brbe-brb.s | 5 +
include/opcode/aarch64.h | 7 +-
opcodes/aarch64-asm-2.c | 363 ++-
opcodes/aarch64-dis-2.c | 4523 +++++++++++++-------------
opcodes/aarch64-opc-2.c | 18 +-
opcodes/aarch64-opc.c | 24 +
opcodes/aarch64-opc.h | 1 +
opcodes/aarch64-tbl.h | 15 +
18 files changed, 2566 insertions(+), 2449 deletions(-)
create mode 100644 gas/testsuite/gas/aarch64/brbe-brb-bad.d
create mode 100644 gas/testsuite/gas/aarch64/brbe-brb-bad.l
create mode 100644 gas/testsuite/gas/aarch64/brbe-brb-bad.s
create mode 100644 gas/testsuite/gas/aarch64/brbe-brb-inst.d
create mode 100644 gas/testsuite/gas/aarch64/brbe-brb-inst.s
create mode 100644 gas/testsuite/gas/aarch64/brbe-brb-invalid.d
create mode 100644 gas/testsuite/gas/aarch64/brbe-brb-invalid.l
create mode 100644 gas/testsuite/gas/aarch64/brbe-brb.d
create mode 100644 gas/testsuite/gas/aarch64/brbe-brb.s
--
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 gcc.
from 1cae1a5ce08 pretty_printer: convert chunk_info into a class
new adcc815a01a middle-end: Drop __builtin_prefetch calls in autovectorizat [...]
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:
gcc/testsuite/gcc.dg/vect/vect-prefetch-drop.c | 12 ++++++++++++
gcc/testsuite/gcc.target/aarch64/vect-prefetch-drop.c | 13 +++++++++++++
gcc/tree-data-ref.cc | 2 ++
gcc/tree-vect-loop.cc | 6 ++++--
4 files changed, 31 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/vect-prefetch-drop.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/vect-prefetch-drop.c
--
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 ddb3f3d89cf Add "error_message+" feature to qSupported
new 292b9a30293 Allow calling of user-defined function call operators
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:
gdb/eval.c | 34 +++++++++++++++++++++++++++++++---
gdb/testsuite/gdb.cp/userdef.cc | 22 ++++++++++++++++++++++
gdb/testsuite/gdb.cp/userdef.exp | 10 ++++++++++
3 files changed, 63 insertions(+), 3 deletions(-)
--
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 releases/gcc-12
in repository gcc.
from 3d9e4eedb6b testsuite: Fix expand-return CMSE test for Armv8.1-M [PR115253]
new 1edc6a71fee rtl-optimization/54052 - RTL SSA PHI insertion compile-time hog
new 844ff32c04a middle-end/40635 - SSA update losing PHI arg loations
new 959cef94250 [PR111497][LRA]: Copy substituted equivalence
new 33663c0701a cfgrtl: Fix MEM_EXPR update in duplicate_insn_chain [PR114924]
The 4 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/cfgrtl.cc | 3 ++-
gcc/lra-constraints.cc | 5 +++++
gcc/lra.cc | 5 ++---
gcc/rtl-ssa/blocks.cc | 7 ++++++-
gcc/testsuite/g++.target/i386/pr111497.C | 22 +++++++++++++++++++++
gcc/testsuite/gcc.dg/uninit-pr40635.c | 33 ++++++++++++++++++++++++++++++++
gcc/tree-into-ssa.cc | 11 +++++++----
7 files changed, 77 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/g++.target/i386/pr111497.C
create mode 100644 gcc/testsuite/gcc.dg/uninit-pr40635.c
--
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 7065d0a33f7 PR 31882 libctf: test suite incorrect format specifiers
new ddb3f3d89cf Add "error_message+" feature to qSupported
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:
gdb/doc/gdb.texinfo | 31 +++++++++++++++++++--
gdb/remote.c | 78 +++++++++++++++++++++++++++++++----------------------
gdbserver/server.cc | 3 +++
gdbserver/server.h | 5 ++++
4 files changed, 83 insertions(+), 34 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.