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 7642c27f95da Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...]
omits 3510a385acea Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits 51db10197b1e Merge branch 'misc-6.12' into next-fixes
adds ace149e0830c filemap: Fix bounds checking in filemap_read()
adds ab2e5c8ff253 i2c: muxes: Fix return value check in mule_i2c_mux_probe()
adds 8de3e97f3d3d i2c: designware: do not hold SCL low when I2C_DYNAMIC_TAR_ [...]
adds 547aad93e00d Merge tag 'i2c-host-fixes-6.12-rc7' of git://git.kernel.or [...]
adds d7e67a9e8c30 Merge tag 'i2c-for-6.12-rc7' of git://git.kernel.org/pub/s [...]
adds f903663a8dcd clk: qcom: videocc-sm8350: use HW_CTRL_TRIGGER for vcodec GDSCs
adds e02bfea4d7ef clk: qcom: clk-alpha-pll: Fix pll post div mask when width [...]
adds bf0a800415a7 clk: qcom: gcc-x1e80100: Fix halt_check for pipediv2 clocks
adds e7f37a7d1631 clk: qcom: gcc-x1e80100: Fix USB MP SS1 PHY GDSC pwrsts flags
adds 714398d8742d Merge tag 'qcom-clk-fixes-for-6.12' of https://git.kernel. [...]
adds 541f3d87b6b7 Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pu [...]
adds 2d5404caa8c7 Linux 6.12-rc7
new ddc0fdb554fd Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
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 (7642c27f95da)
\
N -- N -- N refs/heads/fs-current (ddc0fdb554fd)
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 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:
Makefile | 2 +-
drivers/clk/qcom/clk-alpha-pll.c | 2 +-
drivers/clk/qcom/gcc-x1e80100.c | 12 ++++++------
drivers/clk/qcom/videocc-sm8350.c | 4 ++--
drivers/i2c/busses/i2c-designware-common.c | 6 ++++--
drivers/i2c/busses/i2c-designware-core.h | 1 +
drivers/i2c/muxes/i2c-mux-mule.c | 4 ++--
mm/filemap.c | 2 +-
8 files changed, 18 insertions(+), 15 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 417b4cc9bf2 c++: Add __builtin_operator_{new,delete} support
new f32e7339871 c++: Fix another crash with invalid new operators [PR117463]
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 | 13 +------------
gcc/cp/cp-tree.h | 1 +
gcc/cp/init.cc | 6 ++++--
gcc/testsuite/g++.dg/init/new54.C | 14 ++++++++++++++
4 files changed, 20 insertions(+), 14 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/init/new54.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 dfc9062eca4 libstdc++: Improve exception messages in conversion classes
new 417b4cc9bf2 c++: Add __builtin_operator_{new,delete} support
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-common.cc | 2 +
gcc/c-family/c-common.h | 3 +-
gcc/c/c-decl.cc | 10 +-
gcc/cp/cp-objcp-common.cc | 21 +++--
gcc/cp/parser.cc | 35 +++++++
gcc/cp/pt.cc | 24 +++++
gcc/doc/extend.texi | 28 ++++++
gcc/testsuite/g++.dg/ext/builtin-operator-new-1.C | 106 ++++++++++++++++++++++
gcc/testsuite/g++.dg/ext/builtin-operator-new-2.C | 49 ++++++++++
gcc/testsuite/g++.dg/ext/builtin-operator-new-3.C | 47 ++++++++++
10 files changed, 310 insertions(+), 15 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ext/builtin-operator-new-1.C
create mode 100644 gcc/testsuite/g++.dg/ext/builtin-operator-new-2.C
create mode 100644 gcc/testsuite/g++.dg/ext/builtin-operator-new-3.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 a2467372e72 testsuite: arm: fast-math-complex-add-half-float.c test sho [...]
new 7b5c974dfc8 testsuite: Require atomic operations for c2y-if-decls-*
new d8992f70a59 libstdc++: Add parentheses around operand of |
new 128f6a6d7af libstdc++: Fix typos in iterator increment for std::text_en [...]
new dfc9062eca4 libstdc++: Improve exception messages in conversion classes
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/testsuite/gcc.dg/c2y-if-decls-1.c | 1 +
gcc/testsuite/gcc.dg/c2y-if-decls-11.c | 1 +
gcc/testsuite/gcc.dg/c2y-if-decls-4.c | 1 +
gcc/testsuite/gcc.dg/c2y-if-decls-8.c | 1 +
libstdc++-v3/include/bits/locale_conv.h | 4 ++--
libstdc++-v3/include/bits/unicode.h | 2 +-
libstdc++-v3/include/std/text_encoding | 6 +++---
libstdc++-v3/testsuite/std/text_encoding/members.cc | 19 +++++++++++++++++--
8 files changed, 27 insertions(+), 8 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 releases/gcc-14
in repository gcc.
from 4380d6f8acc i386: Add new model number for Arrow Lake
new 2f744df601b libstdc++: Do not define _Insert_base::try_emplace before C++17
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:
libstdc++-v3/include/bits/hashtable_policy.h | 2 ++
libstdc++-v3/include/debug/map.h | 2 +-
libstdc++-v3/include/debug/unordered_map | 2 +-
libstdc++-v3/testsuite/17_intro/names.cc | 2 ++
4 files changed, 6 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 2ad27747862 aarch64: return scalar fp8 values in fp registers
new a2467372e72 testsuite: arm: fast-math-complex-add-half-float.c test sho [...]
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.dg/vect/complex/fast-math-complex-add-half-float.c | 6 ++----
1 file changed, 2 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 gcc.
from 416a8b37558 c++: reduce unnecessary tree_common
new 2ad27747862 aarch64: return scalar fp8 values in fp registers
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 ++-
gcc/testsuite/gcc.target/aarch64/fp8_scalar_1.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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from e936c2dae Add entry f74aed793819bf9e0509e802f33c5e29c350540c from https [...]
new b9789a838 Add entry f74aed793819bf9e0509e802f33c5e29c350540c from https [...]
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:
.../sha1/f74aed793819bf9e0509e802f33c5e29c350540c/jira/description | 5 +++++
llvm/sha1/f74aed793819bf9e0509e802f33c5e29c350540c/jira/summary | 2 +-
llvm/sha1/f74aed793819bf9e0509e802f33c5e29c350540c/jira/yaml | 7 ++++++-
.../f74aed793819bf9e0509e802f33c5e29c350540c/status-summary.txt | 2 +-
llvm/sha1/f74aed793819bf9e0509e802f33c5e29c350540c/status.txt | 5 +++++
.../llvm-aarch64-master-Oz_LTO/details.txt | 0
.../llvm-aarch64-master-Oz_LTO}/reproduction_instructions.txt | 0
.../reproduction_instructions_with_ci_script.txt | 4 ++--
.../llvm-aarch64-master-Oz_LTO}/status-summary.txt | 0
.../llvm-aarch64-master-Oz_LTO/status.txt | 4 ++--
.../tcwg_bmk-code_size-cpu2017fast}/status-summary.txt | 0
.../tcwg_bmk-code_size-cpu2017fast/status.txt | 4 ++--
12 files changed, 24 insertions(+), 9 deletions(-)
copy llvm/sha1/{b7e51b4f139ec18c498c818c6bcaa5a842cea83c => f74aed793819bf9e0509e8 [...]
copy llvm/sha1/{0548481856e75998e1de329f5c9722dcf1ca5c84/tcwg_bmk-code_vect-spec2k [...]
copy llvm/sha1/f74aed793819bf9e0509e802f33c5e29c350540c/{tcwg_bmk-code_speed-cpu20 [...]
copy llvm/sha1/{b7e51b4f139ec18c498c818c6bcaa5a842cea83c => f74aed793819bf9e0509e8 [...]
copy llvm/sha1/{b7e51b4f139ec18c498c818c6bcaa5a842cea83c => f74aed793819bf9e0509e8 [...]
copy llvm/sha1/{b7e51b4f139ec18c498c818c6bcaa5a842cea83c => f74aed793819bf9e0509e8 [...]
copy llvm/sha1/{b7e51b4f139ec18c498c818c6bcaa5a842cea83c => f74aed793819bf9e0509e8 [...]
--
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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 36834571e Add entry ee030b28004eade3da872e7ae62a526a2940a705 from https [...]
new e936c2dae Add entry f74aed793819bf9e0509e802f33c5e29c350540c from https [...]
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:
.../llvm-aarch64-master-Oz_LTO}/build_url | 2 +-
.../llvm-aarch64-master-Oz_LTO}/last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy llvm/sha1/{03de1cb715c9a106f3ea4139042a33afcd7ca6ae/tcwg_bmk-code_size-cpu201 [...]
copy llvm/sha1/f74aed793819bf9e0509e802f33c5e29c350540c/{tcwg_bmk-code_speed-cpu20 [...]
--
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 devel/omp/gcc-14
in repository gcc.
from 682fd948f83 Merge branch 'releases/gcc-14' into devel/omp/gcc-14
new 87dcdc3deb6 OpenACC 2.7: Connect readonly modifier to points-to analysis
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-omp.cc | 4 ++++
gcc/fortran/trans-openmp.cc | 2 ++
gcc/gimple-expr.cc | 2 ++
gcc/omp-low.cc | 2 ++
gcc/testsuite/c-c++-common/goacc/readonly-1.c | 20 ++++++++++----------
gcc/testsuite/c-c++-common/goacc/readonly-2.c | 16 ++++++++++++++++
gcc/testsuite/gfortran.dg/goacc/readonly-1.f90 | 20 ++++++++++----------
gcc/testsuite/gfortran.dg/pr67170.f90 | 2 +-
gcc/tree-pretty-print.cc | 4 ++++
gcc/tree-ssanames.cc | 3 +++
gcc/tree.h | 11 +++++++++++
11 files changed, 65 insertions(+), 21 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/goacc/readonly-2.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.