This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/sphinx in repository gcc.
from 6ec928c2ae2 Merge branch 'master' into devel/sphinx adds 47abe2abf12 IBM Z: Avoid bash-specific substitution in configure adds 086882b1c8f c/100625 - avoid building invalid labels in the GIMPLE FE adds f6a060800d3 Docs: add 2 missing dots. adds e91a17fe39c AArch64: Have -mcpu=native and -march=native enable extensi [...] adds ce81282261c Bail in bounds_of_var_in_loop if scev returns NULL. adds 60a156ae53e libstdc++: Fix std::jthread assertion and re-enable skipped test adds fd89fc77639 libstdc++: diagnose some misuses of [locale.convenience] fu [...] adds 45aa7a44765 libstdc++: Fix filesystem::path constraints for volatile [P [...] adds 58f7c7e098b [nvptx] Handle memmodel for atomic ops adds 346cbaf5782 libstdc++: Fix wrong thread waking on notify [PR100334] adds 09867aa0ef7 PR fortran/98411 - Pointless warning for static variables adds 5d93261bc03 c++: Fix diagnostic for binding lvalue reference to volatil [...] adds ba886d0c488 openmp: Notify team barrier of pending tasks in omp_fulfill_event adds 5282b2ac001 MAINTAINERS: Add myself for write after approval adds 3f476de7fd2 Once a range becomes constant, make it invariant. adds a7ffc1ef6e3 Daily bump. adds 2e2eef80ac0 libstdc++: Fix miscellaneous issues with elements_view::_Se [...] adds 03cf8d54e5c libstdc++: Fix condition for memoizing reverse_view::begin( [...] adds fe993b469c5 libstdc++: Fix up semiregular-box partial specialization [P [...] adds 720dff974ea PR100281 C++: Fix SImode pointer handling adds 7e75d62442f IBM Z: Support vector _Bool language extension adds 4054472b3fa c/100547 - reject overly large vector_size attributes adds 414fe08a352 c/100522 - avoid invalid GIMPLE in GIMPLE parsing adds 1e07091de36 Fix gcc.target/i386/pr100582.c with AVX512 adds def010e4156 arc: Fix typo in negv2si2 pattern adds b2a09773155 genversion should depend on DATESTAMP adds 65061ea287a phiopt: Optimize partial_ordering spaceship >= 0 -ffinite-m [...] adds 978b62e554f function: Set dummy DECL_ASSEMBLER_NAME in push_dummy_funct [...] adds c81704b3592 regcprop: Avoid DCE of asm goto [PR100590] adds c0129e2d489 Use startswith in targets. adds 7b4bae0acb1 gcc-changelog: Remove use of non-strict mode adds 6806469dbed startswith: Fix offloading targets. new 905b28242c5 Merge branch 'master' into devel/sphinx
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 + MAINTAINERS | 1 + contrib/ChangeLog | 13 ++ contrib/gcc-changelog/git_email.py | 2 +- gcc/ChangeLog | 115 +++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/Makefile.in | 2 +- gcc/c-family/ChangeLog | 5 + gcc/c-family/c-attribs.c | 16 ++- gcc/c/ChangeLog | 6 + gcc/c/gimple-parser.c | 14 +- gcc/common/config/aarch64/aarch64-common.c | 2 +- gcc/common/config/bfin/bfin-common.c | 2 +- gcc/common/config/riscv/riscv-common.c | 4 +- gcc/config/aarch64/aarch64-sve-builtins-shapes.cc | 4 +- gcc/config/aarch64/aarch64.c | 2 +- gcc/config/aarch64/driver-aarch64.c | 14 +- gcc/config/alpha/alpha.c | 8 +- gcc/config/arc/simdext.md | 2 +- gcc/config/arm/aarch-common.c | 2 +- gcc/config/arm/arm.c | 8 +- gcc/config/arm/driver-arm.c | 4 +- gcc/config/avr/avr.c | 25 ++-- gcc/config/c6x/c6x.c | 14 +- gcc/config/darwin-c.c | 9 +- gcc/config/darwin.c | 141 ++++++++++----------- gcc/config/frv/frv.c | 16 +-- gcc/config/gcn/mkoffload.c | 8 +- gcc/config/i386/i386-builtins.c | 2 +- gcc/config/i386/i386-options.c | 2 +- gcc/config/i386/i386.c | 7 +- gcc/config/i386/intelmic-mkoffload.c | 2 +- gcc/config/i386/winnt.c | 5 +- gcc/config/ia64/ia64.c | 20 +-- gcc/config/mips/driver-native.c | 2 +- gcc/config/mips/mips.c | 10 +- gcc/config/msp430/msp430.c | 13 +- gcc/config/nios2/nios2.c | 13 +- gcc/config/nvptx/mkoffload.c | 8 +- gcc/config/nvptx/nvptx-protos.h | 1 + gcc/config/nvptx/nvptx.c | 77 +++++++++++ gcc/config/nvptx/nvptx.md | 31 ++++- gcc/config/pa/som.h | 13 +- gcc/config/pdp11/pdp11.c | 2 +- gcc/config/riscv/riscv.c | 2 +- gcc/config/rs6000/rs6000.c | 18 +-- gcc/config/s390/driver-native.c | 12 +- gcc/config/s390/s390-c.c | 2 + gcc/config/sparc/driver-sparc.c | 2 +- gcc/config/vax/vax.c | 8 +- gcc/config/vms/vms-ld.c | 22 +++- gcc/config/vms/vms.c | 2 +- gcc/configure | 3 +- gcc/configure.ac | 3 +- gcc/cp/ChangeLog | 6 + gcc/cp/call.c | 6 +- gcc/cp/cvt.c | 2 +- gcc/cp/tree.c | 25 +++- gcc/doc/invoke.texi | 4 +- gcc/fortran/ChangeLog | 12 ++ gcc/fortran/trans-decl.c | 1 + gcc/function.c | 3 + gcc/gimple-range-cache.cc | 15 ++- gcc/gimple-range.cc | 5 - gcc/regcprop.c | 1 + gcc/testsuite/ChangeLog | 93 ++++++++++++++ gcc/testsuite/g++.dg/conversion/pr100635.C | 12 ++ gcc/testsuite/g++.dg/opt/pr94589-2.C | 4 +- gcc/testsuite/g++.dg/other/pr100580.C | 8 ++ gcc/testsuite/g++.target/s390/pr100281-1.C | 10 ++ gcc/testsuite/g++.target/s390/pr100281-2.C | 9 ++ gcc/testsuite/gcc.dg/attr-vector_size.c | 16 --- gcc/testsuite/gcc.dg/gimplefe-error-10.c | 8 ++ gcc/testsuite/gcc.dg/gimplefe-error-9.c | 9 ++ gcc/testsuite/gcc.dg/pr100349.c | 16 +++ gcc/testsuite/gcc.dg/pr100512.c | 25 ++++ gcc/testsuite/gcc.dg/pr100547.c | 35 +++++ gcc/testsuite/gcc.dg/pr100590.c | 13 ++ .../aarch64/cpunative/{info_10 => info_16} | 4 +- .../aarch64/cpunative/{info_10 => info_17} | 4 +- .../cpunative/{native_cpu_0.c => native_cpu_16.c} | 4 +- .../cpunative/{native_cpu_0.c => native_cpu_17.c} | 6 +- gcc/testsuite/gcc.target/i386/pr100582.c | 6 +- gcc/testsuite/gcc.target/s390/zvector/vec-_Bool.c | 7 + gcc/testsuite/gfortran.dg/pr98411.f90 | 16 +++ gcc/tree-ssa-phiopt.c | 72 +++++++++-- gcc/tree.c | 29 +++-- gcc/vr-values.c | 3 + libgomp/ChangeLog | 6 + libgomp/task.c | 1 + .../libgomp.c-c++-common/task-detach-13.c | 59 +++++++++ libstdc++-v3/ChangeLog | 51 ++++++++ libstdc++-v3/include/bits/atomic_wait.h | 28 ++-- libstdc++-v3/include/bits/locale_facets.h | 5 + libstdc++-v3/include/experimental/bits/fs_path.h | 2 +- libstdc++-v3/include/std/ranges | 28 ++-- libstdc++-v3/include/std/thread | 2 +- .../22_locale/ctype/is/string/89728_neg.cc | 73 +++++++++++ .../27_io/filesystem/path/construct/100630.cc | 14 ++ .../29_atomics/atomic/wait_notify/100334.cc | 93 ++++++++++++++ libstdc++-v3/testsuite/30_threads/jthread/95989.cc | 1 - .../testsuite/30_threads/jthread/jthread.cc | 4 +- .../30_threads/jthread/{2.cc => version.cc} | 0 .../filesystem/path/construct/100630.cc | 14 ++ .../std/ranges/adaptors/detail/semiregular_box.cc | 18 +++ .../testsuite/std/ranges/adaptors/elements.cc | 31 +++++ libstdc++-v3/testsuite/std/ranges/single_view.cc | 16 +++ 107 files changed, 1341 insertions(+), 321 deletions(-) create mode 100644 gcc/testsuite/g++.dg/conversion/pr100635.C create mode 100644 gcc/testsuite/g++.dg/other/pr100580.C create mode 100644 gcc/testsuite/g++.target/s390/pr100281-1.C create mode 100644 gcc/testsuite/g++.target/s390/pr100281-2.C create mode 100644 gcc/testsuite/gcc.dg/gimplefe-error-10.c create mode 100644 gcc/testsuite/gcc.dg/gimplefe-error-9.c create mode 100644 gcc/testsuite/gcc.dg/pr100349.c create mode 100644 gcc/testsuite/gcc.dg/pr100512.c create mode 100644 gcc/testsuite/gcc.dg/pr100547.c create mode 100644 gcc/testsuite/gcc.dg/pr100590.c copy gcc/testsuite/gcc.target/aarch64/cpunative/{info_10 => info_16} (52%) copy gcc/testsuite/gcc.target/aarch64/cpunative/{info_10 => info_17} (52%) copy gcc/testsuite/gcc.target/aarch64/cpunative/{native_cpu_0.c => native_cpu_16.c} (86%) copy gcc/testsuite/gcc.target/aarch64/cpunative/{native_cpu_0.c => native_cpu_17.c} (73%) create mode 100644 gcc/testsuite/gcc.target/s390/zvector/vec-_Bool.c create mode 100644 gcc/testsuite/gfortran.dg/pr98411.f90 create mode 100644 libgomp/testsuite/libgomp.c-c++-common/task-detach-13.c create mode 100644 libstdc++-v3/testsuite/22_locale/ctype/is/string/89728_neg.cc create mode 100644 libstdc++-v3/testsuite/27_io/filesystem/path/construct/100630.cc create mode 100644 libstdc++-v3/testsuite/29_atomics/atomic/wait_notify/100334.cc rename libstdc++-v3/testsuite/30_threads/jthread/{2.cc => version.cc} (100%) create mode 100644 libstdc++-v3/testsuite/experimental/filesystem/path/construct/1 [...]