This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 7580e39452b icf: Reset SSA_NAME_{PTR,RANGE}_INFO in successfully merged [...]
new fd710438840 gcn: Fix a comment typo
new df483ebd246 libstdc++: Add nodiscard in <algorithm>
new f89cfdb2f2e libstdc++: Fix std::format("{}", negative_integer) [PR114325]
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/config/gcn/gcn-hsa.h | 2 +-
libstdc++-v3/include/bits/stl_algo.h | 102 ++++++++++-----------
libstdc++-v3/include/bits/stl_algobase.h | 32 +++----
libstdc++-v3/include/bits/stl_heap.h | 8 +-
libstdc++-v3/include/std/format | 7 +-
.../testsuite/25_algorithms/equal/debug/1_neg.cc | 1 +
.../testsuite/25_algorithms/equal/debug/2_neg.cc | 1 +
.../testsuite/25_algorithms/equal/debug/3_neg.cc | 1 +
.../25_algorithms/find_first_of/concept_check_1.cc | 1 +
.../testsuite/25_algorithms/is_permutation/2.cc | 1 +
.../25_algorithms/lexicographical_compare/71545.cc | 1 +
.../testsuite/25_algorithms/lower_bound/33613.cc | 1 +
.../25_algorithms/lower_bound/debug/irreflexive.cc | 1 +
.../lower_bound/debug/partitioned_neg.cc | 1 +
.../lower_bound/debug/partitioned_pred_neg.cc | 1 +
libstdc++-v3/testsuite/25_algorithms/minmax/3.cc | 1 +
.../testsuite/25_algorithms/search/78346.cc | 1 +
.../testsuite/25_algorithms/search_n/58358.cc | 1 +
libstdc++-v3/testsuite/25_algorithms/unique/1.cc | 1 +
.../testsuite/25_algorithms/unique/11480.cc | 2 +-
.../testsuite/25_algorithms/upper_bound/33613.cc | 1 +
.../upper_bound/debug/partitioned_neg.cc | 1 +
.../upper_bound/debug/partitioned_pred_neg.cc | 1 +
libstdc++-v3/testsuite/ext/concept_checks.cc | 4 +
libstdc++-v3/testsuite/ext/is_heap/47709.cc | 1 +
libstdc++-v3/testsuite/ext/is_sorted/cxx0x.cc | 1 +
.../testsuite/std/format/functions/format.cc | 5 +
27 files changed, 105 insertions(+), 76 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 7aeedff6a42 PR modula2/114333 set type comparison against cardinal shou [...]
new 7580e39452b icf: Reset SSA_NAME_{PTR,RANGE}_INFO in successfully merged [...]
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/ipa-icf.cc | 32 ++++++++++++++++++++++++-
gcc/testsuite/gcc.dg/pr113907-1.c | 49 +++++++++++++++++++++++++++++++++++++++
2 files changed, 80 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/pr113907-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 b0e7d28eae1 Remove 'if' from GDB_PY_HANDLE_EXCEPTION
new 91e15dbaf9d Pass alignment when using GCC_C_FE_VERSION_2
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/compile/compile-c-types.c | 6 +++++-
gdb/testsuite/gdb.compile/compile.c | 7 +++++++
gdb/testsuite/gdb.compile/compile.exp | 3 +++
3 files changed, 15 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 f98b85b1ef7 LoongArch: Remove unused and incorrect "sge<u>_<X:mode><GPR [...]
new 7aeedff6a42 PR modula2/114333 set type comparison against cardinal shou [...]
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/m2/gm2-compiler/M2GenGCC.mod | 438 +++++++++++++--------
.../gm2/pim/fail/{badset1.mod => badset5.mod} | 6 +-
gcc/testsuite/gm2/pim/fail/badset6.mod | 23 ++
3 files changed, 290 insertions(+), 177 deletions(-)
copy gcc/testsuite/gm2/pim/fail/{badset1.mod => badset5.mod} (73%)
create mode 100644 gcc/testsuite/gm2/pim/fail/badset6.mod
--
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 0adc8c5f146 libstdc++: Add missing clear_padding in __atomic_float constructor
new f98b85b1ef7 LoongArch: Remove unused and incorrect "sge<u>_<X:mode><GPR [...]
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/loongarch/loongarch.md | 10 ----------
1 file changed, 10 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 9a03f218534 [gdb/tdep] Fix gdb.base/watchpoint-unaligned.exp on aarch64
new b0e7d28eae1 Remove 'if' from GDB_PY_HANDLE_EXCEPTION
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/python/py-breakpoint.c | 10 ++--------
gdb/python/py-inferior.c | 10 ++--------
gdb/python/py-infthread.c | 1 -
gdb/python/py-value.c | 16 +++++-----------
gdb/python/python-internal.h | 22 ++++++++--------------
5 files changed, 17 insertions(+), 42 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 38958ac987d OpenACC 2.7: front-end support for readonly modifier: Add b [...]
new 0adc8c5f146 libstdc++: Add missing clear_padding in __atomic_float constructor
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/include/bits/atomic_base.h | 2 +-
.../atomic_float/compare_exchange_padding.cc | 53 ++++++++++++++++++++++
2 files changed, 54 insertions(+), 1 deletion(-)
create mode 100644 libstdc++-v3/testsuite/29_atomics/atomic_float/compare_exchange [...]
--
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 9349aefa1df aarch64: Fix TImode __sync_*_compare_and_exchange expansion [...]
new 25242ed8eb9 Fix 'char' initialization, copy, check in 'libgomp.oacc-for [...]
new 473c6123ffa Minor fixes for OpenACC/Fortran 'self' clause for compute c [...]
new 38958ac987d OpenACC 2.7: front-end support for readonly modifier: Add b [...]
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/fortran/dump-parse-tree.cc | 6 ++++++
gcc/fortran/openmp.cc | 1 +
gcc/fortran/trans-openmp.cc | 2 --
gcc/testsuite/c-c++-common/goacc/readonly-1.c | 5 +++++
gcc/testsuite/gfortran.dg/goacc/readonly-1.f90 | 6 ++++++
libgomp/testsuite/libgomp.oacc-fortran/acc-memcpy.f90 | 8 +++-----
6 files changed, 21 insertions(+), 7 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 e6836bbbd7a libstdc++: Correct notes about std::call_once in manual [PR66146]
new 075104eef6d s390: fix htm-builtins test cases
new 9349aefa1df aarch64: Fix TImode __sync_*_compare_and_exchange expansion [...]
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/aarch64/aarch64.cc | 2 ++
gcc/testsuite/gcc.dg/pr114310.c | 20 ++++++++++++++++++++
gcc/testsuite/gcc.target/s390/htm-builtins-1.c | 4 +++-
gcc/testsuite/gcc.target/s390/htm-builtins-2.c | 4 +++-
4 files changed, 28 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr114310.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.
"Adhemerval Zanella pushed a change to branch master
in repository toolchain/abe.
from d6ddd39b lib/stamp.sh (check_stamp): Fix typo in previous commit
new fbd9d89e lib/make.sh: Fix test-container tests on armhf
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:
lib/make.sh | 56 +++++++++++++++++++++++++++++++++++++++++++++++++++-----
1 file changed, 51 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.