This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 696d8b9bf3f Widening-Mul: Try .SAT_SUB for PLUS_EXPR when one op is IMM
new b30eda6ad48 rs6000, add comment to VEC_IC definition
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/config/rs6000/vector.md | 3 ++-
1 file changed, 2 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 release/2.40/master
in repository glibc.
from 65fbcfe589 manual/stdio: Clarify putc and putwc
new 132a72f93c manual: make setrlimit() description less ambiguous
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:
manual/resource.texi | 4 ++--
1 file changed, 2 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 5dd825c15dc [gdb/testsuite] Fix gdb.gdb/index-file.exp with -g0
new 7e42bbed5b1 Add a test for the gcore script
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 | 6 ++-
gdb/gcore.in | 12 ++++--
gdb/testsuite/gdb.base/gcorebg.c | 76 +++++++++++++++++++++++++++++++++++
gdb/testsuite/gdb.base/gcorebg.exp | 82 ++++++++++++++++++++++++++++++++++++++
gdb/testsuite/lib/gdb.exp | 17 ++++++++
5 files changed, 189 insertions(+), 4 deletions(-)
create mode 100644 gdb/testsuite/gdb.base/gcorebg.c
create mode 100644 gdb/testsuite/gdb.base/gcorebg.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 glibc.
from 10de4a47ef manual/stdio: Clarify putc and putwc
new aedbf08891 manual: make setrlimit() description less ambiguous
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:
manual/resource.texi | 4 ++--
1 file changed, 2 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 312aea764b7 [gdb/testsuite] Remove PR31554 kfail in gdb.threads/leader- [...]
new 5dd825c15dc [gdb/testsuite] Fix gdb.gdb/index-file.exp with -g0
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.gdb/index-file.exp | 15 +++++++++++++--
1 file changed, 13 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 releases/gcc-14
in repository gcc.
from 61cb0c889e1 testsuite: Fix up consteval-prop21.C for 32-bit targets [PR115986]
new a7f1b00ed69 tree-optimization/116057 - wrong code with CCP and vector CTORs
new da7f0be91e2 c++: wrong error initializing empty class [PR115900]
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 | 14 ++++++++++----
gcc/testsuite/g++.dg/cpp2a/constexpr-init23.C | 22 ++++++++++++++++++++++
gcc/testsuite/gcc.dg/torture/pr116057.c | 20 ++++++++++++++++++++
gcc/tree-ssa-ccp.cc | 11 +++++++++++
4 files changed, 63 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/constexpr-init23.C
create mode 100644 gcc/testsuite/gcc.dg/torture/pr116057.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 release/2.39/master
in repository glibc.
from 51db012c94 resolv: Track single-request fallback via _res._flags (bug 31476)
new f11b7178a1 malloc: avoid global locks in tst-aligned_alloc-lib.c
new 946006d37c malloc: add multi-threaded tests for aligned_alloc/calloc/malloc
new b71a51189d manual/stdio: Clarify putc and putwc
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:
malloc/Makefile | 8 ++
...d.c => tst-aligned-alloc-random-thread-cross.c} | 8 +-
malloc/tst-aligned-alloc-random-thread.c | 145 +++++++++++++++++++++
malloc/tst-aligned_alloc-lib.c | 39 +++---
manual/stdio.texi | 12 +-
5 files changed, 183 insertions(+), 29 deletions(-)
copy malloc/{tst-interpose-static-nothread.c => tst-aligned-alloc-random-thread-cr [...]
create mode 100644 malloc/tst-aligned-alloc-random-thread.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 release/2.40/master
in repository glibc.
from 145b588637 Fix version number in NEWS file
new 2aebac5e15 malloc: avoid global locks in tst-aligned_alloc-lib.c
new 5d2a931a81 malloc: add multi-threaded tests for aligned_alloc/calloc/malloc
new 65fbcfe589 manual/stdio: Clarify putc and putwc
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:
malloc/Makefile | 8 ++
...d.c => tst-aligned-alloc-random-thread-cross.c} | 9 +-
malloc/tst-aligned-alloc-random-thread.c | 145 +++++++++++++++++++++
malloc/tst-aligned_alloc-lib.c | 39 +++---
manual/stdio.texi | 12 +-
5 files changed, 183 insertions(+), 30 deletions(-)
copy malloc/{tst-interpose-aux-thread.c => tst-aligned-alloc-random-thread-cross.c} (79%)
create mode 100644 malloc/tst-aligned-alloc-random-thread.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-14
in repository gcc.
from 98baaa17561 Fix ICE with -fdump-tree-moref
new f30caf1bda8 c++: ICE with concept, local class, and lambda [PR115561]
new 56d5f8a6051 c++: consteval propagation and templates [PR115986]
new 9662299593c c++: if consteval and consteval propagation [PR115583]
new 61cb0c889e1 testsuite: Fix up consteval-prop21.C for 32-bit targets [PR115986]
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/cp/constexpr.cc | 7 ++-
gcc/cp/cp-gimplify.cc | 4 ++
gcc/cp/semantics.cc | 2 +-
gcc/testsuite/g++.dg/cpp23/consteval-if13.C | 17 +++++++
gcc/testsuite/g++.dg/cpp2a/concepts-lambda21.C | 69 ++++++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp2a/consteval-prop21.C | 23 +++++++++
6 files changed, 119 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp23/consteval-if13.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-lambda21.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/consteval-prop21.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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from b7afc4c06 Add entry a9e9f772c7488ac0c09dd92f28890bdab939771a from https [...]
new 2059e68b6 Add entry a9e9f772c7488ac0c09dd92f28890bdab939771a from https [...]
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:
.../jira/description | 5 +++
.../jira/yaml | 5 +++
.../status.txt | 5 +++
.../master-arm-check_bootstrap/details.txt | 41 ++++++++--------------
.../reproduction_instructions.txt | 4 +--
.../master-arm-check_bootstrap}/status-summary.txt | 0
.../master-arm-check_bootstrap/status.txt | 4 +--
.../tcwg_bootstrap_check}/status-summary.txt | 0
.../tcwg_bootstrap_check/status.txt | 4 +--
9 files changed, 35 insertions(+), 33 deletions(-)
copy gcc/sha1/{8b5919bae11754f4b65a17e63663d3143f9615ac => a9e9f772c7488ac0c09dd92 [...]
copy gcc/sha1/a9e9f772c7488ac0c09dd92f28890bdab939771a/{tcwg_gcc_check/master-arm [...]
copy gcc/sha1/{1076ffda6ce5e6d5fc9577deaf8233e549e5787a => a9e9f772c7488ac0c09dd92 [...]
copy gcc/sha1/{1e3312a25a7b34d6e3f549273e1674c7114e4408 => a9e9f772c7488ac0c09dd92 [...]
copy gcc/sha1/{1076ffda6ce5e6d5fc9577deaf8233e549e5787a => a9e9f772c7488ac0c09dd92 [...]
copy gcc/sha1/{1e3312a25a7b34d6e3f549273e1674c7114e4408 => a9e9f772c7488ac0c09dd92 [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.