Updating GIT tree >From git://gcc.gnu.org/git/gcc 2b4122c4165..271745bafaf master -> origin/master d26a2eac8bb..db69885eac8 devel/omp/gcc-14 -> origin/devel/omp/gcc-14 ed1b4d72d9b..75ef9fd3ffc devel/rust/master -> origin/devel/rust/master 7f18798956f..8204a7295ed releases/gcc-12 -> origin/releases/gcc-12 f57554cea72..1e74e8be6ee releases/gcc-13 -> origin/releases/gcc-13 f8c281d5c91..243e634f5be releases/gcc-14 -> origin/releases/gcc-14 2b4122c4165..271745bafaf trunk -> origin/trunk Updating 2b4122c4165..271745bafaf Fast-forward gcc/ChangeLog | 185 ++ gcc/DATESTAMP | 2 +- gcc/Makefile.in | 6 +- gcc/builtins.cc | 2 +- gcc/c/c-decl.cc | 3 + gcc/c/c-typeck.cc | 4 + gcc/cobol/ChangeLog | 28 + gcc/cobol/except.cc | 32 +- gcc/cobol/genapi.cc | 142 +- gcc/cobol/genutil.cc | 3 - gcc/cobol/genutil.h | 3 - gcc/cobol/parse.y | 4 +- gcc/collect2.cc | 6 +- gcc/common.opt | 16 + gcc/config/gcn/mkoffload.cc | 3 +- gcc/config/i386/sse.md | 31 +- gcc/config/loongarch/loongarch.cc | 13 + gcc/config/nvptx/mkoffload.cc | 3 +- gcc/cp/ChangeLog | 6 + gcc/cp/rtti.cc | 18 +- gcc/d/ChangeLog | 4 + gcc/d/dmd/MERGE | 2 +- gcc/d/dmd/dmodule.d | 8 - gcc/d/dmd/file_manager.d | 55 +- gcc/d/dmd/globals.d | 1 + gcc/d/dmd/globals.h | 1 + gcc/doc/gcov.texi | 188 ++ gcc/doc/invoke.texi | 37 + gcc/fortran/ChangeLog | 6 + gcc/fortran/resolve.cc | 3 +- gcc/gcc.cc | 7 +- gcc/gcov-counter.def | 3 + gcc/gcov-io.h | 3 + gcc/gcov.cc | 535 ++++- gcc/ipa-inline.cc | 2 +- gcc/passes.cc | 2 +- gcc/path-coverage.cc | 776 ++++++++ gcc/prime-paths.cc | 2052 ++++++++++++++++++++ gcc/profile.cc | 27 +- gcc/profile.h | 4 + gcc/rust/ChangeLog | 6 + gcc/selftest-run-tests.cc | 1 + gcc/selftest.h | 1 + gcc/testsuite/ChangeLog | 145 ++ .../c-c++-common/gomp/append-args-interop.c | 2 +- .../c-c++-common/gomp/metadirective-device.c | 2 +- .../gomp/metadirective-target-device-1.c | 2 +- .../gomp/metadirective-target-device-2.c | 2 +- gcc/testsuite/c-c++-common/pr118442.c | 17 + gcc/testsuite/g++.dg/cpp0x/gen-attrs-6.C | 2 +- .../g++.dg/cpp0x/udlit-namespace-ambiguous.C | 4 +- gcc/testsuite/g++.dg/cpp2a/constexpr-init21.C | 2 +- .../g++.dg/diagnostic/unclosed-extern-c.C | 2 +- gcc/testsuite/g++.dg/diagnostic/wrong-tag-1.C | 2 +- gcc/testsuite/g++.dg/gcov/gcov-22.C | 170 ++ gcc/testsuite/g++.dg/gcov/gcov-23-1.h | 9 + gcc/testsuite/g++.dg/gcov/gcov-23-2.h | 9 + gcc/testsuite/g++.dg/gcov/gcov-23.C | 30 + gcc/testsuite/g++.dg/init/self1.C | 2 +- gcc/testsuite/g++.dg/opt/pr98743.C | 2 +- gcc/testsuite/g++.dg/parse/error8.C | 2 +- ...ernal-pr112938.cc => strub-internal-pr112938.C} | 2 +- gcc/testsuite/g++.dg/template/explicit-args6.C | 2 +- gcc/testsuite/g++.dg/template/unify9.C | 2 +- gcc/testsuite/g++.dg/tree-ssa/initlist-opt1.C | 2 +- gcc/testsuite/g++.dg/tree-ssa/pr105820.C | 2 +- .../{gcc.dg => g++.dg}/tree-ssa/pr98265.C | 4 +- .../g++.dg/vect/{pr37143.C => pr37143.cc} | 0 gcc/testsuite/g++.dg/warn/Wmismatched-tags-8.C | 6 +- gcc/testsuite/g++.dg/warn/Wno-attributes-1.C | 6 +- gcc/testsuite/g++.dg/warn/Wstringop-overflow-5.C | 2 +- gcc/testsuite/gcc.dg/cpp/cmdlne-dM-M.c | 2 +- gcc/testsuite/gcc.dg/gomp/attrs-21.c | 2 +- gcc/testsuite/gcc.dg/gomp/parallel-2.c | 2 +- gcc/testsuite/gcc.dg/ipa/pr110377.c | 2 +- gcc/testsuite/gcc.dg/plugin/infoleak-1.c | 2 +- gcc/testsuite/gcc.dg/pr101364-1.c | 2 +- gcc/testsuite/gcc.dg/pr113207.c | 2 +- gcc/testsuite/gcc.dg/pr118765-2.c | 33 + gcc/testsuite/gcc.dg/pr118765-3.c | 33 + .../gcc.dg/sarif-output/include-chain-2.c | 2 +- gcc/testsuite/gcc.dg/strub-pr118007.c | 2 +- gcc/testsuite/gcc.dg/tanhbysinh.c | 12 +- gcc/testsuite/gcc.dg/torture/pr119417.c | 24 + gcc/testsuite/gcc.dg/tree-ssa/reassoc-32.c | 2 +- gcc/testsuite/gcc.dg/tree-ssa/reassoc-33.c | 2 +- gcc/testsuite/gcc.dg/tree-ssa/reassoc-34.c | 2 +- gcc/testsuite/gcc.dg/tree-ssa/reassoc-35.c | 2 +- gcc/testsuite/gcc.dg/tree-ssa/reassoc-36.c | 2 +- gcc/testsuite/gcc.dg/tree-ssa/reassoc-39.c | 2 +- gcc/testsuite/gcc.dg/tree-ssa/reassoc-41.c | 2 +- gcc/testsuite/gcc.dg/typedef-redecl3.c | 23 + gcc/testsuite/gcc.dg/uninit-pred-3_c.c | 2 +- gcc/testsuite/gcc.dg/uninit-pred-3_d.c | 2 +- .../gcc.dg/variable-sized-type-flex-array.c | 4 +- gcc/testsuite/gcc.misc-tests/gcov-29.c | 869 +++++++++ gcc/testsuite/gcc.misc-tests/gcov-30.c | 869 +++++++++ gcc/testsuite/gcc.misc-tests/gcov-31.c | 35 + gcc/testsuite/gcc.misc-tests/gcov-32.c | 24 + gcc/testsuite/gcc.misc-tests/gcov-33.c | 27 + gcc/testsuite/gcc.misc-tests/gcov-34.c | 29 + .../gcc.target/aarch64/atomic-inst-ldlogic.c | 4 +- gcc/testsuite/gcc.target/arc/taux-1.c | 2 +- gcc/testsuite/gcc.target/arc/taux-2.c | 2 +- gcc/testsuite/gcc.target/arm/short-vfp-1.c | 10 +- gcc/testsuite/gcc.target/bfin/l2.c | 2 +- gcc/testsuite/gcc.target/i386/addr-space-1.c | 2 +- .../gcc.target/i386/avx512fp16-vmovw-1b.c | 2 +- gcc/testsuite/gcc.target/i386/pr119425.c | 37 + gcc/testsuite/gcc.target/i386/pr55583.c | 7 +- gcc/testsuite/gcc.target/i386/sse2-float16-5.c | 2 +- gcc/testsuite/gcc.target/ia64/mfused-madd-vect.c | 2 +- gcc/testsuite/gcc.target/ia64/mfused-madd.c | 2 +- .../gcc.target/ia64/mno-fused-madd-vect.c | 2 +- gcc/testsuite/gcc.target/ia64/mno-fused-madd.c | 2 +- gcc/testsuite/gcc.target/loongarch/pr119408.c | 12 + .../gcc.target/powerpc/fold-vec-perm-longlong.c | 2 +- gcc/testsuite/gcc.target/powerpc/pr70243.c | 2 +- gcc/testsuite/gcc.target/powerpc/pr91903.c | 2 +- .../riscv/rvv/autovec/vls-vlmax/merge-4.c | 2 +- .../gcc.target/riscv/rvv/autovec/vls/merge-4.c | 2 +- .../gcc.target/s390/target-attribute/tattr-1.c | 2 +- .../gcc.target/s390/target-attribute/tattr-2.c | 2 +- .../gdc.test/fail_compilation/fail21045.d | 12 + gcc/testsuite/gfortran.dg/associate_70.f90 | 2 +- gcc/testsuite/gfortran.dg/bessel_3.f90 | 2 +- gcc/testsuite/gfortran.dg/c_funloc_tests_6.f90 | 2 +- gcc/testsuite/gfortran.dg/derived_result_4.f90 | 38 + .../gfortran.dg/gomp/append-args-interop.f90 | 3 +- gcc/testsuite/gfortran.dg/parity_2.f90 | 2 +- gcc/testsuite/lib/gcov.exp | 118 +- gcc/tree-profile.cc | 8 +- gcc/tree-ssa-math-opts.cc | 48 +- gcc/value-prof.h | 4 + libgcobol/ChangeLog | 28 + libgcobol/charmaps.cc | 12 +- libgcobol/common-defs.h | 6 +- libgcobol/intrinsic.cc | 28 +- libgcobol/libgcobol.cc | 2 +- libgcobol/valconv.cc | 4 +- libgomp/ChangeLog | 20 + libgomp/testsuite/libgomp.c++/pr101544-1-O0.C | 1 - libgomp/testsuite/libgomp.c++/pr101544-1.C | 1 - libgomp/testsuite/libgomp.oacc-c++/pr101544-1.C | 1 - libstdc++-v3/ChangeLog | 39 + libstdc++-v3/include/bits/version.def | 2 +- libstdc++-v3/include/bits/version.h | 4 +- libstdc++-v3/include/std/flat_set | 2 +- .../testsuite/23_containers/flat_multiset/1.cc | 57 +- libstdc++-v3/testsuite/23_containers/flat_set/1.cc | 57 +- .../testsuite/25_algorithms/cpp_lib_constexpr.cc | 2 +- 151 files changed, 6923 insertions(+), 372 deletions(-) create mode 100644 gcc/path-coverage.cc create mode 100644 gcc/prime-paths.cc create mode 100644 gcc/testsuite/c-c++-common/pr118442.c create mode 100644 gcc/testsuite/g++.dg/gcov/gcov-22.C create mode 100644 gcc/testsuite/g++.dg/gcov/gcov-23-1.h create mode 100644 gcc/testsuite/g++.dg/gcov/gcov-23-2.h create mode 100644 gcc/testsuite/g++.dg/gcov/gcov-23.C rename gcc/testsuite/g++.dg/{strub-internal-pr112938.cc => strub-internal-pr112938.C} (77%) rename gcc/testsuite/{gcc.dg => g++.dg}/tree-ssa/pr98265.C (99%) rename gcc/testsuite/g++.dg/vect/{pr37143.C => pr37143.cc} (100%) create mode 100644 gcc/testsuite/gcc.dg/pr118765-2.c create mode 100644 gcc/testsuite/gcc.dg/pr118765-3.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr119417.c create mode 100644 gcc/testsuite/gcc.dg/typedef-redecl3.c create mode 100644 gcc/testsuite/gcc.misc-tests/gcov-29.c create mode 100644 gcc/testsuite/gcc.misc-tests/gcov-30.c create mode 100644 gcc/testsuite/gcc.misc-tests/gcov-31.c create mode 100644 gcc/testsuite/gcc.misc-tests/gcov-32.c create mode 100644 gcc/testsuite/gcc.misc-tests/gcov-33.c create mode 100644 gcc/testsuite/gcc.misc-tests/gcov-34.c create mode 100644 gcc/testsuite/gcc.target/i386/pr119425.c create mode 100644 gcc/testsuite/gcc.target/loongarch/pr119408.c create mode 100644 gcc/testsuite/gdc.test/fail_compilation/fail21045.d create mode 100644 gcc/testsuite/gfortran.dg/derived_result_4.f90 Adjusting file timestamps
Redirecting output to ‘wget-log.95’. Redirecting output to ‘wget-log.96’. Redirecting output to ‘wget-log.97’. Redirecting output to ‘wget-log.98’. Redirecting output to ‘wget-log.99’. gettext-0.22.tar.gz: OK gmp-6.2.1.tar.bz2: OK mpfr-4.1.0.tar.bz2: OK mpc-1.2.1.tar.gz: OK isl-0.24.tar.bz2: OK All prerequisites downloaded successfully. checking build system type... aarch64-unknown-linux-gnu checking host system type... aarch64-unknown-linux-gnu checking target system type... aarch64-unknown-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether ln works... yes checking whether ln -s works... yes checking for a sed that does not truncate output... /usr/bin/sed checking for gawk... no checking for mawk... mawk checking for libatomic support... yes checking for libitm support... yes checking for libsanitizer support... yes checking for libvtv support... yes checking for libphobos support... yes checking for libgcobol support... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for gcc option to accept ISO C99... none needed checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking whether g++ accepts -static-libstdc++ -static-libgcc... yes checking for gnatbind... no checking for gnatmake... no checking whether compiler driver understands Ada and is recent enough... no checking for gdc... no checking whether the D compiler works... no checking for cargo... cargo checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2 checking for objdir... .libs configure: WARNING: using in-tree isl, disabling version check checking whether to enable libgdiagnostics... no checking for library containing dlopen... none required checking for library containing pthread_create... none required configure: WARNING: GNAT is required to build ada configure: WARNING: GDC is required to build d configure: WARNING: --enable-host-shared required to build jit The following languages will be built: c,cobol,c++,fortran,go,lto,m2,objc,obj-c++,rust *** This configuration is not supported in the following subdirectories: gnattools target-libada target-libphobos target-zlib (Any other directories should still work fine.) checking for default BUILD_CONFIG... bootstrap-rtl checking for --enable-vtable-verify... no checking for bison... bison -y checking for bison... bison checking for gm4... no checking for gnum4... no checking for m4... m4 checking for flex... flex checking for flex... flex checking for makeinfo... no /home/toon/compilers/gcc/missing: line 81: makeinfo: command not found checking for expect... expect checking for runtest... runtest checking for ar... ar checking for as... as checking for dlltool... no checking for dsymutil... no checking for ld... ld checking for lipo... no checking for nm... nm checking for ranlib... ranlib checking for strip... strip checking for windres... no checking for windmc... no checking for objcopy... objcopy checking for objdump... objdump checking for otool... no checking for readelf... readelf checking for -plugin option... --plugin /usr/libexec/gcc/aarch64-linux-gnu/14/liblto_plugin.so checking for cc... cc checking for c++... c++ checking for gcc... gcc checking for gfortran... gfortran checking for gccgo... no checking for gdc... no checking for gm2... no checking for ar... no checking for ar... ar checking for as... no checking for as... as checking for dlltool... no checking for dlltool... no checking for dsymutil... no checking for dsymutil... no checking for ld... no checking for ld... ld checking for lipo... no checking for lipo... no checking for nm... no checking for nm... nm checking for objcopy... no checking for objcopy... objcopy checking for objdump... no checking for objdump... objdump checking for otool... no checking for otool... no checking for ranlib... no checking for ranlib... ranlib checking for readelf... no checking for readelf... readelf checking for strip... no checking for strip... strip checking for windres... no checking for windres... no checking for windmc... no checking for windmc... no checking where to find the target ar... host tool checking where to find the target as... host tool checking where to find the target cc... just compiled checking where to find the target c++... just compiled checking where to find the target c++ for libstdc++... just compiled checking where to find the target dlltool... host tool checking where to find the target dsymutil... host tool checking where to find the target gcc... just compiled checking where to find the target gfortran... just compiled checking where to find the target gccgo... just compiled checking where to find the target gdc... host tool checking where to find the target gm2... just compiled checking where to find the target ld... host tool checking where to find the target lipo... host tool checking where to find the target nm... host tool checking where to find the target objcopy... host tool checking where to find the target objdump... host tool checking where to find the target otool... host tool checking where to find the target ranlib... host tool checking where to find the target readelf... host tool checking where to find the target strip... host tool checking where to find the target windres... host tool checking where to find the target windmc... host tool checking whether to enable maintainer-specific portions of Makefiles... no configure: creating ./config.status config.status: creating Makefile Makefile:1014: /home/toon/compilers/gcc/config/bootstrap-rtl.mk: No such file or directory make: *** No rule to make target '/home/toon/compilers/gcc/config/bootstrap-rtl.mk'. Stop. Configured by: /home/toon/compilers/gcc/configure --prefix=/home/toon/compilers/install/gcc --with-gnu-as --with-gnu-ld --enable-languages=all --disable-multilib --disable-nls --enable-checking=yes --with-build-config=bootstrap-extra --with-build-config=bootstrap-rtl