This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from c9b8a8fc551 rs6000: Add cast to avoid pointer to integer comparison war [...]
new 818c36a85e3 Fortran: fix initialization of allocatable non-deferred cha [...]
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-expr.cc | 8 +++-
gcc/testsuite/gfortran.dg/allocatable_char_1.f90 | 47 ++++++++++++++++++++++++
2 files changed, 53 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/allocatable_char_1.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 binutils-gdb.
from 9dd3d66b79a [gdb/corefiles] Fix segfault in core_target_open
new ae84e36caf4 gdb/testsuite: fix "up to main" in gdb.base/corefile-exec-c [...]
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/testsuite/gdb.base/corefile-exec-context.exp | 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 66af77cbed6 Add a cache of recent lines
new c9b8a8fc551 rs6000: Add cast to avoid pointer to integer comparison war [...]
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:
libgcc/config/rs6000/linux-unwind.h | 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 0b6453d5575 arm: Prefer POP {lo-reg} over LDR lo-reg, ... for thumb2 [P [...]
new 66af77cbed6 Add a cache of recent lines
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/input.cc | 51 ++++++++++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 50 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 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.