This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 2b1b804de26 RISC-V: Specify -mabi for ztso testcases
new 5bfb5e772f6 VECT: Fix ICE on MASK_LEN_{LOAD, STORE} when no LEN recorde [...]
new db08a096e4b [committed] Fix subdi3 synthesis on rx port
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/rx/rx.md | 2 +-
gcc/testsuite/gcc.target/riscv/rvv/autovec/pr110989.c | 11 +++++++++++
gcc/tree-vect-stmts.cc | 12 +++---------
3 files changed, 15 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/pr110989.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 linux.
from 29d99aae13cf Merge tag 'acpi-6.5-rc6' of git://git.kernel.org/pub/scm/l [...]
new 4b5d1e47b694 zsmalloc: fix races between modifications of fullness and [...]
new f443fd5af5db crypto, cifs: fix error handling in extract_iter_to_sg()
new cac7ea57a060 radix tree test suite: fix incorrect allocation size for pthreads
new f985fc322063 mm/swapfile: fix wrong swap entry type for hwpoisoned swap [...]
new f29623e4a599 mm: memory-failure: fix potential unexpected return value [...]
new faeb2ff2c1c5 mm: memory-failure: avoid false hwpoison page mapped error info
new 32c877191e02 hugetlb: do not clear hugetlb dtor until allocating vmemmap
new 65294de30cb8 selftests: mm: ksm: fix incorrect evaluation of parameter
new 493614da0d4e mm: compaction: fix endless looping over same migrate block
new d1ef9dba07bf MAINTAINERS: add maple tree mailing list
new 17457784004c fs/proc/kcore: reinstate bounce buffer for KCORE_TEXT regions
new fac2650276ec selftests: cgroup: fix test_kmem_basic false positives
new f8654743a0e6 nilfs2: fix use-after-free of nilfs_root in dirtying inode [...]
new 5f1fc67f2cb8 mm/damon/core: initialize damo_filter->list from damos_new [...]
new 190bf7b14b0c Merge tag 'mm-hotfixes-stable-2023-08-11-13-44' of git://g [...]
The 15 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:
MAINTAINERS | 1 +
fs/nilfs2/inode.c | 8 ++++
fs/nilfs2/segment.c | 2 +
fs/nilfs2/the_nilfs.h | 2 +
fs/proc/kcore.c | 30 ++++++++++--
lib/scatterlist.c | 2 +-
mm/compaction.c | 8 ++--
mm/damon/core.c | 1 +
mm/hugetlb.c | 75 ++++++++++++++++++++----------
mm/ksm.c | 2 +
mm/memory-failure.c | 29 ++++++------
mm/swapfile.c | 8 ++--
mm/zsmalloc.c | 14 ++++--
tools/testing/radix-tree/regression1.c | 2 +-
tools/testing/selftests/cgroup/test_kmem.c | 4 ++
tools/testing/selftests/mm/ksm_tests.c | 1 +
16 files changed, 135 insertions(+), 54 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-13
in repository gcc.
from 5993775fa3a libstdc++: Handle invalid values in std::chrono pretty printers
new db6c4ba976a c++: member vs global template [PR106310]
new d3088f0ed25 c++: std::variant slow to compile [PR109678]
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.cc | 22 ++++++-----
gcc/cp/parser.cc | 20 ++++++----
gcc/testsuite/g++.dg/cpp1z/variant1.C | 47 +++++++++++++++++++++++
gcc/testsuite/g++.dg/template/template-keyword4.C | 18 +++++++++
4 files changed, 91 insertions(+), 16 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/variant1.C
create mode 100644 gcc/testsuite/g++.dg/template/template-keyword4.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-12
in repository gcc.
from 4d8ad4b62f6 Daily bump.
new 50812881bbc c++: fix 'unsigned typedef-name' extension [PR108099]
new c4212c41daa c++: array DMI and member fn [PR109666]
new 1cb272a8b16 c++: member vs global template [PR106310]
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/cp/decl.cc | 15 ++++++---
gcc/cp/init.cc | 11 ++-----
gcc/cp/name-lookup.cc | 37 +++++++++++++++++++++++
gcc/cp/name-lookup.h | 2 ++
gcc/cp/parser.cc | 20 +++++++-----
gcc/cp/pt.cc | 20 ++----------
gcc/testsuite/g++.dg/cpp0x/nsdmi-array2.C | 15 +++++++++
gcc/testsuite/g++.dg/cpp0x/nsdmi-template25.C | 18 +++++++++++
gcc/testsuite/g++.dg/ext/int128-7.C | 4 +++
gcc/testsuite/g++.dg/ext/int128-8.C | 24 +++++++++++++++
gcc/testsuite/g++.dg/ext/unsigned-typedef2.C | 25 +++++++++++++++
gcc/testsuite/g++.dg/ext/unsigned-typedef3.C | 25 +++++++++++++++
gcc/testsuite/g++.dg/template/template-keyword4.C | 18 +++++++++++
13 files changed, 195 insertions(+), 39 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/nsdmi-array2.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/nsdmi-template25.C
create mode 100644 gcc/testsuite/g++.dg/ext/int128-7.C
create mode 100644 gcc/testsuite/g++.dg/ext/int128-8.C
create mode 100644 gcc/testsuite/g++.dg/ext/unsigned-typedef2.C
create mode 100644 gcc/testsuite/g++.dg/ext/unsigned-typedef3.C
create mode 100644 gcc/testsuite/g++.dg/template/template-keyword4.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 f8b12b8e104 Fix Python documentation for range type fields
new a2d9ce47dee gdb.ada/mi_var_access.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/gdb.ada/mi_var_access.exp | 11 +++++++++--
1 file changed, 9 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 gcc.
from ce6c4d3b4d3 libstdc++: Implement C++20 std::chrono::parse [PR104167]
new 2b1b804de26 RISC-V: Specify -mabi for ztso testcases
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.target/riscv/amo-table-ztso-amo-add-1.c | 2 +-
gcc/testsuite/gcc.target/riscv/amo-table-ztso-amo-add-2.c | 2 +-
gcc/testsuite/gcc.target/riscv/amo-table-ztso-amo-add-3.c | 2 +-
gcc/testsuite/gcc.target/riscv/amo-table-ztso-amo-add-4.c | 2 +-
gcc/testsuite/gcc.target/riscv/amo-table-ztso-amo-add-5.c | 2 +-
gcc/testsuite/gcc.target/riscv/amo-table-ztso-compare-exchange-1.c | 2 +-
gcc/testsuite/gcc.target/riscv/amo-table-ztso-compare-exchange-2.c | 2 +-
gcc/testsuite/gcc.target/riscv/amo-table-ztso-compare-exchange-3.c | 2 +-
gcc/testsuite/gcc.target/riscv/amo-table-ztso-compare-exchange-4.c | 2 +-
gcc/testsuite/gcc.target/riscv/amo-table-ztso-compare-exchange-5.c | 2 +-
gcc/testsuite/gcc.target/riscv/amo-table-ztso-compare-exchange-6.c | 2 +-
gcc/testsuite/gcc.target/riscv/amo-table-ztso-compare-exchange-7.c | 2 +-
gcc/testsuite/gcc.target/riscv/amo-table-ztso-fence-1.c | 2 +-
gcc/testsuite/gcc.target/riscv/amo-table-ztso-fence-2.c | 2 +-
gcc/testsuite/gcc.target/riscv/amo-table-ztso-fence-3.c | 2 +-
gcc/testsuite/gcc.target/riscv/amo-table-ztso-fence-4.c | 2 +-
gcc/testsuite/gcc.target/riscv/amo-table-ztso-fence-5.c | 2 +-
gcc/testsuite/gcc.target/riscv/amo-table-ztso-load-1.c | 2 +-
gcc/testsuite/gcc.target/riscv/amo-table-ztso-load-2.c | 2 +-
gcc/testsuite/gcc.target/riscv/amo-table-ztso-load-3.c | 2 +-
gcc/testsuite/gcc.target/riscv/amo-table-ztso-store-1.c | 2 +-
gcc/testsuite/gcc.target/riscv/amo-table-ztso-store-2.c | 2 +-
gcc/testsuite/gcc.target/riscv/amo-table-ztso-store-3.c | 2 +-
gcc/testsuite/gcc.target/riscv/amo-table-ztso-subword-amo-add-1.c | 2 +-
gcc/testsuite/gcc.target/riscv/amo-table-ztso-subword-amo-add-2.c | 2 +-
gcc/testsuite/gcc.target/riscv/amo-table-ztso-subword-amo-add-3.c | 2 +-
gcc/testsuite/gcc.target/riscv/amo-table-ztso-subword-amo-add-4.c | 2 +-
gcc/testsuite/gcc.target/riscv/amo-table-ztso-subword-amo-add-5.c | 2 +-
28 files changed, 28 insertions(+), 28 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.