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 60ae041aae4 Merge branch 'master' into devel/sphinx adds c883d1dcdea libstdc++: Fix vector<bool> printer tests to work in debug mode adds 085c2f8f0e1 libstdc++: Fix CTAD for debug sequence containers adds de44eee5d52 libstdc++: Minor optimization for min/max/minmax adds 37620d57511 libstdc++: Simplify n-ary arithmetic promotion traits adds aba938d6c35 libstdc++: Enable doxygen processing for C++20 components adds 828176ba490 libstdc++: Improve doxygen comments in <bits/stl_function.h> adds 4fb471afc4f libstdc++: Improve doxygen documentation for std::unique_ptr adds 640df4ef815 aarch64: Fix float <-> int errors in vld4[q]_lane intrinsics adds bb04a03c6f9 Make 'gcc/hash-map-tests.c:test_map_of_type_with_ctor_and_d [...] adds aef703cf982 analyzer: detect and analyze calls via function pointer adds 1b342485274 analyzer: detect and analyze virtual function calls adds 15bdae01665 Darwin: Handle the -rpath command line option. adds 220c410162e libiberty, Darwin : Fix simple-object LTO table for cross-e [...] adds d2aa4e0b3b5 Objective-C: fix crash with -fobjc-nilcheck adds d39367fa82d configure: Allow host fragments to react to --enable-host-shared. adds 08defd9c4e4 Darwin, jit: Fix build [PR100613]. adds f0fca213bc5 Fortran: Add OpenMP's nothing directive support (con't) adds 6e529985d89 Daily bump. adds 1db70e61a92 Revert "Add the member integer_to_sse to processor_cost as [...] adds b7fc42073c0 Fix up 'gcc.dg/pr78213.c' for '--enable-checking=release' etc. adds eea1677fd03 JIT, testsuite, Darwin: Initial testsuite fixes. adds 4e6a5fa4037 openmp: For C++ ensure nothing directive has no operands adds cb23be4fa59 testsuite, JIT, Darwin: Adjust asm tests for Mach-O. adds c04d7669422 openmp: Fix ICE on requires clause with atomic_default_mem_order ( adds 301dc6011cb expand: Add new clrsb fallback expansion [PR101950] new 0b6c24dd10f 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 | 6 + Makefile.in | 3 + Makefile.tpl | 3 + config/ChangeLog | 5 + config/mh-darwin | 8 + contrib/ChangeLog | 6 + gcc/ChangeLog | 51 ++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 5 + gcc/analyzer/ChangeLog | 51 ++++ gcc/analyzer/analysis-plan.cc | 4 + gcc/analyzer/checker-path.cc | 28 +- gcc/analyzer/checker-path.h | 6 + gcc/analyzer/diagnostic-manager.cc | 23 +- gcc/analyzer/engine.cc | 183 +++++++++++ gcc/analyzer/exploded-graph.h | 39 +++ gcc/analyzer/program-point.cc | 18 ++ gcc/analyzer/program-point.h | 3 +- gcc/analyzer/program-state.cc | 44 +++ gcc/analyzer/program-state.h | 11 + gcc/analyzer/region-model.cc | 49 ++- gcc/analyzer/region-model.h | 6 + gcc/analyzer/state-purge.cc | 35 ++- gcc/analyzer/supergraph.cc | 43 ++- gcc/analyzer/supergraph.h | 7 +- gcc/c-family/ChangeLog | 6 + gcc/c/ChangeLog | 29 ++ gcc/c/c-parser.c | 15 +- gcc/config.gcc | 2 +- gcc/config/aarch64/arm_neon.h | 8 +- gcc/config/darwin.h | 3 +- gcc/config/i386/i386.c | 6 +- gcc/config/i386/i386.h | 1 - gcc/config/i386/x86-tune-costs.h | 26 -- gcc/cp/ChangeLog | 39 +++ gcc/cp/parser.c | 17 +- gcc/fortran/ChangeLog | 6 + gcc/hash-map-tests.c | 17 +- gcc/jit/ChangeLog | 5 + gcc/jit/Make-lang.in | 63 +++- gcc/jit/docs/examples/tut04-toyvm/toyvm.c | 2 +- gcc/jit/docs/examples/tut04-toyvm/toyvm.cc | 2 +- gcc/jit/jit-dejagnu.h | 338 +++++++++++++++++++++ gcc/objc/ChangeLog | 10 + gcc/objc/objc-act.c | 16 +- gcc/objc/objc-next-runtime-abi-02.c | 22 +- gcc/optabs.c | 79 +++++ gcc/testsuite/ChangeLog | 74 +++++ gcc/testsuite/c-c++-common/gomp/nothing-2.c | 2 + gcc/testsuite/c-c++-common/gomp/requires-3.c | 2 + gcc/testsuite/g++.dg/analyzer/vfunc-2.C | 44 +++ gcc/testsuite/g++.dg/analyzer/vfunc-3.C | 32 ++ gcc/testsuite/g++.dg/analyzer/vfunc-4.C | 28 ++ gcc/testsuite/g++.dg/analyzer/vfunc-5.C | 103 +++++++ gcc/testsuite/gcc.dg/analyzer/function-ptr-4.c | 24 ++ gcc/testsuite/gcc.dg/analyzer/pr100546.c | 17 ++ gcc/testsuite/gcc.dg/pr78213.c | 3 +- gcc/testsuite/gcc.target/i386/pr101950-1.c | 20 ++ gcc/testsuite/gcc.target/i386/pr101950-2.c | 19 ++ gcc/testsuite/gcc.target/i386/pr99881.c | 2 +- gcc/testsuite/gfortran.dg/{ => gomp}/nothing-1.f90 | 0 gcc/testsuite/gfortran.dg/{ => gomp}/nothing-2.f90 | 2 +- gcc/testsuite/jit.dg/harness.h | 2 +- gcc/testsuite/jit.dg/jit.exp | 7 +- gcc/testsuite/jit.dg/test-asm.c | 13 + gcc/testsuite/jit.dg/test-asm.cc | 12 + gcc/testsuite/obj-c++.dg/pr101666-0.mm | 7 + gcc/testsuite/obj-c++.dg/pr101666-1.mm | 10 + gcc/testsuite/obj-c++.dg/pr101666.inc | 29 ++ gcc/testsuite/objc.dg/pr101666-0.m | 7 + gcc/testsuite/objc.dg/pr101666-1.m | 10 + gcc/testsuite/objc.dg/pr101666.inc | 29 ++ libgomp/ChangeLog | 20 ++ libiberty/ChangeLog | 5 + libiberty/simple-object-mach-o.c | 5 + libstdc++-v3/ChangeLog | 62 ++++ libstdc++-v3/doc/doxygen/user.cfg.in | 20 +- libstdc++-v3/include/bits/stl_algo.h | 86 ++++-- libstdc++-v3/include/bits/stl_function.h | 134 ++++---- libstdc++-v3/include/bits/unique_ptr.h | 84 +++-- libstdc++-v3/include/debug/deque | 7 +- libstdc++-v3/include/debug/forward_list | 7 +- libstdc++-v3/include/debug/list | 7 +- libstdc++-v3/include/debug/vector | 7 +- libstdc++-v3/include/ext/type_traits.h | 16 +- libstdc++-v3/include/std/complex | 29 -- libstdc++-v3/include/std/type_traits | 55 +++- libstdc++-v3/python/libstdcxx/v6/printers.py | 10 +- .../testsuite/libstdc++-prettyprinters/simple.cc | 14 +- .../testsuite/libstdc++-prettyprinters/simple11.cc | 14 +- 90 files changed, 2120 insertions(+), 311 deletions(-) create mode 100644 gcc/jit/jit-dejagnu.h create mode 100644 gcc/testsuite/c-c++-common/gomp/nothing-2.c create mode 100644 gcc/testsuite/g++.dg/analyzer/vfunc-2.C create mode 100644 gcc/testsuite/g++.dg/analyzer/vfunc-3.C create mode 100644 gcc/testsuite/g++.dg/analyzer/vfunc-4.C create mode 100644 gcc/testsuite/g++.dg/analyzer/vfunc-5.C create mode 100644 gcc/testsuite/gcc.dg/analyzer/function-ptr-4.c create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr100546.c create mode 100644 gcc/testsuite/gcc.target/i386/pr101950-1.c create mode 100644 gcc/testsuite/gcc.target/i386/pr101950-2.c rename gcc/testsuite/gfortran.dg/{ => gomp}/nothing-1.f90 (100%) rename gcc/testsuite/gfortran.dg/{ => gomp}/nothing-2.f90 (75%) create mode 100644 gcc/testsuite/obj-c++.dg/pr101666-0.mm create mode 100644 gcc/testsuite/obj-c++.dg/pr101666-1.mm create mode 100644 gcc/testsuite/obj-c++.dg/pr101666.inc create mode 100644 gcc/testsuite/objc.dg/pr101666-0.m create mode 100644 gcc/testsuite/objc.dg/pr101666-1.m create mode 100644 gcc/testsuite/objc.dg/pr101666.inc