From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1851) id D20D63858021; Tue, 15 Mar 2022 09:13:15 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D20D63858021 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Martin Liska To: gcc-cvs@gcc.gnu.org Subject: [gcc/devel/sphinx] (78 commits) Merge branch 'master' into devel/sphinx X-Act-Checkin: gcc X-Git-Author: Martin Liska X-Git-Refname: refs/heads/devel/sphinx X-Git-Oldrev: 604bf5da51533a218c0393cb5115bae7c8d95282 X-Git-Newrev: cad2e08f6c249937e10ad5ae0d4a117923979efb Message-Id: <20220315091315.D20D63858021@sourceware.org> Date: Tue, 15 Mar 2022 09:13:15 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Mar 2022 09:13:15 -0000 The branch 'devel/sphinx' was updated to point to: cad2e08f6c2... Merge branch 'master' into devel/sphinx It previously pointed to: 604bf5da515... Merge branch 'master' into devel/sphinx Diff: Summary of changes (added commits): ----------------------------------- cad2e08... Merge branch 'master' into devel/sphinx 49fb0af... PR tree-optimization/101895: Fold VEC_PERM to help recogniz (*) efd1582... c++: Fix up cp_parser_skip_to_pragma_eol [PR104623] (*) a2645cd... ifcvt: Punt if not onlyjump_p for find_if_case_{1,2} [PR104 (*) 373a2dc... Avoid -Wdangling-pointer for by-transparent-reference argum (*) 510613e... Daily bump. (*) c6f7a9f... Update gcc de.po, fr.po, sv.po (*) 6abc4e4... Fix libitm.c/memset-1.c test fails with new peephole2s. (*) 344e6f9... Enable libsanitizer build on mips64 (*) a60a3a9... libsanitizer: cherry-pick db7bca28638e from upstream (*) 77eb046... lra: Fix up debug_p handling in lra_substitute_pseudo [PR10 (*) 8f7b7c1... libstdc++: Fix reading UTF-8 characters for 16-bit targets (*) 67a1cb2... top-level: Fix comment about --enable-libstdcxx in configur (*) c879b92... c++: Reject __builtin_clear_padding on non-trivially-copyab (*) a010954... i386: Fix up _mm_loadu_si{16,32} [PR99754] (*) b424467... Spelling fix - cannott -> cannot [PR104899] (*) 823b3b7... Don't fold builtin into gimple when isa mismatches. (*) b9756c0... Daily bump. (*) 7e28750... d: Merge upstream dmd 02a3fafc6, druntime 26b58167, phobos (*) 1b85638... texi + c-target.def: Fix typos (*) 57eeedd... Daily bump. (*) d3b0dc6... c++: naming a dependently-scoped template for CTAD [PR10464 (*) 03c83cf... c++: ICE with bad conversion shortcutting [PR104622] (*) 9413bb5... c++: return-type-req in constraint using only outer tparms (*) ab71d3f... c++: ICE with non-constant satisfaction value [PR98644] (*) 28750ac... c++: give fold expressions a location (*) 80fcc4b... rs6000: Do not use rs6000_cpu for .machine ppc and ppc64 (P (*) a07b8f4... OpenACC 'kernels' decomposition: resolve wrong-code cases u (*) 535afbd... OpenACC 'kernels' decomposition: wrong-code cases unless ma (*) 2e53fa7... Enhance further testcases to verify handling of OpenACC pri (*) 337ed33... OpenACC 'kernels' decomposition: Mark variables used in 'pr (*) 9781ae3... Add 'c-c++-common/goacc/kernels-decompose-pr104086-1.c' [PR (*) 828335b... Add 'gcc/tree.cc:user_omp_clause_code_name' [PR65095] (*) 72c2430... PR middle-end/98420: Don't fold x - x to 0.0 with -froundin (*) 3cb27b8... Fix DImode to TImode sign extend issue (*) b00f976... Daily bump. (*) 42d9ff3... d: Cache generated import declarations in a hash_map (*) 7a6ba7c... d: Fix mistakes in strings to be translated [PR104552] (*) 251ea6d... PR tree-optimization/98335: New peephole2 xorl;movb -> movz (*) c5288df... PR tree-optimization/98335: Improvements to DSE's compute_t (*) 098c538... [Committed] Update g++.dg/other/pr84964.C for ia32 (and sim (*) eb5edcf... tree-optimization/104880 - update-address-taken and cmpxchg (*) 69619ac... target/104762 - vectorization costs of CONSTRUCTORs (*) db494fd... lto-plugin: Honor link_output_name for -foffload-objects fi (*) 1375e2b... libphobos: Enable on Solaris/SPARC or with /bin/as [PR 1035 (*) 41bda00... Fortran: OpenMP/OpenACC avoid uninit access in size calc fo (*) 5e28be8... Daily bump. (*) a717376... PR c++/84964: Middle-end patch to expand_call for ICE after (*) a8db9b9... libstdc++: Do not use fast_float for 16-bit size_t [PR10487 (*) d016dd7... analyzer: fix ICE with -fanalyzer-transitivity [PR104863] (*) d8e5fff... [PR103074] LRA: Check new conflicts when splitting hard reg (*) b5417a0... libstdc++: Move closing brace outside #endif [PR104866] (*) 7c2ac3c... Fix multiple issue in the testcase allocate-1.f90. (*) 4602a49... c++: ->template and implicit typedef [PR104608] (*) 97f76b5... c++: Don't allow type-constraint auto(x) [PR104752] (*) ac8310d... c++: ICE with operator delete [PR104846] (*) e46843f... c++: allow variadic operator[] for C++23 [PR103460] (*) 73f3b8a... libstdc++: Fix std::strong_order to handle NaN on VAX (*) c65d3c7... analyzer: add notes to write-to-const/string from access at (*) b6eaf90... analyzer: check for writes to consts via access attr [PR104 (*) 708646d... analyzer: fix duplicates in check_for_tainted_size_arg (*) e671e48... ipa-cp: Avoid adjusting references through self-recursion ( (*) ee34ffa... tree-optimization/102943 - use tree form for sbr_sparse_bit (*) 9467e73... ada/104861 - use target_noncanonial for Target_Name (*) 83bc478... tree-optimization/102943 - avoid (re-)computing dominance b (*) cfaa2fa... libstdc++: Support VAX floats in std::strong_order (*) d563b0b... contrib: Fix non-portable shell commands in gcc-git-customi (*) 3357878... [nvptx] Use no,yes for attribute predicable (*) f07178c... [nvptx] Disable warp sync in simt region (*) 3e743d6... [nvptx] Handle unused result in nvptx_unisimt_handle_set (*) 3ebcc05... [nvptx] Use bit-bucket operand for atom insns (*) 248bbcb... [nvptx] Use atom.and.b64 instead of atom.b64.and (*) 975e7ad... [nvptx] Add multilib mptx=3.1 (*) 831ecdd... [nvptx] Restore default to sm_30 (*) 7a5e036... [OpenACC privatization] Analyze 'lookup_decl'-translated DE (*) 4487415... Add 'c-c++-common/goacc/kernels-decompose-pr104774-1.c' [PR (*) 6870912... Add 'gfortran.dg/goacc-gomp/pr102330-{1,2,3}.f90' [PR102330 (*) 1d9dc3d... Enhance further testcases to verify handling of OpenACC pri (*) (*) This commit already exists in another branch. Because the reference `refs/heads/devel/sphinx' matches your hooks.email-new-commits-only configuration, no separate email is sent for this commit.