This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 388910144a3 [rtl-optimization/116244] Don't create bogus regs in alter_subreg
new 7bee37094c5 arm: fix ICE due to fix for POP {PC} change
new 0b6453d5575 arm: Prefer POP {lo-reg} over LDR lo-reg, ... for thumb2 [P [...]
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/arm/arm.cc | 108 ++++++++++++++----------
gcc/testsuite/gcc.target/arm/thumb2-pop-loreg.c | 18 ++++
2 files changed, 81 insertions(+), 45 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/arm/thumb2-pop-loreg.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 ca7c6d1212b c++: Fix up name independent decl in structured binding han [...]
new 388910144a3 [rtl-optimization/116244] Don't create bogus regs in alter_subreg
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/ira-build.cc | 15 +-
.../g++.target/{mips/mips.exp => m68k/m68k.exp} | 6 +-
gcc/testsuite/g++.target/m68k/pr116244.C | 226 +++++++++++++++++++++
3 files changed, 237 insertions(+), 10 deletions(-)
copy gcc/testsuite/g++.target/{mips/mips.exp => m68k/m68k.exp} (86%)
create mode 100644 gcc/testsuite/g++.target/m68k/pr116244.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 gdb-16-branch
in repository binutils-gdb.
from 8d4e87af568 Automatic date update in version.in
new 2fc56106422 [gdb/corefiles] Fix segfault in core_target_open
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/corelow.c | 6 +++---
1 file changed, 3 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 e22962538f6 jit/118780 - make sure to include dlfcn.h when plugin suppo [...]
new 35d40b56eb6 c++: Fix up handling of for/while loops with declarations i [...]
new ca7c6d1212b c++: Fix up name independent decl in structured binding han [...]
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/c-family/c-common.def | 11 +-
gcc/c-family/c-common.h | 9 +-
gcc/c-family/c-gimplify.cc | 93 ++++++++++++++--
gcc/c/c-parser.cc | 5 +-
gcc/cp/constexpr.cc | 40 +++++++
gcc/cp/parser.cc | 10 ++
gcc/cp/semantics.cc | 118 ++++++++++++++-------
.../g++.dg/cpp26/name-independent-decl10.C | 63 +++++++++++
.../g++.dg/cpp26/name-independent-decl7.C | 27 +++++
.../g++.dg/cpp26/name-independent-decl8.C | 24 +++++
.../g++.dg/cpp26/name-independent-decl9.C | 49 +++++++++
gcc/testsuite/g++.dg/cpp2a/constexpr-86769.C | 36 +++++++
gcc/testsuite/g++.dg/diagnostic/redeclaration-7.C | 23 ++++
gcc/testsuite/g++.dg/expr/for3.C | 112 +++++++++++++++++++
gcc/testsuite/g++.dg/expr/for4.C | 116 ++++++++++++++++++++
gcc/testsuite/g++.dg/expr/for5.C | 34 ++++++
gcc/testsuite/g++.dg/expr/for6.C | 39 +++++++
gcc/testsuite/g++.dg/expr/for7.C | 20 ++++
gcc/testsuite/g++.dg/expr/for8.C | 22 ++++
gcc/testsuite/g++.dg/ext/stmtexpr27.C | 64 +++++++++++
20 files changed, 854 insertions(+), 61 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp26/name-independent-decl10.C
create mode 100644 gcc/testsuite/g++.dg/cpp26/name-independent-decl7.C
create mode 100644 gcc/testsuite/g++.dg/cpp26/name-independent-decl8.C
create mode 100644 gcc/testsuite/g++.dg/cpp26/name-independent-decl9.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/constexpr-86769.C
create mode 100644 gcc/testsuite/g++.dg/diagnostic/redeclaration-7.C
create mode 100644 gcc/testsuite/g++.dg/expr/for3.C
create mode 100644 gcc/testsuite/g++.dg/expr/for4.C
create mode 100644 gcc/testsuite/g++.dg/expr/for5.C
create mode 100644 gcc/testsuite/g++.dg/expr/for6.C
create mode 100644 gcc/testsuite/g++.dg/expr/for7.C
create mode 100644 gcc/testsuite/g++.dg/expr/for8.C
create mode 100644 gcc/testsuite/g++.dg/ext/stmtexpr27.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 binutils-gdb.
from 4fed821ed67 [gdb/build] Fix x86_64-w64-mingw32 build by avoiding SCNx8
new 9dd3d66b79a [gdb/corefiles] Fix segfault in core_target_open
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/corelow.c | 6 +++---
1 file changed, 3 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 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.