This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from a039bab9575 libgcobol: mark riscv64-*-linux* as supported target
new f62e5d720de libstdc++: Implement formatter for ranges and range_formatt [...]
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/std/format | 505 ++++++++++++++++++---
libstdc++-v3/src/c++23/std.cc.in | 6 +
.../testsuite/23_containers/vector/bool/format.cc | 6 +
.../testsuite/std/format/formatter/lwg3944.cc | 4 +-
.../testsuite/std/format/formatter/requirements.cc | 14 +-
.../testsuite/std/format/ranges/format_kind.cc | 94 ++++
.../testsuite/std/format/ranges/formatter.cc | 145 ++++++
.../testsuite/std/format/ranges/sequence.cc | 190 ++++++++
libstdc++-v3/testsuite/std/format/ranges/string.cc | 226 +++++++++
9 files changed, 1125 insertions(+), 65 deletions(-)
create mode 100644 libstdc++-v3/testsuite/std/format/ranges/format_kind.cc
create mode 100644 libstdc++-v3/testsuite/std/format/ranges/formatter.cc
create mode 100644 libstdc++-v3/testsuite/std/format/ranges/sequence.cc
create mode 100644 libstdc++-v3/testsuite/std/format/ranges/string.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 88891208c3f RISC-V: Add missing disassembler option `max`
new fc3696543b4 gdb/dwarf: rename some functions to specify "dwo"
new 774935aa0c2 gdb/dwarf: skip type units in create_dwo_cus_hash_table
new ac4a73ff042 [gdb/testsuite] Fix gdb.ada/scalar_storage.exp on s390x
new 7bef406490d [gdb/ada] Fix gdb.ada/overloads.exp on s390x
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:
gdb/ada-lang.c | 4 ++--
gdb/dwarf2/read.c | 31 +++++++++++++++++++------------
gdb/testsuite/gdb.ada/scalar_storage.exp | 28 ++++++++++++++++++++++++----
3 files changed, 45 insertions(+), 18 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 99cd28c4733 Fortran/OpenMP: Support automatic mapping allocatable compo [...]
new a039bab9575 libgcobol: mark riscv64-*-linux* as supported target
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:
libgcobol/configure.tgt | 5 +++++
1 file changed, 5 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 gcc.
from b4cf69503bc ipa-bit-cp: Fix adjusting value according to mask (PR119803)
new 6d9fdf4bf57 Locality cloning pass: -fipa-reorder-for-locality
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:
...{bootstrap-lto.mk => bootstrap-lto-locality.mk} | 12 +-
gcc/Makefile.in | 2 +
gcc/cgraph.h | 1 +
gcc/cgraphclones.cc | 2 +-
gcc/common.opt | 9 +-
gcc/doc/invoke.texi | 32 +-
gcc/flag-types.h | 10 +-
gcc/ipa-locality-cloning.cc | 1137 ++++++++++++++++++++
gcc/{lto/common.h => ipa-locality-cloning.h} | 30 +-
gcc/lto-cgraph.cc | 2 +
gcc/lto/lto-partition.cc | 126 +++
gcc/lto/lto-partition.h | 1 +
gcc/lto/lto.cc | 4 +-
gcc/opts.cc | 23 +
gcc/params.opt | 27 +
gcc/passes.def | 1 +
gcc/timevar.def | 1 +
gcc/tree-pass.h | 1 +
18 files changed, 1389 insertions(+), 32 deletions(-)
copy config/{bootstrap-lto.mk => bootstrap-lto-locality.mk} (55%)
create mode 100644 gcc/ipa-locality-cloning.cc
copy gcc/{lto/common.h => ipa-locality-cloning.h} (60%)
--
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 4ec931c5e51 libstdc++: Document thread-safety for COW std::string [PR21334]
new 3dc43f7f439 c++: wrong targs in satisfaction diagnostic context line [PR99214]
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/constraint.cc | 4 +++-
gcc/testsuite/g++.dg/concepts/diagnostic20.C | 13 +++++++++++++
2 files changed, 16 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/concepts/diagnostic20.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 074b2b0f91f d: Fix internal compiler error: in visit, at d/decl.cc:838 [...]
new b4cf69503bc ipa-bit-cp: Fix adjusting value according to mask (PR119803)
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-cp.cc | 6 +++---
gcc/testsuite/gcc.dg/ipa/pr119803.c | 16 ++++++++++++++++
2 files changed, 19 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/ipa/pr119803.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 369461d0749 c++: prev declared hidden tmpl friend inst, cont [PR119807]
new 074b2b0f91f d: Fix internal compiler error: in visit, at d/decl.cc:838 [...]
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/d/decl.cc | 15 ++++++++++-----
gcc/testsuite/gdc.dg/import-c/{pr119761.d => pr119799.d} | 2 +-
gcc/testsuite/gdc.dg/import-c/pr119799c.c | 1 +
3 files changed, 12 insertions(+), 6 deletions(-)
copy gcc/testsuite/gdc.dg/import-c/{pr119761.d => pr119799.d} (53%)
create mode 100644 gcc/testsuite/gdc.dg/import-c/pr119799c.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 bf115fd4577 ipa-cp: Fix up ipcp_print_widest_int
new f5ed7d19c96 d: Fix ICE in dwarf2out_imported_module_or_decl, at dwarf2o [...]
new 369461d0749 c++: prev declared hidden tmpl friend inst, cont [PR119807]
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/pt.cc | 4 +++
gcc/d/imports.cc | 6 +++-
gcc/testsuite/g++.dg/template/friend86.C | 25 +++++++++++++
gcc/testsuite/g++.dg/template/friend87.C | 42 ++++++++++++++++++++++
gcc/testsuite/gdc.dg/debug/imports/m119817/a.d | 2 ++
gcc/testsuite/gdc.dg/debug/imports/m119817/b.d | 2 ++
.../gdc.dg/debug/imports/m119817/package.d | 4 +++
gcc/testsuite/gdc.dg/debug/pr119817.d | 6 ++++
8 files changed, 90 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/template/friend86.C
create mode 100644 gcc/testsuite/g++.dg/template/friend87.C
create mode 100644 gcc/testsuite/gdc.dg/debug/imports/m119817/a.d
create mode 100644 gcc/testsuite/gdc.dg/debug/imports/m119817/b.d
create mode 100644 gcc/testsuite/gdc.dg/debug/imports/m119817/package.d
create mode 100644 gcc/testsuite/gdc.dg/debug/pr119817.d
--
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 07565115371 tailc: Fix up musttail calls vs. -fsanitize=thread [PR119801]
new bf115fd4577 ipa-cp: Fix up ipcp_print_widest_int
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-cp.cc | 24 +++++++++++++++++-------
1 file changed, 17 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.