This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from d2ad7e90834 libgomp: Add is_integrated_apu function to plugin/plugin-{g [...]
new 53085a46e7f arm: Fix support_vector_misalignment.
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/arm/arm.cc | 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 aaa7ac48bd8 tree-optimization/122225 - fix return stmt verification
new d2ad7e90834 libgomp: Add is_integrated_apu function to plugin/plugin-{g [...]
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:
include/hsa_ext_amd.h | 10 +++++++-
libgomp/plugin/plugin-gcn.c | 55 +++++++++++++++++++++++++++++++++++++++++++
libgomp/plugin/plugin-nvptx.c | 18 ++++++++++++++
3 files changed, 82 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 ef29eabf551 libstdc++: Adjust enable_nonlocking_formatter_optimization [...]
new aaa7ac48bd8 tree-optimization/122225 - fix return stmt verification
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/tree-cfg.cc | 8 ++------
1 file changed, 2 insertions(+), 6 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 552ddbabb5d aarch64: Add support for FEAT_SSVE_BITPERM
new d4c517eec10 bfd/ELF: don't lose trailing globals from SHF_MERGE sections
new 5690a49ac79 x86: PadLock adjustments
new 6e3954c79e8 x86: introduce PadLock predicate
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:
bfd/merge.c | 3 +-
gas/config/tc-i386.c | 32 ++++-----
gas/testsuite/gas/i386/i386.exp | 1 +
gas/testsuite/gas/i386/padlock-bad.l | 5 ++
gas/testsuite/gas/i386/padlock-bad.s | 17 +++++
opcodes/i386-gen.c | 2 +
opcodes/i386-init.h | 12 ++--
opcodes/i386-opc.h | 11 +--
opcodes/i386-opc.tbl | 43 ++++++------
opcodes/i386-tbl.h | 130 +++++++++++++++++------------------
10 files changed, 142 insertions(+), 114 deletions(-)
create mode 100644 gas/testsuite/gas/i386/padlock-bad.l
create mode 100644 gas/testsuite/gas/i386/padlock-bad.s
--
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 c8b388a9489 libstdc++: Implement P3235R3 optimizations for std::print [ [...]
new ef29eabf551 libstdc++: Adjust enable_nonlocking_formatter_optimization [...]
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 | 98 +++++++++++++---------
libstdc++-v3/include/std/format | 12 +--
libstdc++-v3/include/std/queue | 10 ++-
libstdc++-v3/include/std/stack | 5 +-
.../testsuite/std/format/ranges/adaptors.cc | 9 +-
libstdc++-v3/testsuite/std/format/tuple.cc | 5 +-
.../testsuite/std/time/format/nonlocking.cc | 40 ++++-----
7 files changed, 102 insertions(+), 77 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 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.