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 ad523d014ca Remove varobj_item typedef
new 3953519365a gdb: make gdbarch predicates return bool
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/ChangeLog | 6 +++
gdb/gdbarch.c | 122 ++++++++++++++++++++++++++++-----------------------------
gdb/gdbarch.h | 122 ++++++++++++++++++++++++++++-----------------------------
gdb/gdbarch.sh | 4 +-
4 files changed, 130 insertions(+), 124 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 master
in repository binutils-gdb.
from 646cc3e0109 Add AMD znver3 processor support
new ad523d014ca Remove varobj_item typedef
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/ChangeLog | 4 ++++
gdb/varobj-iter.h | 4 ++--
2 files changed, 6 insertions(+), 2 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 master
in repository binutils-gdb.
from 2eb20436fae gdb: fix comment of get_displaced_stepping_state
new c4464adef2d gdb: change some int to bool in infrun.c
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/ChangeLog | 27 +++++++++++
gdb/infrun.c | 141 +++++++++++++++++++++++++++++-----------------------------
2 files changed, 98 insertions(+), 70 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 google/grte/v5-2.27/master
in repository glibc.
from 52de78c8f5 Let time and gettimeofday use vdso by removing old clang workaround
new e862538954 Compile dl-reloc-static-pie.c with -Wa,-mrelax-relocations=yes
new c42d99c0a1 Fix section type of .eh_frame on Linux x86_64
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:
elf/Makefile | 3 +++
sysdeps/unix/sysv/linux/x86_64/sigaction.c | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
--
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 a9b45cb7766 Fix undefined behavior in gdbserver
new 2eb20436fae gdb: fix comment of get_displaced_stepping_state
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/ChangeLog | 4 ++++
gdb/infrun.c | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
--
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 52cb0c7b0e9 rs6000: Allow -mabi=no-altivec override on command line for AIX.
new 7cf256c3c8d libgo: adjust NetBSD-specific types for stable syscall API
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/go/gofrontend/MERGE | 2 +-
libgo/mksysinfo.sh | 18 +++++++++++++++---
2 files changed, 16 insertions(+), 4 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 master
in repository gcc.
from 15b8e2af421 c++: block-scope extern decl with default args
new 1b6f0476837 libstdc++: Refactor _Hashtable to prepare for custom pointers
new 52cb0c7b0e9 rs6000: Allow -mabi=no-altivec override on command line for AIX.
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/config/rs6000/rs6000.c | 4 +-
libstdc++-v3/include/bits/hashtable.h | 251 ++++++++--------
libstdc++-v3/include/bits/hashtable_policy.h | 426 +++++++++++----------------
3 files changed, 312 insertions(+), 369 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 master
in repository gcc.
from 522307281ce syscall: remove Sendfile on NetBSD
new 495ec0b2aa8 Convert -Walloca pass to ranger.
new e864d395b4e Convert -Wrestrict pass to ranger.
new d962ef77dad libbacktrace: use __attribute__((__fallthrough__))
new 15b8e2af421 c++: block-scope extern decl with default args
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/calls.c | 26 +-
gcc/calls.h | 2 +
gcc/cp/name-lookup.c | 46 +++
gcc/gimple-ssa-warn-alloca.c | 351 +++------------------
gcc/gimple-ssa-warn-restrict.c | 99 +++---
gcc/gimple-ssa-warn-restrict.h | 3 +
gcc/testsuite/g++.dg/lookup/local-extern.C | 13 +
gcc/testsuite/g++.dg/torture/pr92421.C | 4 +
gcc/testsuite/gcc.dg/Walloca-1.c | 3 +-
gcc/testsuite/gcc.dg/Walloca-12.c | 2 +-
gcc/testsuite/gcc.dg/Walloca-13.c | 2 +-
gcc/testsuite/gcc.dg/Walloca-2.c | 6 +-
gcc/testsuite/gcc.dg/Walloca-3.c | 4 +-
gcc/testsuite/gcc.dg/Walloca-6.c | 1 -
gcc/testsuite/gcc.dg/Wrestrict-22.c | 9 +
gcc/testsuite/gcc.dg/Wvla-larger-than-2.c | 1 -
libbacktrace/elf.c | 16 +-
libbacktrace/internal.h | 8 +
.../21_strings/basic_string/capacity/1.cc | 2 +
19 files changed, 230 insertions(+), 368 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/lookup/local-extern.C
create mode 100644 gcc/testsuite/gcc.dg/Wrestrict-22.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 releases/gcc-10
in repository gcc.
from a109beccd84 libstdc++: Implement LWG 3706 for COW strings
new b3e474cc36c libstdc++: Fix compatibility support in unique_ptr pretty printer
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:
libstdc++-v3/python/libstdcxx/v6/printers.py | 6 +++---
libstdc++-v3/testsuite/libstdc++-prettyprinters/compat.cc | 4 +++-
2 files changed, 6 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.