This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 02a6f9a0df1 or1k: Fix struct return test
new a2e1c972050 libstdc++: Implement C++26 std::polymorphic [PR119152]
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/indirect.h | 376 ++++++++++++++++++++-
libstdc++-v3/include/bits/version.def | 9 +
libstdc++-v3/include/bits/version.h | 10 +
libstdc++-v3/include/std/memory | 1 +
.../std/memory/{indirect => polymorphic}/copy.cc | 78 +++--
.../memory/{indirect => polymorphic}/copy_alloc.cc | 132 +++++---
.../std/memory/{indirect => polymorphic}/ctor.cc | 92 +++--
.../testsuite/std/memory/polymorphic/ctor_poly.cc | 220 ++++++++++++
.../testsuite/std/memory/polymorphic/incomplete.cc | 13 +
.../std/memory/polymorphic/invalid_neg.cc | 28 ++
.../std/memory/{indirect => polymorphic}/move.cc | 73 ++--
.../memory/{indirect => polymorphic}/move_alloc.cc | 147 +++++---
12 files changed, 987 insertions(+), 192 deletions(-)
copy libstdc++-v3/testsuite/std/memory/{indirect => polymorphic}/copy.cc (56%)
copy libstdc++-v3/testsuite/std/memory/{indirect => polymorphic}/copy_alloc.cc (57%)
copy libstdc++-v3/testsuite/std/memory/{indirect => polymorphic}/ctor.cc (63%)
create mode 100644 libstdc++-v3/testsuite/std/memory/polymorphic/ctor_poly.cc
create mode 100644 libstdc++-v3/testsuite/std/memory/polymorphic/incomplete.cc
create mode 100644 libstdc++-v3/testsuite/std/memory/polymorphic/invalid_neg.cc
copy libstdc++-v3/testsuite/std/memory/{indirect => polymorphic}/move.cc (60%)
copy libstdc++-v3/testsuite/std/memory/{indirect => polymorphic}/move_alloc.cc (61%)
--
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 8287861f7ca testsuite: Add tls_link effective target
new 2588ef7423a or1k: Support long jump offsets with -mcmodel=large
new 02a6f9a0df1 or1k: Fix struct return test
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/config/or1k/or1k.opt | 4 ++--
gcc/config/or1k/predicates.md | 3 ++-
gcc/doc/invoke.texi | 7 ++++---
gcc/testsuite/gcc.target/or1k/call-1.c | 22 ++++++++++++++++++++++
gcc/testsuite/gcc.target/or1k/got-1.c | 18 ++++++++++++++++++
gcc/testsuite/gcc.target/or1k/return-2.c | 2 +-
6 files changed, 49 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/or1k/call-1.c
create mode 100644 gcc/testsuite/gcc.target/or1k/got-1.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 releases/gcc-15
in repository gcc.
from 21e0a742e7b Fortran: Fix handling of parsed format strings.
new fff23f42e89 fortran: Fix debug info for unsigned(kind=1) and unsigned(k [...]
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/fortran/trans-types.cc | 31 ++++++++++++++------------
gcc/testsuite/gfortran.dg/guality/pr120193.f90 | 26 +++++++++++++++++++++
2 files changed, 43 insertions(+), 14 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/guality/pr120193.f90
--
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 62f4b3d0669 Daily bump.
new 6c1684e124f Fortran: Fix gimplification error on assignment to pointer [...]
new 0bead22a867 Fortran: Suppress failing part of testcase [PR109345]
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/fortran/trans-expr.cc | 16 ++++++++--------
gcc/testsuite/gfortran.dg/assign_12.f90 | 28 ++++++++++++++++++++++++++++
gcc/testsuite/gfortran.dg/pr109345.f90 | 5 ++---
3 files changed, 38 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/assign_12.f90
--
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-12
in repository gcc.
from 922ade5302d Daily bump.
new 42fd3cc4306 Fortran: Suppress failing part of testcase [PR109345]
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/testsuite/gfortran.dg/pr109345.f90 | 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 main
in repository newlib.
from 04f4da794 Cygwin: doc: Update "building DLLs" section
new 25cbb3a28 newlib: riscv: Remove undefined behavior in strlen()
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:
newlib/libc/machine/riscv/strlen.c | 5 ++++-
1 file changed, 4 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 newlib.
from 04f4da794 Cygwin: doc: Update "building DLLs" section
new 25cbb3a28 newlib: riscv: Remove undefined behavior in strlen()
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:
newlib/libc/machine/riscv/strlen.c | 5 ++++-
1 file changed, 4 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 b0dc2324980 RISC-V: Adjust build rule for gen-riscv-ext-opt and gen-ris [...]
new 8287861f7ca testsuite: Add tls_link effective 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:
gcc/doc/sourcebuild.texi | 3 +++
gcc/testsuite/g++.dg/tls/pr102496-1.C | 2 +-
gcc/testsuite/g++.dg/tls/pr77285-1.C | 2 +-
gcc/testsuite/lib/target-supports.exp | 10 ++++++++++
4 files changed, 15 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 master
in repository gcc.
from 08c299a410b OpenMP: Handle more cases in user/condition selector
new 54e9cb8ec26 RISC-V: Implement full-featured iterator for riscv_subset_l [...]
new 3f1f99ef82a c++tools: Don't check --enable-default-pie.
new b0dc2324980 RISC-V: Adjust build rule for gen-riscv-ext-opt and gen-ris [...]
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:
c++tools/configure | 11 --------
c++tools/configure.ac | 6 ----
gcc/config/riscv/riscv-c.cc | 18 +++++-------
gcc/config/riscv/riscv-subset.h | 62 +++++++++++++++++++++++++++++++++++++++--
gcc/config/riscv/t-riscv | 13 ++++++---
5 files changed, 75 insertions(+), 35 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.