This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 33b255a1aa2 testcase: Add testcase for shrink wrapping of vector<int>:: [...]
new 5cc8a751400 testsuite: arm: rename arm_v8_1_lob_ok into arm_v8_1m_lob_hw
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/ivopts.c | 2 +-
gcc/testsuite/gcc.target/arm/lob1.c | 2 +-
gcc/testsuite/gcc.target/arm/lob6.c | 2 +-
gcc/testsuite/gcc.target/arm/unsigned-extend-2.c | 2 +-
gcc/testsuite/lib/target-supports.exp | 12 ++++++------
5 files changed, 10 insertions(+), 10 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 992be16d838 [committed] [RISC-V] Fix testsuite fallout from recent changes
new 33b255a1aa2 testcase: Add testcase for shrink wrapping of vector<int>:: [...]
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/g++.dg/opt/shrink-wrapping-vector-1.C | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/opt/shrink-wrapping-vector-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 master
in repository linux.
from 900241a5cc15 Merge tag 'drm-fixes-2025-04-11-1' of https://gitlab.freed [...]
new 2ccd42b959aa s390/virtio_ccw: Don't allocate/assign airqs for non-exist [...]
new 8231a0e63240 s390: Add z17 elf platform
new c51ea9888e88 s390: Allow to compile with z17 optimizations
new df194f57de71 s390/cpumf: Update CPU Measurement facility extended count [...]
new aa1ac98268cd s390/cpumf: Fix double free on error in cpumf_pmu_event_init()
new 9b03fa105c69 Merge tag 's390-6.15-3' of git://git.kernel.org/pub/scm/li [...]
new 7ab4f0e37a0f ACPI PPTT: Fix coding mistakes in a couple of sizeof() calls
new b988685388ef ACPI: EC: Set ec_no_wakeup for Lenovo Go S
new a8605b0ed187 ACPI: button: Only send `KEY_POWER` for `ACPI_BUTTON_NOTIF [...]
new dcc4aca53338 Merge branches 'acpi-ec' and 'acpi-button'
new c86e5b561a4a Merge tag 'acpi-6.15-rc2' of git://git.kernel.org/pub/scm/ [...]
new df4bf3fa1b1e iommu: Fix crash in report_iommu_fault()
new 548183ea388c iommu/vt-d: Wire up irq_ack() to irq_move_irq() for posted MSIs
new 7d8c490ba396 iommu/vt-d: Remove an unnecessary call set_dma_ops()
new 280e5a301005 iommu: Clear iommu-dma ops on cleanup
new d9d3cede4167 iommu/ipmmu-vmsa: Register in a sensible order
new 99deffc409b6 iommu/exynos: Fix suspend/resume with IDENTITY domain
new 38e8844005e6 iommu/mediatek: Fix NULL pointer deference in mtk_iommu_de [...]
new ae4814a3aab5 iommu: remove unneeded semicolon
new 767e22001dfc iommu/tegra241-cmdqv: Fix warnings due to dmam_free_coherent()
new 023e62ce85ce Merge tag 'iommu-fixes-v6.15-rc1' of git://git.kernel.org/ [...]
new 9546ad1a9bda nvme: requeue namespace scan on missed AENs
new 62baf70c3274 nvme: re-read ANA log page after ns scan completes
new e3105f54a515 nvme: multipath: fix return value of nvme_available_path
new b013b817f32f nvme-tcp: fix use-after-free of netns by kernel TCP socket.
new 2b5f0c5bc819 nvmet-fcloop: swap list_add_tail arguments
new f22c458f9495 nvmet-fcloop: replace kref with refcount
new 72511b1dc414 nvmet-fcloop: add ref counting to lport
new aeaa0913a699 nvmet-fc: inline nvmet_fc_delete_assoc
new 88517565b592 nvmet-fc: inline nvmet_fc_free_hostport
new 1a909565733e nvmet-fc: update tgtport ref per assoc
new b0b26ad0e194 nvmet-fc: take tgtport reference only once
new 70289ae5cac4 nvmet-fc: put ref when assoc->del_work is already scheduled
new 818ad0bb4000 Merge tag 'nvme-6.15-2025-04-10' of git://git.infradead.or [...]
new 3b607b75a345 null_blk: Use strscpy() instead of strscpy_pad() in null_a [...]
new ff885625298f Merge tag 'block-6.15-20250411' of git://git.kernel.dk/linux
new ad320e408a8c ata: pata_pxa: Fix potential NULL pointer dereference in p [...]
new 8d46a2708503 ata: sata_sx4: Add error handling in pdc20621_i2c_read()
new 2f3e5ef271e8 Merge tag 'ata-6.15-rc2' of git://git.kernel.org/pub/scm/l [...]
new 5d07ab2a7fa1 spi: fsl-qspi: Fix double cleanup in probe error path
new 82bedbfedd2f spi: fsl-spi: Remove redundant probe error message
new e618ee89561b Merge tag 'spi-fix-v6.15-rc1' of git://git.kernel.org/pub/ [...]
The 42 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/s390/Kconfig | 19 +++
arch/s390/Makefile | 2 +
arch/s390/include/asm/march.h | 4 +
arch/s390/kernel/perf_cpum_cf.c | 11 +-
arch/s390/kernel/perf_cpum_cf_events.c | 167 ++++++++++++++++++++++++-
arch/s390/kernel/perf_cpum_sf.c | 3 -
arch/s390/kernel/processor.c | 4 +
arch/s390/tools/gen_facilities.c | 3 +
drivers/acpi/button.c | 2 +-
drivers/acpi/ec.c | 28 +++++
drivers/acpi/pptt.c | 4 +-
drivers/ata/pata_pxa.c | 6 +
drivers/ata/sata_sx4.c | 13 +-
drivers/block/null_blk/main.c | 2 +-
drivers/iommu/arm/arm-smmu-v3/tegra241-cmdqv.c | 32 +----
drivers/iommu/dma-iommu.c | 4 +-
drivers/iommu/exynos-iommu.c | 4 +-
drivers/iommu/intel/iommu.c | 1 -
drivers/iommu/intel/irq_remapping.c | 29 ++---
drivers/iommu/iommu.c | 6 +-
drivers/iommu/ipmmu-vmsa.c | 27 ++--
drivers/iommu/mtk_iommu.c | 26 ++--
drivers/nvme/host/core.c | 9 ++
drivers/nvme/host/multipath.c | 2 +-
drivers/nvme/host/tcp.c | 2 +
drivers/nvme/target/fc.c | 60 +++------
drivers/nvme/target/fcloop.c | 74 ++++++-----
drivers/s390/virtio/virtio_ccw.c | 16 ++-
drivers/spi/spi-fsl-qspi.c | 8 +-
29 files changed, 384 insertions(+), 184 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 889e40576fe [PATCH v2] RISC-V: Fixbug for slli + addw + zext.w into sh[ [...]
new 45c949fb697 c++: avoid ARM -Wunused-value [PR114970]
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/cp-gimplify.cc | 7 +++++--
gcc/testsuite/g++.dg/opt/is_constant_evaluated4.C | 20 ++++++++++++++++++++
2 files changed, 25 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/opt/is_constant_evaluated4.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 4acdfb71d4f c++: avoid ARM -Wunused-value [PR114970]
new 992be16d838 [committed] [RISC-V] Fix testsuite fallout from recent changes
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/riscv/rvv/base/pr115068-run.c | 2 +-
gcc/testsuite/gcc.target/riscv/rvv/base/pr115068.c | 2 +-
gcc/testsuite/gcc.target/riscv/rvv/base/vwaddsub-1.c | 2 +-
3 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 gcc.
from 44478b69d70 libstdc++: Add fast_float patch to LOCAL_PATCHES
new 4acdfb71d4f c++: avoid ARM -Wunused-value [PR114970]
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/cp-gimplify.cc | 7 +++++--
gcc/testsuite/g++.dg/opt/is_constant_evaluated4.C | 20 ++++++++++++++++++++
2 files changed, 25 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/opt/is_constant_evaluated4.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 devel/omp/gcc-14
in repository gcc.
from b05827d5665 OpenACC 2.7: update _OPENACC value test in testcases
new ea9516fe499 OpenACC 2.7: adjust 2.6 references to 2.7
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/intrinsic.texi | 6 +++---
libgomp/libgomp.texi | 8 ++++----
libgomp/openacc.f90 | 2 +-
libgomp/openacc_lib.h | 2 +-
libgomp/testsuite/libgomp.oacc-fortran/openacc_version-1.f | 2 +-
libgomp/testsuite/libgomp.oacc-fortran/openacc_version-2.f90 | 2 +-
6 files changed, 11 insertions(+), 11 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 648d5c26e25 libstdc++: Use constexpr-if for std::basic_string::_S_copy_chars
new c3ba75f6ac7 libstdc++: Support aarch64-w64-mingw32 target in fast_float
new 44478b69d70 libstdc++: Add fast_float patch to LOCAL_PATCHES
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:
libstdc++-v3/src/c++17/fast_float/LOCAL_PATCHES | 1 +
libstdc++-v3/src/c++17/fast_float/fast_float.h | 3 ++-
2 files changed, 3 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 da9ffdece9b gdb/testsuite: fix gdb.base/dlmopen-ns-ids.exp racy test
new 52c5091dfb1 bfd: fix missing warnings from bfd_check_format_matches
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/format.c | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
--
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 ea0498f46e4 Automatic date update in version.in
new da9ffdece9b gdb/testsuite: fix gdb.base/dlmopen-ns-ids.exp racy test
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/testsuite/gdb.base/dlmopen-ns-ids.exp | 20 +++++++++++---------
1 file changed, 11 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 ae54d8cb51e libstdc++: Define __cpp_lib_containers_ranges in appropriat [...]
new 648d5c26e25 libstdc++: Use constexpr-if for std::basic_string::_S_copy_chars
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/basic_string.h | 31 +++++++++++++++++++++++--------
libstdc++-v3/src/c++11/string-inst.cc | 3 ++-
2 files changed, 25 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 releases/gcc-13
in repository gcc.
from 372415181e4 [PATCH v2] RISC-V: Fixbug for slli + addw + zext.w into sh[ [...]
new 97fa1ba8484 middle-end/115110 - Fix view_converted_memref_p
new 35aede5a6bc testsuite: add testcase for fixed PR107467
new fb17a8b24cb ipa/111245 - bogus modref analysis for store in call that m [...]
new 330a02b893e tree-optimization/112859 - bogus loop distribution
new 0f86e86a869 tree-optimization/112859 - add comment
new 949f3804786 lto/113207 - fix free_lang_data_in_type
new 2f37a08b51e tree-optimization/114052 - consider infinite sub-loops when [...]
new 4e49ae8d905 lto/114501 - missed free-lang-data for CONSTRUCTOR index
new 9ade99bfbc7 tree-optimization/116906 - unsafe PRE with never executed edges
new 8ee6631540c tree-optimization/117113 - ICE with unroll-and-jam
new 7b0936da8db tree-optimization/117424 - invalid LIM of trapping ref
new 68b740f9e31 tree-optimization/119145 - avoid stray .MASK_CALL after vec [...]
The 12 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/gimple-loop-jam.cc | 12 +++++-
gcc/ipa-free-lang-data.cc | 17 +++++++-
gcc/ipa-modref.cc | 3 +-
gcc/testsuite/g++.dg/lto/pr107467_0.C | 52 ++++++++++++++++++++++++
gcc/testsuite/g++.dg/pr114501_0.C | 20 +++++++++
gcc/testsuite/g++.dg/torture/pr111245.C | 23 +++++++++++
gcc/testsuite/gcc.dg/pr113207.c | 10 +++++
gcc/testsuite/gcc.dg/pr114052-1.c | 40 ++++++++++++++++++
gcc/testsuite/gcc.dg/pr116906-1.c | 43 ++++++++++++++++++++
gcc/testsuite/gcc.dg/{pr78185.c => pr116906-2.c} | 28 +++++++++----
gcc/testsuite/gcc.dg/torture/pr112859.c | 24 +++++++++++
gcc/testsuite/gcc.dg/torture/pr115347.c | 21 ++++++++++
gcc/testsuite/gcc.dg/torture/pr117113.c | 20 +++++++++
gcc/testsuite/gcc.dg/tree-ssa/ssa-lim-25.c | 18 ++++++++
gcc/testsuite/gcc.dg/vect/pr119145.c | 35 ++++++++++++++++
gcc/tree-eh.cc | 9 +++-
gcc/tree-loop-distribution.cc | 31 ++++++++------
gcc/tree-ssa-alias.cc | 5 ++-
gcc/tree-ssa-loop-niter.cc | 9 +++-
gcc/tree-ssa-pre.cc | 16 +++++---
gcc/tree-vectorizer.cc | 4 +-
21 files changed, 403 insertions(+), 37 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/lto/pr107467_0.C
create mode 100644 gcc/testsuite/g++.dg/pr114501_0.C
create mode 100644 gcc/testsuite/g++.dg/torture/pr111245.C
create mode 100644 gcc/testsuite/gcc.dg/pr113207.c
create mode 100644 gcc/testsuite/gcc.dg/pr114052-1.c
create mode 100644 gcc/testsuite/gcc.dg/pr116906-1.c
copy gcc/testsuite/gcc.dg/{pr78185.c => pr116906-2.c} (53%)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr112859.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr115347.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr117113.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ssa-lim-25.c
create mode 100644 gcc/testsuite/gcc.dg/vect/pr119145.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 newlib.
from dc6aa8776 Cygwin: console: Fix the console states after the console is closed
new 1c530c37f newlib: sys/unistd.h: Change inline to __inline
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:
newlib/libc/include/sys/unistd.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 main
in repository newlib.
from dc6aa8776 Cygwin: console: Fix the console states after the console is closed
new 1c530c37f newlib: sys/unistd.h: Change inline to __inline
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:
newlib/libc/include/sys/unistd.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 cygwin-3_6-branch
in repository newlib.
from 92f866159 Cygwin: console: Fix the console states after the console is closed
new 191bb5fa8 newlib: sys/unistd.h: Change inline to __inline
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:
newlib/libc/include/sys/unistd.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 882d3b319db libstdc++: Add P1206R7 from_range members to std::string [P [...]
new b905ce8caf0 d: Merge upstream dmd 1b34fea478, phobos 40ffbb364
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/d/dmd/MERGE | 2 +-
gcc/d/dmd/globals.h | 1 +
gcc/d/dmd/lexer.d | 4 +-
gcc/d/dmd/location.d | 23 +++++---
gcc/d/dmd/typesem.d | 16 +++++-
gcc/testsuite/gdc.test/compilable/test21179.d | 11 ++++
.../gdc.test/fail_compilation/fail_pretty_errors.d | 18 +++---
libphobos/Makefile.in | 1 +
libphobos/configure | 53 ++++++++++++++++-
libphobos/configure.ac | 1 +
libphobos/libdruntime/Makefile.am | 3 +-
libphobos/libdruntime/Makefile.in | 4 +-
libphobos/m4/druntime/os.m4 | 27 +++++++++
libphobos/src/MERGE | 2 +-
libphobos/src/Makefile.am | 3 +-
libphobos/src/Makefile.in | 4 +-
libphobos/src/std/format/write.d | 11 +++-
libphobos/src/std/random.d | 66 ++++++++++++++++++----
libphobos/testsuite/Makefile.in | 1 +
libphobos/testsuite/testsuite_flags.in | 2 +-
20 files changed, 210 insertions(+), 43 deletions(-)
create mode 100644 gcc/testsuite/gdc.test/compilable/test21179.d
--
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 28244925ed7 OpenACC 2.7: update _OPENACC symbol to 201811
new b05827d5665 OpenACC 2.7: update _OPENACC value test in testcases
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/c-c++-common/cpp/openacc-define-3.c | 2 +-
gcc/testsuite/gfortran.dg/openacc-define-3.f90 | 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 3b33d792cf1 libstdc++: Implement debug format for strings and character [...]
new 882d3b319db libstdc++: Add P1206R7 from_range members to std::string [P [...]
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/basic_string.h | 182 +++++++++++++++++++++
libstdc++-v3/include/bits/cow_string.h | 115 +++++++++++++
.../21_strings/basic_string/cons/from_range.cc | 124 ++++++++++++++
.../basic_string/modifiers/append/append_range.cc | 125 ++++++++++++++
.../basic_string/modifiers/assign/assign_range.cc | 116 +++++++++++++
.../basic_string/modifiers/insert/insert_range.cc | 130 +++++++++++++++
.../modifiers/replace/replace_with_range.cc | 133 +++++++++++++++
7 files changed, 925 insertions(+)
create mode 100644 libstdc++-v3/testsuite/21_strings/basic_string/cons/from_range.cc
create mode 100644 libstdc++-v3/testsuite/21_strings/basic_string/modifiers/append [...]
create mode 100644 libstdc++-v3/testsuite/21_strings/basic_string/modifiers/assign [...]
create mode 100644 libstdc++-v3/testsuite/21_strings/basic_string/modifiers/insert [...]
create mode 100644 libstdc++-v3/testsuite/21_strings/basic_string/modifiers/replac [...]
--
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.
"David Spickett pushed a change to branch master
in repository toolchain/jenkins-scripts.
from 01413adb round-robin.sh (build_abe): Define workspace as needed
new 34b1288a tcwg-update-llvmbot-containers.sh: Move flang-aarch64-libcxx [...]
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:
tcwg-update-llvmbot-containers.sh | 7 ++++++-
1 file changed, 6 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.
"David Spickett pushed a change to branch master
in repository toolchain/llvm/linaro-scripts.
from 3817829 Revert "llvmbot monitor: Move flang-aarch64-dylib to silent"
new 42ce054 tcwg-llvmbot: Move flang-aarch64-libcxx to silent
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:
monitor/linaro.json | 15 ++++++++++++++-
1 file changed, 14 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 devel/omp/gcc-14
in repository gcc.
from b25ca248132 Merge remote-tracking branch 'origin/releases/gcc-14' into [...]
new 28244925ed7 OpenACC 2.7: update _OPENACC symbol to 201811
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-cppbuiltin.cc | 2 +-
gcc/fortran/cpp.cc | 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 releases/gcc-13
in repository gcc.
from e7312bf6583 Daily bump.
new 372415181e4 [PATCH v2] RISC-V: Fixbug for slli + addw + zext.w into sh[ [...]
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/riscv/bitmanip.md | 4 +++-
gcc/testsuite/gcc.target/riscv/zba-shNadd-09.c | 12 ++++++++++++
gcc/testsuite/gcc.target/riscv/zba-shNadd-10.c | 21 +++++++++++++++++++++
3 files changed, 36 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/riscv/zba-shNadd-09.c
create mode 100644 gcc/testsuite/gcc.target/riscv/zba-shNadd-10.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 0379129ebd6 Daily bump.
new 889e40576fe [PATCH v2] RISC-V: Fixbug for slli + addw + zext.w into sh[ [...]
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/riscv/bitmanip.md | 4 +++-
gcc/testsuite/gcc.target/riscv/zba-shNadd-09.c | 12 ++++++++++++
gcc/testsuite/gcc.target/riscv/zba-shNadd-10.c | 21 +++++++++++++++++++++
3 files changed, 36 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/riscv/zba-shNadd-09.c
create mode 100644 gcc/testsuite/gcc.target/riscv/zba-shNadd-10.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 b57d7ef4bdd bitintlower: Fix up handling of nested casts in m_upward_2l [...]
new 3b33d792cf1 libstdc++: Implement debug format for strings and character [...]
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:
contrib/unicode/DerivedGeneralCategory.txt | 4323 ++++++++++++++++++++
contrib/unicode/README | 3 +-
contrib/unicode/gen_libstdcxx_unicode_data.py | 47 +-
libstdc++-v3/include/bits/chrono_io.h | 16 +-
libstdc++-v3/include/bits/unicode-data.h | 260 +-
libstdc++-v3/include/bits/unicode.h | 17 +
libstdc++-v3/include/std/format | 492 ++-
.../testsuite/23_containers/vector/bool/format.cc | 3 +-
libstdc++-v3/testsuite/std/format/debug.cc | 454 ++
.../testsuite/std/format/debug_nonunicode.cc | 5 +
libstdc++-v3/testsuite/std/format/parse_ctx.cc | 2 +-
libstdc++-v3/testsuite/std/format/string.cc | 2 +-
12 files changed, 5538 insertions(+), 86 deletions(-)
create mode 100644 contrib/unicode/DerivedGeneralCategory.txt
create mode 100644 libstdc++-v3/testsuite/std/format/debug.cc
create mode 100644 libstdc++-v3/testsuite/std/format/debug_nonunicode.cc
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.