This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from ab18b8fff124 Merge tag 'auxdisplay-v6.14-1' of git://git.kernel.org/pub [...]
new 59aa03ac70cc fbdev: udlfb: Use const 'struct bin_attribute' callback
new dcbcf5244e14 fbdev: radeon: Use const 'struct bin_attribute' callbacks
new 4e39aded665f video: hdmi: Remove unused hdmi_infoframe_check
new bec73681d492 fbdev: omapfb: Remove unused hdmi5_core_handle_irqs
new 021e111ed08d fbdev: efifb: Change the return value type to void
new de124b61e179 fbdev: omapfb: Fix an OF node leak in dss_of_port_get_pare [...]
new e4b6b665df81 fbdev: omap: use threaded IRQ for LCD DMA
new ed3f274b864b fbdev: sm501fb: Use str_enabled_disabled() helper in sm501 [...]
new 65ea3b4d3836 fbdev: omapfb: Use of_property_present() to test existence [...]
new 3a48b38f4843 fbdev: omapfb: Use syscon_regmap_lookup_by_phandle_args
new c542a56aad1f fbdev: vga16fb: fix orig_video_isVGA confusion
new d08e78362a5f fbdev: lcdcfb: Use backlight helper
new ac0761d8d831 Merge tag 'fbdev-for-6.14-rc1' of git://git.kernel.org/pub [...]
new df195d931a33 parisc: Remove memcpy_toio and memset_io
new 36b2f3aefc48 parisc: add vdso linker script to 'targets' instead of extra-y
new 3599bae489d8 parisc: Temporarily disable jump label support
new 47d65738b975 Merge tag 'parisc-for-6.14-rc1' of git://git.kernel.org/pu [...]
The 17 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:
arch/parisc/Kconfig | 4 +-
arch/parisc/include/asm/io.h | 4 --
arch/parisc/kernel/parisc_ksyms.c | 2 -
arch/parisc/kernel/vdso32/Makefile | 2 +-
arch/parisc/kernel/vdso64/Makefile | 2 +-
arch/parisc/lib/io.c | 47 -----------------------
drivers/video/fbdev/aty/radeon_base.c | 8 ++--
drivers/video/fbdev/efifb.c | 4 +-
drivers/video/fbdev/omap/lcd_dma.c | 4 +-
drivers/video/fbdev/omap2/omapfb/dss/dispc.c | 11 ++----
drivers/video/fbdev/omap2/omapfb/dss/dss-of.c | 1 +
drivers/video/fbdev/omap2/omapfb/dss/hdmi5_core.c | 17 --------
drivers/video/fbdev/omap2/omapfb/dss/hdmi5_core.h | 1 -
drivers/video/fbdev/sh_mobile_lcdcfb.c | 6 +--
drivers/video/fbdev/sm501fb.c | 5 ++-
drivers/video/fbdev/udlfb.c | 8 ++--
drivers/video/fbdev/vga16fb.c | 7 ++--
drivers/video/hdmi.c | 28 --------------
include/linux/hdmi.h | 1 -
19 files changed, 27 insertions(+), 135 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 c4dae80357c [PR118497][IRA]: Fix calculation of cost of assigning calle [...]
new 93646300483 aarch64: Improve mcpu/march conflict check
new 997bba31ea8 aarch64: Replace duplicate cpu enums
new 362cdb70bc2 aarch64: Remove redundant generic cpu entry
new 5a674214b9f aarch64: Rename info structs in aarch64-common.cc
new 1ba5027ebfe aarch64: Adjust option parsing parameter types.
new 5c5b6a922ad aarch64: Inline aarch64_print_hint_for_core_or_arch
new ecb4565a473 aarch64: Move arch/cpu parsing to aarch64-common.cc
new 1edf47698a8 aarch64: Inline aarch64_get_all_extension_candidates
new 15e07e14372 aarch64: Rewrite architecture strings for assembler
new c6ef35b4c3c aarch64: Refactor aarch64_rewrite_mcpu
new b53781ce1e4 aarch64: Make AARCH64_FL_CRYPTO always unset
new c7847680cf1 aarch64: Add command line support for armv9.5-a
new 25464e795eb docs: Add +wfxt and +xs to armv9.2-a
new 12b7220dc5b aarch64: Add +cpa feature flag
The 14 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/common/config/aarch64/aarch64-common.cc | 467 +++++++++++++++++----
gcc/config/aarch64/aarch64-arches.def | 1 +
gcc/config/aarch64/aarch64-elf.h | 1 -
gcc/config/aarch64/aarch64-feature-deps.h | 12 +-
gcc/config/aarch64/aarch64-option-extensions.def | 2 +
gcc/config/aarch64/aarch64-opts.h | 6 +-
gcc/config/aarch64/aarch64-protos.h | 21 +-
gcc/config/aarch64/aarch64.cc | 426 +++----------------
gcc/config/aarch64/aarch64.h | 26 +-
gcc/config/aarch64/aarch64.opt | 2 +-
gcc/doc/invoke.texi | 5 +-
gcc/testsuite/gcc.target/aarch64/crypto-alias-1.c | 14 +
gcc/testsuite/gcc.target/aarch64/simd/armv9p5.c | 14 +
.../gcc.target/aarch64/target_attr_crypto_ice_1.c | 1 +
.../gcc.target/aarch64/target_attr_crypto_ice_2.c | 1 +
15 files changed, 523 insertions(+), 476 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/crypto-alias-1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/simd/armv9p5.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 10850f92b2a c++: ICE with nested anonymous union [PR117153]
new c4dae80357c [PR118497][IRA]: Fix calculation of cost of assigning calle [...]
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-color.cc | 1 +
gcc/ira-int.h | 5 ++++
gcc/ira.cc | 42 ++++++++++++++++++------------
gcc/testsuite/gcc.target/i386/pr118497.c | 16 ++++++++++++
gcc/testsuite/gcc.target/i386/vartrack-1.c | 12 ++++-----
5 files changed, 54 insertions(+), 22 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr118497.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-13
in repository gcc.
from 2c42f598b43 rs6000: Fix ICE for invalid constants in built-in functions
new 988c0b79672 c++: ICE with nested anonymous union [PR117153]
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/decl2.cc | 2 +-
gcc/testsuite/g++.dg/other/anon-union6.C | 13 +++++++++++++
gcc/testsuite/g++.dg/other/anon-union7.C | 16 ++++++++++++++++
3 files changed, 30 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/other/anon-union6.C
create mode 100644 gcc/testsuite/g++.dg/other/anon-union7.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 1836a65efc4 testsuite: arm: Use -Os -fno-math-errno in vfp-1.c [PR116448]
new 504fbafd45a c++: ICE with nested anonymous union [PR117153]
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/decl2.cc | 2 +-
gcc/testsuite/g++.dg/other/anon-union6.C | 13 +++++++++++++
gcc/testsuite/g++.dg/other/anon-union7.C | 16 ++++++++++++++++
3 files changed, 30 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/other/anon-union6.C
create mode 100644 gcc/testsuite/g++.dg/other/anon-union7.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 41a6d4f8aa6 testsuite: arm: Use -std=c17 for gcc.target/arm/thumb-bitfld1.c
new 10850f92b2a c++: ICE with nested anonymous union [PR117153]
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/decl2.cc | 2 +-
gcc/testsuite/g++.dg/other/anon-union6.C | 13 +++++++++++++
gcc/testsuite/g++.dg/other/anon-union7.C | 16 ++++++++++++++++
3 files changed, 30 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/other/anon-union6.C
create mode 100644 gcc/testsuite/g++.dg/other/anon-union7.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 a1acb1c0ede rs6000: Fix ICE for invalid constants in built-in functions
new 1836a65efc4 testsuite: arm: Use -Os -fno-math-errno in vfp-1.c [PR116448]
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.target/arm/vfp-1.c | 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 4daf088123b Fortran: Fix UTF-8 output with A edit descriptor.
new 062c04c45b2 testsuite: arm: Use -Os -fno-math-errno in vfp-1.c [PR116448]
new 41a6d4f8aa6 testsuite: arm: Use -std=c17 for gcc.target/arm/thumb-bitfld1.c
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/testsuite/gcc.target/arm/thumb-bitfld1.c | 2 +-
gcc/testsuite/gcc.target/arm/vfp-1.c | 2 +-
2 files changed, 2 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 3469d0f6eaa c++/modules: Fix linkage checks for exported using-decls
new 4daf088123b Fortran: Fix UTF-8 output with A edit descriptor.
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/gfortran.dg/utf8_3.f03 | 57 ++++++++++++++++++++++++++++++++++++
libgfortran/io/write.c | 4 ++-
2 files changed, 60 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/utf8_3.f03
--
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 4d18acf8023 jit: fix for write_reproducer [PR117886]
new 3469d0f6eaa c++/modules: Fix linkage checks for exported using-decls
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 | 1 +
gcc/config/arm/arm.cc | 1 +
gcc/testsuite/g++.dg/modules/builtin-8.C | 9 +++++++++
3 files changed, 11 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/modules/builtin-8.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.