This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from c69afa2f1bd Fortran: Make minor adjustment to error message.
new 5c6364b09a6 c++: C++17 constexpr lambda and goto/static
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/cp/constexpr.cc | 3 +++
gcc/cp/decl.cc | 28 +++++++++++++++----------
gcc/cp/parser.cc | 7 ++++---
gcc/testsuite/g++.dg/cpp1z/constexpr-lambda29.C | 19 +++++++++++++++++
4 files changed, 43 insertions(+), 14 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/constexpr-lambda29.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 bc5237a2632 gdb, gdbsupport: fix all `;;` instances
new aed5eee5a35 gdb/dap: fix completion request for empty strings
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/python/lib/gdb/dap/completions.py | 7 +++++--
1 file changed, 5 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 cf129b8d5ab i386: Add x86 FMV symbol tests
new c69afa2f1bd Fortran: Make minor adjustment to error message.
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/check.cc | 4 ++--
gcc/testsuite/gfortran.dg/c_f_pointer_tests_6.f90 | 2 +-
2 files 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 glibc.
from da196e6134 AArch64: Improve codegen in SVE log1p
new aa18367c11 AArch64: Improve enabling of SVE for libmvec
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:
sysdeps/aarch64/fpu/Makefile | 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 glibc.
from 3473526758 Use Linux 6.15 in build-many-glibcs.py
new da196e6134 AArch64: Improve codegen in SVE log1p
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:
sysdeps/aarch64/fpu/log1p_sve.c | 84 +++++++++++++++++++++++++++++++----------
1 file changed, 65 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 7bba8d48ea5 c++, coroutines: Delete now unused code for parm guards.
new 65e0ed2310a OpenMP: Fix ICE in metadirective recovery after error [PR120180]
new 33b65e4d1c8 OpenMP: Fix ICE and other issues in C/C++ metadirective err [...]
new 83eee43e998 ppc: Add PowerPC FMV symbol tests.
new cf129b8d5ab i386: Add x86 FMV symbol tests
The 4 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/c-parser.cc | 89 ++++++++++++++++------
gcc/cp/parser.cc | 16 ++--
.../c-c++-common/gomp/declare-variant-2.c | 13 ++--
.../gomp/metadirective-error-recovery.c | 20 +++++
gcc/testsuite/c-c++-common/gomp/pr120180.c | 22 ++++++
gcc/testsuite/g++.target/i386/mv-symbols1.C | 68 +++++++++++++++++
gcc/testsuite/g++.target/i386/mv-symbols2.C | 56 ++++++++++++++
gcc/testsuite/g++.target/i386/mv-symbols3.C | 44 +++++++++++
gcc/testsuite/g++.target/i386/mv-symbols4.C | 50 ++++++++++++
gcc/testsuite/g++.target/i386/mv-symbols5.C | 56 ++++++++++++++
gcc/testsuite/g++.target/i386/mvc-symbols1.C | 44 +++++++++++
gcc/testsuite/g++.target/i386/mvc-symbols2.C | 29 +++++++
gcc/testsuite/g++.target/i386/mvc-symbols3.C | 35 +++++++++
gcc/testsuite/g++.target/i386/mvc-symbols4.C | 23 ++++++
gcc/testsuite/g++.target/powerpc/mvc-symbols1.C | 47 ++++++++++++
gcc/testsuite/g++.target/powerpc/mvc-symbols2.C | 35 +++++++++
gcc/testsuite/g++.target/powerpc/mvc-symbols3.C | 41 ++++++++++
gcc/testsuite/g++.target/powerpc/mvc-symbols4.C | 29 +++++++
18 files changed, 676 insertions(+), 41 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/gomp/metadirective-error-recovery.c
create mode 100644 gcc/testsuite/c-c++-common/gomp/pr120180.c
create mode 100644 gcc/testsuite/g++.target/i386/mv-symbols1.C
create mode 100644 gcc/testsuite/g++.target/i386/mv-symbols2.C
create mode 100644 gcc/testsuite/g++.target/i386/mv-symbols3.C
create mode 100644 gcc/testsuite/g++.target/i386/mv-symbols4.C
create mode 100644 gcc/testsuite/g++.target/i386/mv-symbols5.C
create mode 100644 gcc/testsuite/g++.target/i386/mvc-symbols1.C
create mode 100644 gcc/testsuite/g++.target/i386/mvc-symbols2.C
create mode 100644 gcc/testsuite/g++.target/i386/mvc-symbols3.C
create mode 100644 gcc/testsuite/g++.target/i386/mvc-symbols4.C
create mode 100644 gcc/testsuite/g++.target/powerpc/mvc-symbols1.C
create mode 100644 gcc/testsuite/g++.target/powerpc/mvc-symbols2.C
create mode 100644 gcc/testsuite/g++.target/powerpc/mvc-symbols3.C
create mode 100644 gcc/testsuite/g++.target/powerpc/mvc-symbols4.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 users/nalcock/wip/road-to-ctfv4
in repository binutils-gdb.
at 0e7d3016f2e libctf: tiny comment typo fix
This branch includes the following new commits:
new 16e0dd9aab7 libctf: archive: format v2
new b58e5ee6d89 libctf: archive: endianness-flipping and range-checking
new 0e7d3016f2e libctf: tiny comment typo fix
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.
--
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 c29af2b0556 gdb/solib: make solib_ops::solib_create_inferior_hook optional
new 42339bc4e0a Fix build when RUSAGE_THREAD is not available & add warning
new bc5237a2632 gdb, gdbsupport: fix all `;;` instances
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:
gdb/ada-typeprint.c | 2 +-
gdb/fbsd-nat.c | 2 +-
gdb/linespec.c | 2 +-
gdb/maint.c | 24 +++++++++++++++++++++++-
gdb/printcmd.c | 2 +-
gdb/record-btrace.c | 2 +-
gdb/testsuite/gdb.base/maint.exp | 34 ++++++++++++++++++++++++++++++++++
gdbsupport/poison.h | 2 +-
gdbsupport/run-time-clock.cc | 21 +++++++++++++++++++++
gdbsupport/run-time-clock.h | 11 +++++++++--
10 files changed, 93 insertions(+), 9 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 0b004c92f5e ipa: When inlining, don't combine PT JFs changing signednes [...]
new 217b7f65522 c++, coroutines: Fix identification of coroutine ramps [PR120453].
new 7bba8d48ea5 c++, coroutines: Delete now unused code for parm guards.
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/coroutines.cc | 12 +---
gcc/cp/coroutines.h | 1 -
gcc/cp/cp-tree.h | 4 ++
gcc/cp/typeck.cc | 2 +-
gcc/testsuite/g++.dg/coroutines/pr120453.C | 95 ++++++++++++++++++++++++++++++
5 files changed, 101 insertions(+), 13 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/coroutines/pr120453.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.