This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from d5e5007c4b5 c++: desig init in presence of list ctor [PR109871]
new 94a311abf78 libstdc++: Disable cacheline alignment for DJGPP [PR109741]
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/acinclude.m4 | 25 +++++++++++++++++++
libstdc++-v3/config.h.in | 4 +++
libstdc++-v3/configure | 48 ++++++++++++++++++++++++++++++++++++
libstdc++-v3/configure.ac | 3 +++
libstdc++-v3/src/c++11/shared_ptr.cc | 8 ++++--
5 files changed, 86 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-13
in repository gcc.
from 7fb7d49b3c7 LTO: Fix writing of toplevel asm with offloading [PR109816]
new 55088cf384d RISCV: Inline subword atomic ops
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/riscv/riscv-protos.h | 2 +
gcc/config/riscv/riscv.cc | 49 ++
gcc/config/riscv/riscv.opt | 4 +
gcc/config/riscv/sync.md | 303 ++++++++++-
gcc/doc/invoke.texi | 10 +-
gcc/testsuite/gcc.target/riscv/inline-atomics-1.c | 18 +
gcc/testsuite/gcc.target/riscv/inline-atomics-2.c | 9 +
gcc/testsuite/gcc.target/riscv/inline-atomics-3.c | 569 +++++++++++++++++++++
gcc/testsuite/gcc.target/riscv/inline-atomics-4.c | 566 ++++++++++++++++++++
.../riscv/inline-atomics-5.c} | 23 +-
.../riscv/inline-atomics-6.c} | 23 +-
.../riscv/inline-atomics-7.c} | 5 +-
.../testsuite/gcc.target/riscv/inline-atomics-8.c | 4 +-
libgcc/config/riscv/atomic.c | 2 +
14 files changed, 1560 insertions(+), 27 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/riscv/inline-atomics-1.c
create mode 100644 gcc/testsuite/gcc.target/riscv/inline-atomics-2.c
create mode 100644 gcc/testsuite/gcc.target/riscv/inline-atomics-3.c
create mode 100644 gcc/testsuite/gcc.target/riscv/inline-atomics-4.c
copy gcc/testsuite/{gcc.dg/atomic-compare-exchange-1.c => gcc.target/riscv/inline- [...]
copy gcc/testsuite/{gcc.dg/atomic-compare-exchange-2.c => gcc.target/riscv/inline- [...]
copy gcc/testsuite/{gcc.dg/atomic-exchange-1.c => gcc.target/riscv/inline-atomics- [...]
copy libatomic/testsuite/libatomic.c/atomic-exchange-2.c => gcc/testsuite/gcc.targ [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.