This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch fs-current
in repository linux-next.
omits e82e7b8b4066 Merge branch 'fixes' of https://git.kernel.org/pub/scm/lin [...]
omits c231202b39bc Merge branch 'next-fixes' of https://git.kernel.org/pub/sc [...]
omits 4d1bf0c7209e Merge branch 'vfs.fixes' of https://git.kernel.org/pub/scm [...]
new fcb70a56f4d8 Merge tag 'vfs-6.19-rc8.fixes' of git://git.kernel.org/pub [...]
new 694a7c7e0e04 Merge branch 'next-fixes' of https://git.kernel.org/pub/sc [...]
new 58fcf5133423 Merge branch 'fixes' of https://git.kernel.org/pub/scm/lin [...]
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (e82e7b8b4066)
\
N -- N -- N refs/heads/fs-current (58fcf5133423)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
--
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 1284cefa89b Fortran/OpenMP: Reject device-local var in MAP clause
new 0accf2b4dff forwprop: Pun with integer type if needed [PR123799].
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/gcc.dg/torture/pr123799.c | 26 ++++++++++++++++++++++++++
gcc/tree-ssa-forwprop.cc | 15 +++++++++++----
2 files changed, 37 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr123799.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 66a2e713704 fortran: Allow vector math functions only with fast-math [P [...]
new 1284cefa89b Fortran/OpenMP: Reject device-local var in MAP clause
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/openmp.cc | 6 ++++++
gcc/testsuite/gfortran.dg/gomp/groupprivate-7.f90 | 21 +++++++++++++++++++++
2 files changed, 27 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/gomp/groupprivate-7.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 5e7ccdb6d4d install.texi: Update GCN's newlib requirements
new 3cb7c85eebd AArch64: Allow invert for shift counts [PR 123792]
new 4fb8b2a1fcd AArch64: Block symbols in literal pools [PR 123791]
new 66a2e713704 fortran: Allow vector math functions only with fast-math [P [...]
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/config/aarch64/aarch64.cc | 20 ++++------
gcc/config/aarch64/aarch64.md | 8 +++-
gcc/fortran/decl.cc | 15 ++++++--
gcc/fortran/gfortran.texi | 7 ++++
gcc/testsuite/gcc.target/aarch64/pr123791.c | 10 +++++
gcc/testsuite/gcc.target/aarch64/pr123792.c | 53 +++++++++++++++++++++++++++
gcc/testsuite/gfortran.dg/simd-builtins-9.f90 | 16 ++++++++
gcc/testsuite/gfortran.dg/simd-builtins-9.h | 2 +
8 files changed, 114 insertions(+), 17 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/pr123791.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/pr123792.c
create mode 100644 gcc/testsuite/gfortran.dg/simd-builtins-9.f90
create mode 100644 gcc/testsuite/gfortran.dg/simd-builtins-9.h
--
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 9b7b6a4075c c++: Implement CWG3153 - Immediate-escalating defaulted comparison
new aaa06bae53e c++/modules: Include instantiation origination for all name [...]
new 5e7ccdb6d4d install.texi: Update GCN's newlib requirements
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/cp-tree.h | 1 +
gcc/cp/module.cc | 47 ++++++++++++++++++++++++++------
gcc/cp/name-lookup.cc | 18 +++++++++---
gcc/doc/install.texi | 5 +---
gcc/testsuite/g++.dg/modules/adl-12_b.C | 7 ++---
gcc/testsuite/g++.dg/modules/inst-10_a.C | 9 ++++++
gcc/testsuite/g++.dg/modules/inst-10_b.C | 19 +++++++++++++
gcc/testsuite/g++.dg/modules/inst-10_c.C | 14 ++++++++++
gcc/testsuite/g++.dg/modules/inst-8_a.C | 27 ++++++++++++++++++
gcc/testsuite/g++.dg/modules/inst-8_b.C | 42 ++++++++++++++++++++++++++++
gcc/testsuite/g++.dg/modules/inst-8_c.C | 12 ++++++++
gcc/testsuite/g++.dg/modules/inst-9_a.C | 37 +++++++++++++++++++++++++
gcc/testsuite/g++.dg/modules/inst-9_b.C | 15 ++++++++++
13 files changed, 232 insertions(+), 21 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/modules/inst-10_a.C
create mode 100644 gcc/testsuite/g++.dg/modules/inst-10_b.C
create mode 100644 gcc/testsuite/g++.dg/modules/inst-10_c.C
create mode 100644 gcc/testsuite/g++.dg/modules/inst-8_a.C
create mode 100644 gcc/testsuite/g++.dg/modules/inst-8_b.C
create mode 100644 gcc/testsuite/g++.dg/modules/inst-8_c.C
create mode 100644 gcc/testsuite/g++.dg/modules/inst-9_a.C
create mode 100644 gcc/testsuite/g++.dg/modules/inst-9_b.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 73db277b28b Update release readme
new bd14b62e42e [bfd] Fix data race in bfd_check_format_matches
new 7e8aebc9d3f gdb/python: use gdbpy_is_value_object in more places
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:
bfd/format.c | 3 ++-
gdb/python/py-value.c | 4 ++--
2 files changed, 4 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 c86745f4f6e testsuite: only test with LTO if LTO support is actually co [...]
new d341b0d57fc c++: Fix ICE in cxx_printable_name_internal [PR123578]
new de194778148 c++: Don't error on non-consteval defaulted special members [...]
new 9b7b6a4075c c++: Implement CWG3153 - Immediate-escalating defaulted comparison
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/cp-gimplify.cc | 5 ++--
gcc/cp/decl.cc | 14 +++++----
gcc/cp/tree.cc | 11 ++++++-
gcc/testsuite/g++.dg/cpp2a/pr123578.C | 9 ++++++
gcc/testsuite/g++.dg/reflect/cwg3153.C | 51 +++++++++++++++++++++++++++++++++
gcc/testsuite/g++.dg/reflect/pr123404.C | 39 +++++++++++++++++++++++++
6 files changed, 120 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/pr123578.C
create mode 100644 gcc/testsuite/g++.dg/reflect/cwg3153.C
create mode 100644 gcc/testsuite/g++.dg/reflect/pr123404.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 ba89097403a sanity check score reloc functions
new 73db277b28b Update release readme
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:
binutils/README-how-to-make-a-release | 9 +++++----
1 file changed, 5 insertions(+), 4 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 binutils-gdb.
from de2ac4d00b9 gdb/testsuite: remove guile "test byte at sp, before flush" test
new ba89097403a sanity check score reloc functions
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:
bfd/elf32-score.c | 34 ++++++++++++++++++++++------------
bfd/elf32-score7.c | 36 ++++++++++++++++++++++++------------
2 files changed, 46 insertions(+), 24 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.