This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 90dde804626 libstdc++: Handle cv-qualified types in atomic and atomic_r [...]
new 8bd872f1ea7 libstdc++: Implement P3107R5 optimizations for std::print [ [...]
new c8b388a9489 libstdc++: Implement P3235R3 optimizations for std::print [ [...]
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:
libstdc++-v3/acinclude.m4 | 83 ++++++
libstdc++-v3/config.h.in | 9 +
libstdc++-v3/configure | 148 +++++++++++
libstdc++-v3/configure.ac | 3 +
libstdc++-v3/include/bits/chrono_io.h | 172 +++++++++++++
libstdc++-v3/include/bits/formatfwd.h | 5 +
libstdc++-v3/include/bits/version.def | 2 +-
libstdc++-v3/include/bits/version.h | 4 +-
libstdc++-v3/include/std/format | 108 +++++++-
libstdc++-v3/include/std/ostream | 17 +-
libstdc++-v3/include/std/print | 284 ++++++++++++++++++++-
libstdc++-v3/include/std/queue | 15 ++
libstdc++-v3/include/std/stack | 7 +
libstdc++-v3/include/std/stacktrace | 12 +
libstdc++-v3/include/std/thread | 7 +
libstdc++-v3/include/std/vector | 7 +
.../testsuite/23_containers/vector/bool/format.cc | 1 +
libstdc++-v3/testsuite/27_io/print/1.cc | 56 +++-
.../testsuite/30_threads/thread/id/output.cc | 5 +-
.../testsuite/std/format/formatter/nonlocking.cc | 59 +++++
.../testsuite/std/format/ranges/adaptors.cc | 10 +
.../testsuite/std/format/ranges/formatter.cc | 14 +-
libstdc++-v3/testsuite/std/format/tuple.cc | 37 +++
.../testsuite/std/time/format/custom_rep.h | 92 +++++++
.../testsuite/std/time/format/empty_spec.cc | 89 +------
.../testsuite/std/time/format/nonlocking.cc | 164 ++++++++++++
26 files changed, 1297 insertions(+), 113 deletions(-)
create mode 100644 libstdc++-v3/testsuite/std/format/formatter/nonlocking.cc
create mode 100644 libstdc++-v3/testsuite/std/time/format/custom_rep.h
create mode 100644 libstdc++-v3/testsuite/std/time/format/nonlocking.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 gcc.
from b9a2dfbd391 libstdc++: Improve handling of !ok() weekday index in forma [...]
new 90dde804626 libstdc++: Handle cv-qualified types in atomic and atomic_r [...]
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 | 566 +++++++--------------
libstdc++-v3/include/std/atomic | 5 +
.../29_atomics/atomic/requirements/types_neg.cc | 4 +-
.../testsuite/29_atomics/atomic_ref/bool.cc | 94 +++-
.../testsuite/29_atomics/atomic_ref/cv_qual.cc | 94 ++++
.../testsuite/29_atomics/atomic_ref/deduction.cc | 33 +-
.../testsuite/29_atomics/atomic_ref/float.cc | 21 +-
.../testsuite/29_atomics/atomic_ref/generic.cc | 6 +
.../testsuite/29_atomics/atomic_ref/integral.cc | 6 +
.../testsuite/29_atomics/atomic_ref/op_support.cc | 113 ++++
.../testsuite/29_atomics/atomic_ref/pointer.cc | 6 +
.../29_atomics/atomic_ref/requirements.cc | 68 ++-
.../29_atomics/atomic_ref/requirements_neg.cc | 34 ++
.../testsuite/29_atomics/atomic_ref/wait_notify.cc | 10 +
14 files changed, 621 insertions(+), 439 deletions(-)
create mode 100644 libstdc++-v3/testsuite/29_atomics/atomic_ref/cv_qual.cc
create mode 100644 libstdc++-v3/testsuite/29_atomics/atomic_ref/op_support.cc
create mode 100644 libstdc++-v3/testsuite/29_atomics/atomic_ref/requirements_neg.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 gcc.
from ea7fa6bf487 Daily bump.
new b9a2dfbd391 libstdc++: Improve handling of !ok() weekday index in forma [...]
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/chrono_io.h | 29 ++++++++++++----------
.../testsuite/std/time/year_month_weekday/io.cc | 9 +++----
2 files changed, 20 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 PR76816
in repository dejagnu.
at bc809b7 Add ANSI prototypes to testglue.c
This branch includes the following new commits:
new 5957611 Annotate #ifdef blocks in testglue.c
new bc809b7 Add ANSI prototypes to testglue.c
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.
--
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 5a83a403d1 Alphabetize nss/Makefile
new 33eff78c8b libio: Add terminating NUL when the first character is EOF i [...]
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:
libio/iogetdelim.c | 1 +
libio/tst-getdelim.c | 17 +++++++++++++++++
2 files changed, 18 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 releases/gcc-15
in repository gcc.
from 296904ba315 AVR: target/122222 - Add modules for __floatsidf, __floatunsidf.
new 7b462d3c88f Daily bump.
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/DATESTAMP | 2 +-
gcc/testsuite/ChangeLog | 32 +++++++++++++++++++++++++++++++
libgcc/config/avr/libf7/ChangeLog | 40 +++++++++++++++++++++++++++++++++++++++
3 files changed, 73 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 releases/gcc-14
in repository gcc.
from fcae8c376ad AVR: target/122222 - Add modules for __floatsidf, __floatunsidf.
new cf0cf4712fd Daily bump.
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/DATESTAMP | 2 +-
gcc/testsuite/ChangeLog | 54 +++++++++++++++++++++++++
libgcc/config/avr/libf7/ChangeLog | 83 +++++++++++++++++++++++++++++++++++++++
3 files changed, 138 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 releases/gcc-13
in repository gcc.
from f875cd8bfea Daily bump.
new 89c54380f60 Daily bump.
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/DATESTAMP | 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 master
in repository gcc.
from 4da48d69440 Revert "MIPS: Add conditions for use of the -mmips16e2 and [...]
new ea7fa6bf487 Daily bump.
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:
ChangeLog | 12 ++
gcc/ChangeLog | 423 ++++++++++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/analyzer/ChangeLog | 118 +++++++++++
gcc/c-family/ChangeLog | 24 +++
gcc/cp/ChangeLog | 41 ++++
gcc/fortran/ChangeLog | 10 +
gcc/testsuite/ChangeLog | 164 +++++++++++++++
include/ChangeLog | 14 ++
libatomic/ChangeLog | 11 +
libcc1/ChangeLog | 4 +
libgcc/config/avr/libf7/ChangeLog | 28 +++
libstdc++-v3/ChangeLog | 18 ++
13 files changed, 868 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.