This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/modula-2 in repository gcc.
from 2525979b7b8 Correct module name component in global symbols. adds 5929f253fcd libstdc++: Only add valid -L paths to testsuite linker options adds 109f8af3d3c libstdc++: Use Clang attribute instead of __constinit adds ce9e0cc5da4 MAINTAINERS: adjust requested email address adds d63d9c3dd16 target/100784 - avoid ICE with folding __builtin_ia32_shufpd adds 2cda2bfa3fd c++: consistently diagnose bare CTAD placeholder in fn return type adds 09845ad7569 c++: CTAD inside alias template [PR91911, PR103672] adds 6b73c07ec2e Only add equivalencies that are still valid. adds 62eb400b51f aarch64: allow ld1/stq in test output [PR102517] adds 5c12507f5d0 middle-end/100786 - constant folding from incompatible alias adds 2f34d7ef3d0 c++: add testcase for recently fixed PR [PR103631] adds 30b38394b48 c++: Add test for fixed PR [PR102338] adds cc01cd9397f c++: designator for base class member [PR101405] adds d2ad748eeef Fortran: Fix scope for OMP AFFINITY clause iterator variabl [...] adds f5a9d76be84 analyzer: add regression test [PR103685] adds c4b8f3730a8 analyzer: reject ((i + 1 > 0) && (i < 0)) for integers [PR94362] adds 5fa55d55abd Daily bump. adds 39cd3cce525 runtime: build panic32.go on amd64p32 adds 6f45deb2aed [committed] Fix expected output for various MIPS multiplica [...] adds c2d9159717b optabs: Don't create pseudos in prepare_cmp_insn when not a [...] adds eb5ee646480 Reset relations when crossing backedges. adds 3e0b19f1d67 warn-access: Fix up warning_at arguments adds 1ad72811242 tree-optimization/104152 - add missing check for SLP consta [...] adds f953c8bc5bf tree-optimization/104156 - fix unswitching compare-debug issue adds bab0f691d52 aarch64: Adjust spellcheck tests for recent quotation-mark changes adds 9d7a84b9698 [ARM] Add support for TLS register based stack protector ca [...] adds caca8eddd93 sanitizer/99673 - bad -Wstringop-overread diagnostic with asan adds 7d47aae7cd4 libstdc++: Fix constexpr constructor for atomic<shared_ptr<T>> adds 199cd0e0f87 tree-optimization/100089 - BB vectorization of if-converted [...] adds 97f81909343 Enable configure detection of ld.mold. adds 2da1ef06ff4 libstdc++: Fix condition for __cpp_lib_shared_ptr_arrays adds b8806796ec6 libstdc++: Ensure all feature test macros have type long [PR87193] adds 45cae5b6392 libstdc++: Fix typo in comment adds 23be9f83bbd c++: [[no_unique_address]] and virtual base [PR104139] adds 087e545747c Strengthen a few OpenACC test cases adds 3abcbf24323 c++: ICE with noexcept and canonical types [PR101715] adds 85419ac5972 [PR103676] LRA: Calculate and exclude some start hard regis [...] adds 886e9779581 PR middle-end/104140: bootstrap ICE on riscv. adds 518aad6a161 rs6000: Fix bootstrap adds afe91e2566f rs6000: Support vector float/double for vec_sldw adds c163647ffbc Disable -fsplit-stack support on non-glibc targets adds 847a8301add c++: class array new checking [PR104084] adds 2e01fde49ea c++: explain failing static_assert new 027bcf0b7f5 Merge branch 'master' into devel/modula-2. new 77bed201663 Missing patch for hwint.h, removal of the __cplusplus guard.
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: ChangeLog | 4 + MAINTAINERS | 2 +- gcc/ChangeLog | 110 +++++++++++++ gcc/DATESTAMP | 2 +- gcc/analyzer/ChangeLog | 24 +++ gcc/analyzer/constraint-manager.cc | 172 +++++++++++++++++++-- gcc/analyzer/constraint-manager.h | 15 +- gcc/analyzer/region-model.cc | 5 +- gcc/common/config/s390/s390-common.cc | 14 +- gcc/config/arm/arm-opts.h | 6 + gcc/config/arm/arm-protos.h | 2 + gcc/config/arm/arm.cc | 55 +++++++ gcc/config/arm/arm.md | 71 ++++++++- gcc/config/arm/arm.opt | 22 +++ gcc/config/i386/gnu-user-common.h | 5 +- gcc/config/i386/gnu.h | 5 +- gcc/config/i386/i386.cc | 2 +- gcc/config/riscv/riscv-c.cc | 3 + gcc/config/rs6000/rs6000-overload.def | 4 + gcc/config/rs6000/rs6000.cc | 2 +- gcc/configure | 18 +++ gcc/configure.ac | 16 ++ gcc/cp/ChangeLog | 32 ++++ gcc/cp/class.cc | 4 +- gcc/cp/decl.cc | 20 ++- gcc/cp/init.cc | 2 +- gcc/cp/pt.cc | 60 ++++--- gcc/cp/semantics.cc | 33 ++-- gcc/cp/tree.cc | 22 ++- gcc/doc/generic.texi | 9 ++ gcc/doc/invoke.texi | 11 ++ gcc/fortran/ChangeLog | 12 ++ gcc/fortran/dump-parse-tree.cc | 4 +- gcc/fortran/gfortran.h | 3 + gcc/fortran/openmp.cc | 6 +- gcc/fortran/trans-decl.cc | 3 + gcc/fortran/trans-openmp.cc | 2 +- gcc/gimple-fold.cc | 4 +- gcc/gimple-range-path.cc | 48 +++++- gcc/gimple-range-path.h | 3 +- gcc/gimple-ssa-warn-access.cc | 5 +- gcc/go/gofrontend/MERGE | 2 +- gcc/hwint.h | 7 +- gcc/ira.cc | 14 +- gcc/ira.h | 7 + gcc/lra-assigns.cc | 2 +- gcc/lra-constraints.cc | 148 +++++++++++------- gcc/lra-int.h | 8 +- gcc/lra-remat.cc | 2 +- gcc/lra.cc | 18 ++- gcc/lra.h | 2 - gcc/optabs.cc | 8 +- gcc/testsuite/ChangeLog | 90 +++++++++++ gcc/testsuite/g++.dg/abi/no_unique_address2.C | 27 ++++ gcc/testsuite/g++.dg/cpp0x/noexcept72.C | 21 +++ gcc/testsuite/g++.dg/cpp0x/noexcept73.C | 13 ++ gcc/testsuite/g++.dg/cpp1y/noexcept2.C | 20 +++ gcc/testsuite/g++.dg/cpp1z/class-deduction101.C | 17 ++ gcc/testsuite/g++.dg/cpp1z/class-deduction101a.C | 22 +++ gcc/testsuite/g++.dg/cpp1z/class-deduction101b.C | 22 +++ gcc/testsuite/g++.dg/cpp1z/class-deduction102.C | 25 +++ gcc/testsuite/g++.dg/cpp1z/class-deduction102a.C | 27 ++++ gcc/testsuite/g++.dg/cpp1z/class-deduction102b.C | 30 ++++ gcc/testsuite/g++.dg/cpp1z/class-deduction103.C | 22 +++ gcc/testsuite/g++.dg/cpp2a/desig20.C | 20 +++ gcc/testsuite/g++.dg/cpp2a/nontype-class51.C | 26 ++++ gcc/testsuite/g++.dg/init/new50.C | 9 ++ gcc/testsuite/g++.dg/other/pr88187.C | 2 +- gcc/testsuite/g++.dg/template/explicit-args6.C | 2 + gcc/testsuite/g++.target/arm/pr103676.C | 32 ++++ gcc/testsuite/gcc.dg/analyzer/pr94362-1.c | 60 +++++++ gcc/testsuite/gcc.dg/analyzer/pr94362-2.c | 42 +++++ gcc/testsuite/gcc.dg/analyzer/torture/pr103685.c | 33 ++++ gcc/testsuite/gcc.dg/asan/pr99673.c | 27 ++++ gcc/testsuite/gcc.dg/loop-unswitch-6.c | 32 ++++ gcc/testsuite/gcc.dg/pr102478.c | 29 ++++ gcc/testsuite/gcc.dg/pr103721-2.c | 28 ++++ gcc/testsuite/gcc.dg/pr103721.c | 25 +++ gcc/testsuite/gcc.dg/torture/pr100786.c | 9 ++ gcc/testsuite/gcc.dg/vect/pr104152.c | 40 +++++ gcc/testsuite/gcc.target/aarch64/cpymem-q-reg_1.c | 4 +- gcc/testsuite/gcc.target/aarch64/spellcheck_1.c | 2 +- gcc/testsuite/gcc.target/aarch64/spellcheck_2.c | 2 +- gcc/testsuite/gcc.target/aarch64/spellcheck_3.c | 2 +- gcc/testsuite/gcc.target/aarch64/spellcheck_7.c | 2 +- gcc/testsuite/gcc.target/arm/stack-protector-7.c | 12 ++ gcc/testsuite/gcc.target/arm/stack-protector-8.c | 7 + gcc/testsuite/gcc.target/mips/fix-r4000-2.c | 4 +- gcc/testsuite/gcc.target/mips/fix-r4000-3.c | 6 +- gcc/testsuite/gcc.target/mips/fix-r4000-7.c | 4 +- gcc/testsuite/gcc.target/mips/fix-r4000-8.c | 6 +- gcc/testsuite/gcc.target/powerpc/builtins-4.c | 34 ++-- gcc/testsuite/gcc.target/riscv/pr104140.c | 11 ++ .../gfortran.dg/gomp/affinity-clause-3.f90 | 2 +- gcc/testsuite/gfortran.dg/gomp/pr102621.f90 | 12 ++ gcc/testsuite/gfortran.dg/gomp/pr103695.f90 | 18 +++ gcc/tree-ssa-loop-unswitch.cc | 50 ++++-- gcc/tree-ssa-math-opts.cc | 4 + gcc/tree-ssa-threadbackward.cc | 4 + gcc/tree-vect-slp.cc | 20 ++- gcc/tree.def | 14 +- gcc/value-relation.cc | 45 ++++-- gcc/value-relation.h | 3 + libgo/go/runtime/panic32.go | 4 +- .../libgomp.oacc-c-c++-common/loop-gwv-1.c | 25 ++- .../libgomp.oacc-c-c++-common/loop-gwv-2.c | 34 +++- .../libgomp.oacc-c-c++-common/loop-red-gwv-1.c | 22 ++- .../libgomp.oacc-c-c++-common/loop-red-v-1.c | 11 +- .../libgomp.oacc-c-c++-common/loop-red-v-2.c | 11 +- .../libgomp.oacc-c-c++-common/loop-red-w-1.c | 13 +- .../libgomp.oacc-c-c++-common/loop-red-w-2.c | 13 +- .../libgomp.oacc-c-c++-common/loop-red-wv-1.c | 19 ++- .../testsuite/libgomp.oacc-c-c++-common/loop-v-1.c | 13 +- .../testsuite/libgomp.oacc-c-c++-common/loop-w-1.c | 13 +- .../libgomp.oacc-c-c++-common/loop-wv-1.c | 19 ++- .../libgomp.oacc-c-c++-common/routine-gwv-1.c | 21 ++- .../libgomp.oacc-c-c++-common/routine-v-1.c | 13 +- .../libgomp.oacc-c-c++-common/routine-w-1.c | 13 +- .../libgomp.oacc-c-c++-common/routine-wv-1.c | 19 ++- libstdc++-v3/ChangeLog | 13 ++ libstdc++-v3/include/bits/alloc_traits.h | 2 +- libstdc++-v3/include/bits/allocator.h | 2 +- libstdc++-v3/include/bits/basic_string.h | 2 +- libstdc++-v3/include/bits/chrono.h | 4 +- libstdc++-v3/include/bits/move.h | 2 +- libstdc++-v3/include/bits/node_handle.h | 2 +- libstdc++-v3/include/bits/range_access.h | 2 +- libstdc++-v3/include/bits/shared_ptr.h | 2 +- libstdc++-v3/include/bits/shared_ptr_atomic.h | 4 +- libstdc++-v3/include/bits/stl_algo.h | 4 +- libstdc++-v3/include/bits/stl_algobase.h | 2 +- libstdc++-v3/include/bits/stl_function.h | 2 +- libstdc++-v3/include/bits/stl_iterator.h | 2 +- libstdc++-v3/include/bits/stl_map.h | 2 +- libstdc++-v3/include/bits/stl_tree.h | 2 +- libstdc++-v3/include/bits/unique_ptr.h | 2 +- libstdc++-v3/include/bits/unordered_map.h | 2 +- libstdc++-v3/include/c_global/cmath | 2 +- libstdc++-v3/include/c_global/cstddef | 2 +- libstdc++-v3/include/std/atomic | 2 +- libstdc++-v3/include/std/complex | 2 +- libstdc++-v3/include/std/filesystem | 2 +- libstdc++-v3/include/std/functional | 4 +- libstdc++-v3/include/std/iomanip | 2 +- libstdc++-v3/include/std/mutex | 2 +- libstdc++-v3/include/std/numeric | 6 +- libstdc++-v3/include/std/tuple | 4 +- libstdc++-v3/include/std/type_traits | 22 +-- libstdc++-v3/include/std/version | 102 ++++++------ libstdc++-v3/libsupc++/new | 2 +- libstdc++-v3/scripts/testsuite_flags.in | 12 +- libstdc++-v3/src/c++11/cxx11-ios_failure.cc | 4 + libstdc++-v3/src/c++11/future.cc | 4 + libstdc++-v3/src/c++11/system_error.cc | 4 + libstdc++-v3/src/c++17/memory_resource.cc | 4 + .../20_util/shared_ptr/atomic/atomic_shared_ptr.cc | 3 + .../testsuite/20_util/shared_ptr/cons/array.cc | 2 +- .../testsuite/20_util/weak_ptr/atomic_weak_ptr.cc | 3 + 158 files changed, 2168 insertions(+), 418 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/noexcept72.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/noexcept73.C create mode 100644 gcc/testsuite/g++.dg/cpp1y/noexcept2.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction101.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction101a.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction101b.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction102.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction102a.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction102b.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction103.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/desig20.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/nontype-class51.C create mode 100644 gcc/testsuite/g++.dg/init/new50.C create mode 100644 gcc/testsuite/g++.target/arm/pr103676.C create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr94362-1.c create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr94362-2.c create mode 100644 gcc/testsuite/gcc.dg/analyzer/torture/pr103685.c create mode 100644 gcc/testsuite/gcc.dg/asan/pr99673.c create mode 100644 gcc/testsuite/gcc.dg/loop-unswitch-6.c create mode 100644 gcc/testsuite/gcc.dg/pr102478.c create mode 100644 gcc/testsuite/gcc.dg/pr103721-2.c create mode 100644 gcc/testsuite/gcc.dg/pr103721.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr100786.c create mode 100644 gcc/testsuite/gcc.dg/vect/pr104152.c create mode 100644 gcc/testsuite/gcc.target/arm/stack-protector-7.c create mode 100644 gcc/testsuite/gcc.target/arm/stack-protector-8.c create mode 100644 gcc/testsuite/gcc.target/riscv/pr104140.c create mode 100644 gcc/testsuite/gfortran.dg/gomp/pr102621.f90 create mode 100644 gcc/testsuite/gfortran.dg/gomp/pr103695.f90