This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 51b85dfeb19 tree-object-size: Fall back to wholesize for non-const offset
new e4d417417f8 aarch64: libgcc: Cleanup warnings in lse.S
new d806810f02a aarch64: libgcc: add prototypes in cpuinfo
new 71c7b446b98 aarch64: libgcc: Use -Werror
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:
libgcc/config/aarch64/cpuinfo.c | 2 ++
libgcc/config/aarch64/lse.S | 4 ++++
libgcc/config/aarch64/t-aarch64 | 1 +
3 files changed, 7 insertions(+)
--
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 ed3228de9b3 PR32260: Improve error handling on string merging
new 22ae2e1f702 Fix for -Wstringop-overflow false positive
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:
bfd/merge.c | 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 releases/gcc-14
in repository gcc.
from 36de56d3d64 c++: ICE with -Wtautological-compare in template [PR116534]
new c468a0051a5 c++: checking ICE w/ constexpr if and lambda as def targ [P [...]
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/cp/pt.cc | 7 ++++++-
gcc/testsuite/g++.dg/cpp2a/lambda-targ9.C | 16 ++++++++++++++++
2 files changed, 22 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/lambda-targ9.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 gcc.
from c9621536330 doc: remove outdated C++ Concepts section
new b12c9ce2452 AVR: Rename test case to according PR number.
new 51b85dfeb19 tree-object-size: Fall back to wholesize for non-const offset
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/testsuite/gcc.dg/builtin-object-size-1.c | 21 +++++++++++++++++++++
.../avr/torture/{lra-pr116550-2.c => pr117189.c} | 0
gcc/tree-object-size.cc | 6 +++---
3 files changed, 24 insertions(+), 3 deletions(-)
rename gcc/testsuite/gcc.target/avr/torture/{lra-pr116550-2.c => pr117189.c} (100%)
--
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 34f93a568c4 [gdb/testsuite] Fix gdb.ada/fixed_points.exp for gcc < 10
new ed3228de9b3 PR32260: Improve error handling on string merging
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:
bfd/merge.c | 38 +++++++++++++++++++++++++-------------
1 file changed, 25 insertions(+), 13 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 dc295054c4b i386: Fix expand_vector_set for VEC_MERGE/VEC_DUPLICATE RTX [...]
new cc8c7e44145 libstdc++: Tweak %c formatting for chrono types
new 9a32bdc9b5c libstdc++: Fix localized %c formatting for <chrono> [PR117085]
new 3c8142bd867 libstdc++: Fix condition for ranges::copy to use memmove [P [...]
new 360db9ef594 libstdc++: Use std::move for iterator in ranges::fill [PR117094]
new ba0245930bc libstdc++: Implement LWG 3564 for ranges::transform_view
new aa0bee77b6d libstdc++: Make debug sequence members mutable [PR116369]
new bf88c9a1549 libstdc++: Fix Python deprecation warning in printers.py
new a71a9d25db1 libstdc++: Specialize std::disable_sized_sentinel_for for s [...]
new d166c3ecf63 libstdc++: Use direct-initialization for std::vector<bool>' [...]
new bdf15cc4ac4 libstdc++: Make std::basic_format_context non-copyable [PR114387]
new e085eeb59c9 libstdc++: Remove std::basic_format_args default constructo [...]
new 2356f1d088b libstdc++: Fix fs::hard_link_count behaviour on MinGW [PR113663]
new 8b3e47b4099 libstdc++: Fix overwriting files with fs::copy_file on Windows
new 8517f7053b8 libstdc++: Fix error handling in fs::hard_link_count for Windows
new 68e267ea80e libstdc++: Document missing features for old std::string AB [...]
new 39236ff8262 libstdc++: Populate std::time_get::get's %c format for C locale
new 074bea39b01 libstdc++: Populate generic std::time_get's wide %c format [...]
The 17 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:
.../config/locale/dragonfly/time_members.cc | 16 +--
libstdc++-v3/config/locale/generic/time_members.cc | 16 +--
libstdc++-v3/config/locale/gnu/time_members.cc | 16 +--
libstdc++-v3/doc/html/manual/using_dual_abi.html | 18 ++-
libstdc++-v3/doc/xml/manual/using.xml | 26 ++++-
libstdc++-v3/include/bits/chrono_io.h | 14 ++-
libstdc++-v3/include/bits/ranges_algobase.h | 4 +-
libstdc++-v3/include/bits/stl_bvector.h | 2 +-
libstdc++-v3/include/bits/stl_iterator.h | 8 ++
libstdc++-v3/include/debug/safe_base.h | 4 +-
libstdc++-v3/include/std/format | 9 +-
libstdc++-v3/include/std/ranges | 9 +-
libstdc++-v3/python/libstdcxx/v6/printers.py | 19 ++-
libstdc++-v3/src/c++17/fs_ops.cc | 127 +++++++++++++--------
libstdc++-v3/src/filesystem/ops-common.h | 10 +-
libstdc++-v3/src/filesystem/ops.cc | 18 ++-
.../testsuite/22_locale/time_get/get/char/5.cc | 37 ++++++
.../testsuite/22_locale/time_get/get/wchar_t/5.cc | 37 ++++++
.../23_containers/vector/allocator/115854.cc | 10 ++
.../23_containers/vector/bool/allocator/115854.cc | 10 ++
.../24_iterators/move_iterator/lwg3736.cc | 52 +++++++++
.../testsuite/25_algorithms/fill/constrained.cc | 34 ++++++
.../testsuite/27_io/filesystem/operations/copy.cc | 9 ++
.../27_io/filesystem/operations/copy_file.cc | 122 ++++++++++++++++++++
.../27_io/filesystem/operations/hard_link_count.cc | 61 ++++++++++
.../testsuite/std/format/arguments/args.cc | 4 +
libstdc++-v3/testsuite/std/format/context.cc | 36 ++++++
.../testsuite/std/ranges/adaptors/transform.cc | 19 +++
.../testsuite/std/time/{ => format}/format.cc | 0
libstdc++-v3/testsuite/std/time/format/pr117085.cc | 19 +++
30 files changed, 668 insertions(+), 98 deletions(-)
create mode 100644 libstdc++-v3/testsuite/22_locale/time_get/get/char/5.cc
create mode 100644 libstdc++-v3/testsuite/22_locale/time_get/get/wchar_t/5.cc
create mode 100644 libstdc++-v3/testsuite/23_containers/vector/allocator/115854.cc
create mode 100644 libstdc++-v3/testsuite/23_containers/vector/bool/allocator/115854.cc
create mode 100644 libstdc++-v3/testsuite/24_iterators/move_iterator/lwg3736.cc
create mode 100644 libstdc++-v3/testsuite/27_io/filesystem/operations/hard_link_count.cc
create mode 100644 libstdc++-v3/testsuite/std/format/context.cc
rename libstdc++-v3/testsuite/std/time/{ => format}/format.cc (100%)
create mode 100644 libstdc++-v3/testsuite/std/time/format/pr117085.cc
--
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 4cb77761d68 LoongArch: Check PC-relative relocations for shared libraries
new 34f93a568c4 [gdb/testsuite] Fix gdb.ada/fixed_points.exp for gcc < 10
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/fixed_points.exp | 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 releases/gcc-14
in repository gcc.
from 8be94d56431 i386: Fix expand_vector_set for VEC_MERGE/VEC_DUPLICATE RTX [...]
new 420e17e642e c++: ICE with ()-init and TARGET_EXPR eliding [PR116424]
new 0784e8934e9 c++: wrong error due to std::initializer_list opt [PR116476]
new 36de56d3d64 c++: ICE with -Wtautological-compare in template [PR116534]
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/call.cc | 6 +++++-
gcc/cp/typeck2.cc | 14 +++++++-------
gcc/fold-const.cc | 12 +++++++++---
gcc/testsuite/g++.dg/cpp0x/initlist-opt2.C | 21 +++++++++++++++++++++
gcc/testsuite/g++.dg/cpp2a/paren-init38.C | 20 ++++++++++++++++++++
gcc/testsuite/g++.dg/warn/Wtautological-compare4.C | 21 +++++++++++++++++++++
6 files changed, 83 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/initlist-opt2.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/paren-init38.C
create mode 100644 gcc/testsuite/g++.dg/warn/Wtautological-compare4.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 gcc.
from 2390cbad85c SH: Fix typo of commit b717c462b96e
new c9621536330 doc: remove outdated C++ Concepts section
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 | 44 --------------------------------------------
1 file changed, 44 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 7721dcad5c6 Add myself to gdb/MAINTAINERS
new 4cb77761d68 LoongArch: Check PC-relative relocations for shared libraries
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:
bfd/elfnn-loongarch.c | 21 +++++++++++++++++++++
.../ld-loongarch-elf/bad_pcala_hi20_global.d | 5 +++++
.../ld-loongarch-elf/bad_pcala_hi20_global.s | 8 ++++++++
ld/testsuite/ld-loongarch-elf/bad_pcala_hi20_weak.d | 5 +++++
ld/testsuite/ld-loongarch-elf/bad_pcala_hi20_weak.s | 9 +++++++++
.../ld-loongarch-elf/bad_pcrel20_s2_global.d | 5 +++++
.../ld-loongarch-elf/bad_pcrel20_s2_global.s | 8 ++++++++
ld/testsuite/ld-loongarch-elf/bad_pcrel20_s2_weak.d | 5 +++++
ld/testsuite/ld-loongarch-elf/bad_pcrel20_s2_weak.s | 9 +++++++++
ld/testsuite/ld-loongarch-elf/data-plt.s | 1 +
ld/testsuite/ld-loongarch-elf/ld-loongarch-elf.exp | 4 ++++
11 files changed, 80 insertions(+)
create mode 100644 ld/testsuite/ld-loongarch-elf/bad_pcala_hi20_global.d
create mode 100644 ld/testsuite/ld-loongarch-elf/bad_pcala_hi20_global.s
create mode 100644 ld/testsuite/ld-loongarch-elf/bad_pcala_hi20_weak.d
create mode 100644 ld/testsuite/ld-loongarch-elf/bad_pcala_hi20_weak.s
create mode 100644 ld/testsuite/ld-loongarch-elf/bad_pcrel20_s2_global.d
create mode 100644 ld/testsuite/ld-loongarch-elf/bad_pcrel20_s2_global.s
create mode 100644 ld/testsuite/ld-loongarch-elf/bad_pcrel20_s2_weak.d
create mode 100644 ld/testsuite/ld-loongarch-elf/bad_pcrel20_s2_weak.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.