This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from a4df94a0330 Fix typo in attribute access example.
new 973bce0fb50 [HSA] Avoid ICE when "HSA does not implement indirect calls"
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/hsa-gen.c | 9 ++++----
.../c-c++-common/gomp/hsa-indirect-call-1.c | 24 ++++++++++++++++++++++
2 files changed, 29 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/gomp/hsa-indirect-call-1.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 efb763a5ea3 gdb: check for partial symtab presence in dwarf2_initialize [...]
new 05e682e3be7 Fix TCL error in gdb.python/py-format-string.exp.
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/testsuite/ChangeLog | 7 +++++++
gdb/testsuite/gdb.python/py-format-string.exp | 8 +++++---
2 files changed, 12 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 master
in repository gcc.
from 94b94c0bb1c libstdc++: Fix tests for uninitialized_value_construct_n
new a4df94a0330 Fix typo in attribute access example.
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/doc/extend.texi | 2 +-
1 file changed, 1 insertion(+), 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 c9dce3b15e8 libstdc++: Handle non-integral sizes in std::uninitialized_fill_n
new 94b94c0bb1c libstdc++: Fix tests for uninitialized_value_construct_n
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:
.../uninitialized_default_n/sizes.cc | 29 +++++-----------------
.../uninitialized_value_construct_n/sizes.cc | 29 +++++-----------------
2 files changed, 12 insertions(+), 46 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-10
in repository gcc.
from f00c9e9793d Daily bump.
new 1bab254fd30 c++: ICE with IMPLICIT_CONV_EXPR in array subscript [PR95508]
new 55838f7fbd6 PR fortran/95088 - Buffer overflows with PDTs, submodules a [...]
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/cp/constexpr.c | 13 +++++++++++++
gcc/cp/cp-tree.h | 2 ++
gcc/cp/typeck.c | 2 +-
gcc/fortran/class.c | 14 +++-----------
gcc/testsuite/g++.dg/template/conv16.C | 17 +++++++++++++++++
gcc/testsuite/gfortran.dg/pr95088.f90 | 31 +++++++++++++++++++++++++++++++
6 files changed, 67 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/template/conv16.C
create mode 100644 gcc/testsuite/gfortran.dg/pr95088.f90
--
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 4e49b994de0 recog: Tweak insn_gen_fn::operator() definition
new d2384b7b24f c-family: check qualifiers of arguments to __atomic built-i [...]
new da2c9054f15 c++: Treat in-class default/delete as definitions.
new 14c831f5ef6 c++: Fix consteval operator handling.
new 68df8e8c343 c++: Add test for C++20 NB comment CA107.
new 44492e248cb c++: implicit operator== adjustments from P2002.
new 4a31a8add56 vect: CSE for bump and offset in strided load/store operations.
new d392babbeb6 c++: Fix bogus "does not declare anything" warning (PR 66159)
new c9dce3b15e8 libstdc++: Handle non-integral sizes in std::uninitialized_fill_n
The 8 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/c-family/c-common.c | 41 ++++++++
gcc/cp/call.c | 2 +-
gcc/cp/class.c | 86 ++++++++++-----
gcc/cp/cp-tree.h | 1 +
gcc/cp/decl.c | 8 +-
gcc/cp/decl2.c | 29 ++---
gcc/cp/method.c | 117 ++++++++-------------
gcc/cp/parser.c | 3 +-
gcc/testsuite/c-c++-common/pr95378.c | 111 +++++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/pr62101.C | 2 +-
gcc/testsuite/g++.dg/cpp0x/pr80259.C | 2 +-
gcc/testsuite/g++.dg/cpp2a/concepts-ca107.C | 33 ++++++
gcc/testsuite/g++.dg/cpp2a/concepts-friend8.C | 12 +++
gcc/testsuite/g++.dg/cpp2a/consteval17.C | 11 ++
gcc/testsuite/g++.dg/cpp2a/spaceship-synth9.C | 27 +++++
gcc/testsuite/g++.dg/warn/forward-inner.C | 9 +-
gcc/testsuite/gcc.target/aarch64/sve/pr95199.c | 17 +++
gcc/tree-vect-stmts.c | 17 +--
libstdc++-v3/include/bits/stl_uninitialized.h | 26 +++--
.../uninitialized_default_n/sizes.cc | 72 +++++++++++++
.../uninitialized_fill_n/sizes.cc} | 42 +++++---
.../uninitialized_value_construct_n/sizes.cc | 73 +++++++++++++
22 files changed, 583 insertions(+), 158 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/pr95378.c
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-ca107.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-friend8.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/consteval17.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/spaceship-synth9.C
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/pr95199.c
create mode 100644 libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitial [...]
copy libstdc++-v3/testsuite/{30_threads/stop_token/stop_token/stop_possible.cc => [...]
create mode 100644 libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitial [...]
--
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 2951f6c068f gdb/regformats: remove unused regformats/reg-*.dat
new efb763a5ea3 gdb: check for partial symtab presence in dwarf2_initialize [...]
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 | 5 +++
gdb/dwarf2/read.c | 8 +++++
gdb/testsuite/ChangeLog | 5 +++
.../index-cache-load-twice.c} | 0
gdb/testsuite/gdb.base/index-cache-load-twice.exp | 42 ++++++++++++++++++++++
5 files changed, 60 insertions(+)
copy gdb/testsuite/{gdb.btrace/multi-inferior.c => gdb.base/index-cache-load-twice [...]
create mode 100644 gdb/testsuite/gdb.base/index-cache-load-twice.exp
--
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 43327b208ec Pass INTERNAL_GDBFLAGS when executing GDB
new 3af96c0d99d gdb/features: remove rx.xml from XMLTOC list
new 7d458ea516b gdb, gdbserver: remove ARM regdat files
new 2951f6c068f gdb/regformats: remove unused regformats/reg-*.dat
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:
gdb/ChangeLog | 22 +++++++++++
gdb/features/Makefile | 5 +--
gdb/regformats/arm/arm-with-iwmmxt.dat | 53 ---------------------------
gdb/regformats/arm/arm-with-neon.dat | 64 --------------------------------
gdb/regformats/arm/arm-with-vfpv2.dat | 48 ------------------------
gdb/regformats/arm/arm-with-vfpv3.dat | 64 --------------------------------
gdb/regformats/reg-arm.dat | 29 ---------------
gdb/regformats/reg-bfin.dat | 56 ----------------------------
gdb/regformats/reg-cris.dat | 35 ------------------
gdb/regformats/reg-crisv32.dat | 54 ---------------------------
gdb/regformats/reg-m32r.dat | 27 --------------
gdb/regformats/reg-tilegx.dat | 67 ----------------------------------
gdb/regformats/reg-tilegx32.dat | 67 ----------------------------------
gdbserver/ChangeLog | 5 +++
gdbserver/Makefile.in | 3 --
15 files changed, 28 insertions(+), 571 deletions(-)
delete mode 100644 gdb/regformats/arm/arm-with-iwmmxt.dat
delete mode 100644 gdb/regformats/arm/arm-with-neon.dat
delete mode 100644 gdb/regformats/arm/arm-with-vfpv2.dat
delete mode 100644 gdb/regformats/arm/arm-with-vfpv3.dat
delete mode 100644 gdb/regformats/reg-arm.dat
delete mode 100644 gdb/regformats/reg-bfin.dat
delete mode 100644 gdb/regformats/reg-cris.dat
delete mode 100644 gdb/regformats/reg-crisv32.dat
delete mode 100644 gdb/regformats/reg-m32r.dat
delete mode 100644 gdb/regformats/reg-tilegx.dat
delete mode 100644 gdb/regformats/reg-tilegx32.dat
--
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 linux.
from 69119673bd50 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
new 3ee06a6d532f dma-pool: fix too large DMA pools on medium memory size systems
new dbed452a078d dma-pool: decouple DMA_REMAP from DMA_COHERENT_POOL
new 1b5044021070 Merge tag 'dma-mapping-5.8-3' of git://git.infradead.org/u [...]
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:
kernel/dma/Kconfig | 10 +++++-----
kernel/dma/pool.c | 7 +++----
2 files changed, 8 insertions(+), 9 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.