This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 2a2bd96d0d2 libstdc++: fix a dangling reference crash in ranges::is_per [...]
new e22962538f6 jit/118780 - make sure to include dlfcn.h when plugin suppo [...]
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/jit/jit-playback.cc | 1 +
gcc/jit/jit-result.cc | 1 +
gcc/plugin.cc | 1 +
gcc/system.h | 2 +-
4 files 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 binutils-gdb.
from a5626289a62 x86: Support x86 Zhaoxin PadLock XMODX instructions
new 4fed821ed67 [gdb/build] Fix x86_64-w64-mingw32 build by avoiding SCNx8
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:
gdb/cli/cli-decode.c | 12 +++++++++---
1 file changed, 9 insertions(+), 3 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 1c8e6734d2d RISC-V: Make VXRM as global register [PR118103]
new 89f007c2a62 libstdc++: Add comment about use of always_inline attribute [...]
new 6e758f378a6 libstdc++: Handle exceptions in std::ostream::sentry destructor
new 2a2bd96d0d2 libstdc++: fix a dangling reference crash in ranges::is_per [...]
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:
libstdc++-v3/include/bits/hashtable_policy.h | 2 +
libstdc++-v3/include/bits/ostream.h | 48 +++++++++++++++++----
libstdc++-v3/include/bits/ranges_algo.h | 7 ++-
.../25_algorithms/is_permutation/constrained.cc | 13 ++++++
.../27_io/basic_ostream/exceptions/char/lwg4188.cc | 50 ++++++++++++++++++++++
.../basic_ostream/exceptions/wchar_t/lwg4188.cc | 50 ++++++++++++++++++++++
6 files changed, 160 insertions(+), 10 deletions(-)
create mode 100644 libstdc++-v3/testsuite/27_io/basic_ostream/exceptions/char/lwg4188.cc
create mode 100644 libstdc++-v3/testsuite/27_io/basic_ostream/exceptions/wchar_t/l [...]
--
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 ea4278b1ced aarch64: Fix bootstrap with --enable-checking=release [PR118771]
new d790f0137c6 [testsuite] tolerate later success [PR108357]
new 1c8e6734d2d RISC-V: Make VXRM as global register [PR118103]
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/riscv/riscv.cc | 4 +-
gcc/testsuite/gcc.dg/tree-ssa/pr108357.c | 7 +++-
.../gcc.target/riscv/rvv/base/pr118103-2.c | 40 ++++++++++++++++++++
.../gcc.target/riscv/rvv/base/pr118103-run-2.c | 44 ++++++++++++++++++++++
4 files changed, 92 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/base/pr118103-2.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/base/pr118103-run-2.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 5fdcbe487df Honor dump options for C/C++ '-fdump-tree-original'
new ea4278b1ced aarch64: Fix bootstrap with --enable-checking=release [PR118771]
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/aarch64/aarch64.cc | 3 +++
1 file changed, 3 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 f5ef1f9e858 c++: ICE with unparsed noexcept [PR117106]
new 5fdcbe487df Honor dump options for C/C++ '-fdump-tree-original'
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/c-family/c-gimplify.cc | 2 +-
gcc/c-family/c-pretty-print.cc | 29 +++++++++++++++++++++++-----
gcc/c-family/c-pretty-print.h | 6 ++++--
gcc/testsuite/c-c++-common/goacc/pr92793-1.c | 21 ++++++++++----------
4 files changed, 39 insertions(+), 19 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 fcecc74cb38 c++: Don't use CLEANUP_EH_ONLY for new expression cleanup [ [...]
new 0b2f34ca19e c++: Properly support null pointer constants in conditional [...]
new f5ef1f9e858 c++: ICE with unparsed noexcept [PR117106]
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/call.cc | 3 +-
gcc/cp/pt.cc | 16 ++++---
gcc/testsuite/g++.dg/conversion/op8.C | 75 +++++++++++++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/noexcept89.C | 9 ++++
gcc/testsuite/g++.dg/cpp0x/noexcept90.C | 12 ++++++
5 files changed, 109 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/conversion/op8.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/noexcept89.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/noexcept90.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 251aa524a31 Fortran: Fix default init of finalizable derived argus [PR116829]
new 6c8e6d6feba c++: Allow constexpr reads from volatile std::nullptr_t obj [...]
new 801fb71f836 c++: Use cplus_decl_attributes rather than decl_attributes [...]
new fcecc74cb38 c++: Don't use CLEANUP_EH_ONLY for new expression cleanup [ [...]
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:
gcc/cp/constexpr.cc | 3 ++-
gcc/cp/decl.cc | 5 ++---
gcc/cp/decl2.cc | 3 ++-
gcc/cp/init.cc | 1 -
gcc/testsuite/g++.dg/asan/pr118763.C | 15 +++++++++++++++
gcc/testsuite/g++.dg/cpp0x/constexpr-union9.C | 16 ++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/constexpr-volatile4.C | 20 ++++++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/gen-attrs-87.C | 10 ++++++++++
gcc/testsuite/g++.dg/gomp/attrs-3.C | 6 +++---
9 files changed, 70 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/asan/pr118763.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-union9.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-volatile4.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/gen-attrs-87.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-14
in repository gcc.
from 373e2dbc5d9 Daily bump.
new 4d4c5ec93d6 Fortran: Fix error recovery for bad component arrayspecs [P [...]
new 1cd744a6828 Fortran: FIx ICE in associate with elemental function [PR118750]
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/class.cc | 2 +-
gcc/fortran/decl.cc | 19 ++++++++++++++++---
gcc/fortran/resolve.cc | 2 +-
gcc/testsuite/gfortran.dg/associate_72.f90 | 26 ++++++++++++++++++++++++++
gcc/testsuite/gfortran.dg/pr108434.f90 | 10 +++++++++-
5 files changed, 53 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/associate_72.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 master
in repository gcc.
from 6aa3329b343 [gcn] Fix the output amdhsa.version
new 4931a637479 tree-optimization/115538 - possible wrong-code with SLP conversion
new 251aa524a31 Fortran: Fix default init of finalizable derived argus [PR116829]
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-decl.cc | 21 +++-------
gcc/testsuite/gfortran.dg/derived_init_7.f90 | 58 ++++++++++++++++++++++++++++
gcc/tree-vect-generic.cc | 6 +--
gcc/tree-vect-slp.cc | 19 +++++++++
gcc/tree-vect-stmts.cc | 38 +++++++++++++-----
gcc/tree-vectorizer.h | 4 +-
6 files changed, 116 insertions(+), 30 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/derived_init_7.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.