This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-13
in repository gcc.
from db00c2d51f4 Daily bump.
new e2f9d801aa4 Daily bump.
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/DATESTAMP | 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 7b3af2bfa1d ipa-devirt: Add speculative direct calls based on stores to [...]
new 2f8283f79bb Daily bump.
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:
ChangeLog | 4 +
contrib/ChangeLog | 5 +
gcc/ChangeLog | 282 ++++++++++++++++++++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/ada/ChangeLog | 13 +++
gcc/algol68/ChangeLog | 18 ++++
gcc/analyzer/ChangeLog | 12 +++
gcc/cp/ChangeLog | 73 +++++++++++++
gcc/testsuite/ChangeLog | 79 ++++++++++++++
libgcc/ChangeLog | 6 ++
libgfortran/ChangeLog | 6 ++
libgomp/ChangeLog | 6 ++
12 files changed, 505 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 86c5ec30041 gdb/testsuite: fix tcllint errors in gdb.base/startup-hints.exp
new 8c60d57c697 Automatic date update in version.in
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/version.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 gdb-17-branch
in repository binutils-gdb.
from 82949f5697b Automatic date update in version.in
new 6d613f25374 Automatic date update in version.in
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/version.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 binutils-2_45-branch
in repository binutils-gdb.
from fc3cea340b9 Automatic date update in version.in
new 01d8570d36e Automatic date update in version.in
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/version.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 e1eca9a8f58 Ada: Fix ICE when comparing reduction expression with integ [...]
new c8ddca48512 gengtype: Avoid Werror bootstrap fail when a subclass has n [...]
new 14ee9a2b41b cgraph: cgraph_indirect_call_info into a class hierachy
new 7b3af2bfa1d ipa-devirt: Add speculative direct calls based on stores to [...]
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/cgraph.cc | 145 +++---
gcc/cgraph.h | 202 ++++++-
gcc/cgraphclones.cc | 17 +-
gcc/cgraphunit.cc | 3 +-
gcc/common.opt | 4 +
gcc/doc/invoke.texi | 13 +-
gcc/gengtype.cc | 1 +
gcc/ipa-cp.cc | 98 ++--
gcc/ipa-devirt.cc | 215 +++++---
gcc/ipa-inline.cc | 2 +-
gcc/ipa-profile.cc | 2 +-
gcc/ipa-prop.cc | 722 +++++++++++++++++++-------
gcc/ipa-prop.h | 5 +
gcc/ipa-utils.h | 23 +-
gcc/ipa.cc | 2 +-
gcc/lto-cgraph.cc | 24 +-
gcc/opts.cc | 9 +-
gcc/testsuite/gcc.dg/lto/fnptr-from-rec-1_0.c | 41 ++
gcc/testsuite/gcc.dg/lto/fnptr-from-rec-1_1.c | 19 +
gcc/testsuite/gcc.dg/lto/fnptr-from-rec-2_0.c | 43 ++
gcc/testsuite/gcc.dg/lto/fnptr-from-rec-2_1.c | 22 +
gcc/testsuite/gcc.dg/lto/fnptr-from-rec-3_0.c | 43 ++
gcc/testsuite/gcc.dg/lto/fnptr-from-rec-3_1.c | 19 +
gcc/trans-mem.cc | 10 +-
24 files changed, 1247 insertions(+), 437 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/lto/fnptr-from-rec-1_0.c
create mode 100644 gcc/testsuite/gcc.dg/lto/fnptr-from-rec-1_1.c
create mode 100644 gcc/testsuite/gcc.dg/lto/fnptr-from-rec-2_0.c
create mode 100644 gcc/testsuite/gcc.dg/lto/fnptr-from-rec-2_1.c
create mode 100644 gcc/testsuite/gcc.dg/lto/fnptr-from-rec-3_0.c
create mode 100644 gcc/testsuite/gcc.dg/lto/fnptr-from-rec-3_1.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 releases/gcc-14
in repository gcc.
from 89872c459ec Ada: Fix ICE in fld_incomplete_type_of when building GtkAda [...]
new 4910e7f9092 Ada: Fix ICE when comparing reduction expression with integ [...]
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/ada/exp_attr.adb | 11 +++++------
gcc/testsuite/gnat.dg/reduce4.adb | 9 +++++++++
gcc/testsuite/gnat.dg/reduce5.adb | 36 ++++++++++++++++++++++++++++++++++++
3 files changed, 50 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gnat.dg/reduce4.adb
create mode 100644 gcc/testsuite/gnat.dg/reduce5.adb
--
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-15
in repository gcc.
from 2171c346abf Ada: Fix ICE in fld_incomplete_type_of when building GtkAda [...]
new 043ed7e1859 Ada: Fix ICE when comparing reduction expression with integ [...]
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/ada/exp_attr.adb | 11 +++++------
gcc/testsuite/gnat.dg/reduce4.adb | 9 +++++++++
gcc/testsuite/gnat.dg/reduce5.adb | 36 ++++++++++++++++++++++++++++++++++++
3 files changed, 50 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gnat.dg/reduce4.adb
create mode 100644 gcc/testsuite/gnat.dg/reduce5.adb
--
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 880492a8cb1 c++: avoid in-place modification of TYPENAME_TYPE
new 39681504b2f ifcombine: Replace force_gimple_operand_gsi with gimple_bui [...]
new e1eca9a8f58 Ada: Fix ICE when comparing reduction expression with integ [...]
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/ada/sem_attr.adb | 21 +++++++++++++--------
gcc/testsuite/gnat.dg/reduce4.adb | 9 +++++++++
gcc/testsuite/gnat.dg/reduce5.adb | 36 ++++++++++++++++++++++++++++++++++++
gcc/tree-ssa-ifcombine.cc | 22 ++++++++++++----------
4 files changed, 70 insertions(+), 18 deletions(-)
create mode 100644 gcc/testsuite/gnat.dg/reduce4.adb
create mode 100644 gcc/testsuite/gnat.dg/reduce5.adb
--
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 pending-fixes
in repository linux-next.
omits bd29f1aa5f16 Merge branch 'for-linux-next-fixes' of https://gitlab.free [...]
omits b8641d59ccbc Merge branch 'slab/for-next-fixes' of https://git.kernel.o [...]
omits b56fb11c8096 Merge branch 'tip/urgent' of https://git.kernel.org/pub/sc [...]
omits ed204fc5a54a Merge branch 'riscv-dt-fixes' of https://git.kernel.org/pu [...]
omits 5583a71af90f Merge branch 'fixes' of https://git.kernel.org/pub/scm/lin [...]
omits 0621c38509e1 Merge branch 'fixes' of https://git.kernel.org/pub/scm/lin [...]
omits 61b72504be08 Merge branch 'dt/linus' of https://git.kernel.org/pub/scm/ [...]
omits a60b5a6cc79b Merge branch 'hwmon' of https://git.kernel.org/pub/scm/lin [...]
omits 86f5da16b0ad Merge branch 'for-mfd-fixes' of https://git.kernel.org/pub [...]
omits e9df6423d2f9 Merge branch 'fixes' of https://git.kernel.org/pub/scm/lin [...]
omits 487fa5416b46 Merge branch 'libcrypto-fixes' of https://git.kernel.org/p [...]
omits 7ed83dff4036 Merge branch 'for-linus' of https://git.kernel.org/pub/scm [...]
omits f9b71083741e Merge branch 'fixes-togreg' of https://git.kernel.org/pub/ [...]
omits 334fb809a930 Merge branch 'for-linus' of https://git.kernel.org/pub/scm [...]
omits 675479845b96 Merge branch 'for-linus' of https://git.kernel.org/pub/scm [...]
omits f953898ddb7d Merge branch 'for-linus' of https://git.kernel.org/pub/scm [...]
omits 2d3b247bd78e Merge branch 'for-linus' of https://git.kernel.org/pub/scm [...]
omits 625f71acb057 Merge branch 'fixes' of https://git.kernel.org/pub/scm/lin [...]
omits 8c62838d17e5 Merge branch 'master' of https://git.kernel.org/pub/scm/li [...]
omits 1995e15f1838 Merge branch 'master' of https://git.kernel.org/pub/scm/li [...]
omits e2f90dffc697 Merge branch 'main' of https://git.kernel.org/pub/scm/linu [...]
omits b4a50bd6f59a Merge branch 'fixes' of https://git.kernel.org/pub/scm/lin [...]
omits 3aeb9b21b5df Merge branch 'arm/fixes' of https://git.kernel.org/pub/scm [...]
omits 14f1989a4ff9 Merge branch 'fs-current' of linux-next
omits 5926d056dd73 Merge branch 'mm-hotfixes-unstable' of https://git.kernel. [...]
omits 226829b7af10 Merge branch 'nfsd-fixes' of https://git.kernel.org/pub/sc [...]
omits 10f64716b4a4 Merge branch 'fixes' of https://git.kernel.org/pub/scm/lin [...]
omits cc5e0a972ba8 Merge branch 'next-fixes' of https://git.kernel.org/pub/sc [...]
omits 81006bb62e7f Merge branch into tip/master: 'x86/urgent'
omits 7b903b2de181 Merge branch into tip/master: 'irq/urgent'
omits 6cd5045ad470 dt-bindings: mmc: sdhci-of-aspeed: Switch ref to sdhci-com [...]
omits c8d8605fc53e Merge remote-tracking branch 'asoc/for-6.18' into asoc-linus
omits 865a1f17d5e4 Merge remote-tracking branch 'spi/for-6.18' into spi-linus
omits 56edaa508ed2 Merge remote-tracking branch 'regulator/for-6.18' into reg [...]
omits e9191383d28d Merge tag 'sunxi-fixes-for-6.18' of https://git.kernel.org [...]
omits fe57a0a548c1 Merge tag 'omap-for-v6.19/maintainers-signed' of git://git [...]
new 5af2fc13c178 Merge branch 'mm-hotfixes-unstable' of https://git.kernel. [...]
new a260bd22a355 media: mc: fix potential use-after-free in media_request_alloc()
new ed61378b4dc6 iomap: replace folio_batch allocation with stack allocation
new 392e317a20c3 filelock: add lease_dispose_list() helper
new 12965a190eae filelock: allow lease_managers to dictate what qualifies a [...]
new 24835a96f21e Merge patch series "filelock: fix conflict detection with [...]
new cab875c3b8ed Merge branch 'next-fixes' of https://git.kernel.org/pub/sc [...]
new 6bb100370dfa Merge branch 'fixes' of https://git.kernel.org/pub/scm/lin [...]
new 694189b7e131 Merge branch 'nfsd-fixes' of https://git.kernel.org/pub/sc [...]
new f94ae7af3e19 Merge branch 'fs-current' of linux-next
new b7737c38e7cb arm64: mm: Simplify check in arch_kfence_init_pool()
new eb972eab0794 lkdtm/bugs: Add cases for BUG and PANIC occurring in hardi [...]
new 63de2b3859ba arm64/efi: Remove unneeded SVE/SME fallback preserve/store [...]
new 98a97bf41528 arm64/gcs: Flush the GCS locking state on exec
new 6fa0c75e4148 Merge branch 'for-next/fixes' of https://git.kernel.org/pu [...]
new ececfba255bf ARM: dts: ixp4xx: Fix up Actiontec MI424WR DTS files
new 5fbd2ad9c612 Merge branch 'arm/fixes' of https://git.kernel.org/pub/scm [...]
new 001abf2d3e81 Merge branch 'fixes' of https://git.kernel.org/pub/scm/lin [...]
new e328b1d07772 Merge branch 'main' of https://git.kernel.org/pub/scm/linu [...]
new ba34388912b5 bpf: Disable false positive -Wsuggest-attribute=format warning
new e88ffb4f425e Merge branch 'master' of https://git.kernel.org/pub/scm/li [...]
new dd68e0bf6a3f Merge branch 'master' of https://git.kernel.org/pub/scm/li [...]
new 5d1e4c954c32 Merge branch 'fixes' of https://git.kernel.org/pub/scm/lin [...]
new 2a03b40deacb ALSA: vxpocket: Fix resource leak in vxpocket_probe error path
new 5032347c04ba ALSA: pcmcia: Fix resource leak in snd_pdacf_probe error path
new 0bf9ce8b73b0 Merge branch 'for-linus' of https://git.kernel.org/pub/scm [...]
new 4d4021b0bbd1 ASoC: tegra: Fix uninitialized flat cache warning in tegra [...]
new e2cb8ef03726 ASoC: amd: yc: Add quirk for Honor MagicBook X16 2025
new 20c734cb6783 ASoC: qcom: sdm845: set quaternary MI2S codec DAI to I2S format
new 9f4d0899efd9 ASoC: fsl_sai: Constrain sample rates from audio PLLs only [...]
new cb0ae6f22790 ASoC: sdw_utils: subtract the endpoint that is not present
new 9114baa8f32f Merge branch 'for-linus' of https://git.kernel.org/pub/scm [...]
new 5eb484d5b2ac Merge remote-tracking branch 'regmap/for-6.18' into regmap-linus
new c2e22296881f Merge branch 'for-linus' of https://git.kernel.org/pub/scm [...]
new a8a313612af7 spi: mpfs: Fix an error handling path in mpfs_spi_probe()
new 1417927df804 spi: fsl-cpm: Check length parity before switching to 16 bit mode
new 97ce7bb40c26 Merge branch 'for-linus' of https://git.kernel.org/pub/scm [...]
new 42322f1a108b Merge branch 'fixes-togreg' of https://git.kernel.org/pub/ [...]
new a9321943b46f Merge branch 'for-linus' of https://git.kernel.org/pub/scm [...]
new e9a8598b3ac3 Merge branch 'libcrypto-fixes' of https://git.kernel.org/p [...]
new 929dab105456 Merge branch 'fixes' of https://git.kernel.org/pub/scm/lin [...]
new 5236ae9364ef Merge branch 'for-mfd-fixes' of https://git.kernel.org/pub [...]
new bd94fbe8b55f MIPS: Alchemy: Remove bogus static/inline specifiers
new 680ad315caaa MIPS: Fix a reference leak bug in ip22_check_gio()
new d76f4d2586e6 Merge branch 'mips-fixes' of https://git.kernel.org/pub/sc [...]
new 69cec6dc0147 Merge branch 'hwmon' of https://git.kernel.org/pub/scm/lin [...]
new 3532bb764b58 Merge branch 'dt/linus' of https://git.kernel.org/pub/scm/ [...]
new ed724ea1b82a dt-bindings: mmc: sdhci-of-aspeed: Switch ref to sdhci-com [...]
new ca016f131124 Merge branch 'fixes' of https://git.kernel.org/pub/scm/lin [...]
new 3a2bcc127e6b mshv: Use PMD_ORDER instead of HPAGE_PMD_ORDER when proces [...]
new beb15a6036fe mshv: Initialize local variables early upon region invalidation
new 8f9cee9fb521 mshv: Move function prototypes to the generic header
new 3810a34b59ce Merge branch 'hyperv-fixes' of https://git.kernel.org/pub/ [...]
new 20ce7e57e33e Merge branch 'fixes' of https://git.kernel.org/pub/scm/lin [...]
new b0cc1dd1b3bf Merge branch 'riscv-dt-fixes' of https://git.kernel.org/pu [...]
new 726c93b0408f kunit: Drop unused parameter from kunit_device_register_internal
new c33b68801fbe kunit: make FAULT_TEST default to n when PANIC_ON_OOPS
new ce6f0ad521fc Merge branch 'kunit-fixes' of https://git.kernel.org/pub/s [...]
new 1be90b3d4d15 Merge branch into tip/master: 'irq/urgent'
new c3e82c80487b Merge branch into tip/master: 'x86/urgent'
new 77443342a189 Merge branch 'tip/urgent' of https://git.kernel.org/pub/sc [...]
new 67774ade83d0 Merge branch 'slab/for-next-fixes' of https://git.kernel.o [...]
new 84318277d633 Merge remote-tracking branch 'drm/drm-fixes' into drm-misc-fixes
new 2b973ca48ff3 drm/panel: sony-td4353-jdi: Enable prepare_prev_first
new 7bbf6d15e935 accel/amdxdna: Block running under a hypervisor
new 326785a1dd4c Merge branch 'for-linux-next-fixes' of https://gitlab.free [...]
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 (bd29f1aa5f16)
\
N -- N -- N refs/heads/pending-fixes (326785a1dd4c)
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 66 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:
Documentation/filesystems/locking.rst | 1 +
.../ixp/intel-ixp42x-actiontec-mi424wr-ac.dts | 11 ++
.../intel/ixp/intel-ixp42x-actiontec-mi424wr-d.dts | 11 ++
.../intel/ixp/intel-ixp42x-actiontec-mi424wr.dtsi | 1 -
arch/arm64/kernel/fpsimd.c | 130 ++++-----------------
arch/arm64/kernel/process.c | 1 +
arch/arm64/mm/mmu.c | 33 +++---
arch/mips/alchemy/common/setup.c | 3 +-
arch/mips/sgi-ip22/ip22-gio.c | 3 +-
arch/x86/include/asm/mshyperv.h | 2 -
drivers/accel/amdxdna/aie2_pci.c | 6 +
drivers/gpu/drm/panel/panel-sony-td4353-jdi.c | 2 +
drivers/hv/mshv_regions.c | 16 +--
drivers/media/mc/mc-request.c | 6 +-
drivers/misc/lkdtm/bugs.c | 53 +++++++++
drivers/spi/spi-fsl-spi.c | 2 +-
drivers/spi/spi-mpfs.c | 1 +
fs/iomap/buffered-io.c | 50 +++++---
fs/iomap/iter.c | 6 +-
fs/locks.c | 119 ++++++++++---------
fs/nfsd/nfs4layouts.c | 23 +++-
fs/nfsd/nfs4state.c | 19 +++
fs/xfs/xfs_iomap.c | 11 +-
include/asm-generic/mshyperv.h | 2 +
include/linux/filelock.h | 1 +
include/linux/iomap.h | 8 +-
kernel/bpf/Makefile | 4 +
kernel/trace/Makefile | 3 +
lib/kunit/Kconfig | 2 +-
lib/kunit/device.c | 7 +-
sound/pcmcia/pdaudiocf/pdaudiocf.c | 8 +-
sound/pcmcia/vx/vxpocket.c | 8 +-
sound/soc/amd/yc/acp6x-mach.c | 7 ++
sound/soc/fsl/fsl_sai.c | 10 +-
sound/soc/qcom/sdm845.c | 2 +
sound/soc/sdw_utils/soc_sdw_utils.c | 8 +-
sound/soc/tegra/tegra210_ahub.c | 6 +-
tools/testing/selftests/lkdtm/tests.txt | 2 +
38 files changed, 344 insertions(+), 244 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.