From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1005) id 84F2F385843E; Thu, 31 Mar 2022 13:59:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 84F2F385843E Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Michael Meissner To: gcc-cvs@gcc.gnu.org Subject: [gcc/meissner/heads/work084] (85 commits) Merge commit 'refs/users/meissner/heads/work084' of git+ssh X-Act-Checkin: gcc X-Git-Author: Michael Meissner X-Git-Refname: refs/users/meissner/heads/work084 X-Git-Oldrev: 8f5781257ce998948f363aa6c9bbf72097b3f275 X-Git-Newrev: c5f3c8bf16bca7bb21d96e0be7b1895a0005264e Message-Id: <20220331135957.84F2F385843E@sourceware.org> Date: Thu, 31 Mar 2022 13:59:57 +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: Thu, 31 Mar 2022 13:59:57 -0000 The branch 'meissner/heads/work084' was updated to point to: c5f3c8bf16b... Merge commit 'refs/users/meissner/heads/work084' of git+ssh It previously pointed to: 8f5781257ce... Update ChangeLog.meissner. Diff: Summary of changes (added commits): ----------------------------------- c5f3c8b... Merge commit 'refs/users/meissner/heads/work084' of git+ssh b365755... Update ChangeLog.meissner. 2045a3d... Optimize vec_splats of constant vec_extract for V2DI/V2DF, 4270ed1... Revert patch. d09dcf3... Update ChangeLog.meissner. c93462f... Optimize vec_splats of constant vec_extract for V2DI/V2DF, 5a25216... Revert patch. 3d0d93f... Optimize vec_splats of constant vec_extract for V2DI/V2DF, 6d781fe... Revert patch. 44a1562... Update ChangeLog.meissner. a8827d3... Optimize vec_splats of constant vec_extract for V2DI/V2DF, 4b06b3b... Revert patch. b0b2e77... Update ChangeLog.meissner. 67cabbe... Optimize vec_splats of constant vec_extract for V2DI/V2DF, 1ab95ef... Add ChangeLog.meissner and REVISION. 90533de... [nvptx, testsuite] Fix typo in gcc.target/nvptx/march.c (*) 97ad0b8... tree-optimization/105109 - bogus uninit diagnostic with _Co (*) bf4832d... [nvptx] Fix ASM_SPEC workaround for sm_30 (*) b75f996... rtl-optimization/105091 - wrong DSE with missed TREE_ADDRES (*) b8207ad... Revert "gimple: allow more folding of memcpy [PR102125]" (*) 63cd7ce... gcov: Reword comment for gcov_read_string() (*) 0ce8154... c++: parse trivial DMI immediately [PR96645] (*) 150ab50... Daily bump. (*) b4e4b35... Fortran: NULL pointer dereference checking arguments to ASS (*) e30c065... Update gcc hr.po (*) d32a5f4... rs6000: vec_neg built-ins wrongly require POWER8 (*) 22b0476... [PR105032] LRA: modify loop condition to find reload insns (*) 58a3fda... Revert "testsuite: Change pr80334.C testcase to dg-do compi (*) 5db9ce1... c-family: ICE with -Wconversion and A ?: B [PR101030] (*) 3aaf9bf... c++: ICE with failed __is_constructible constraint [PR10047 (*) 6a777ce... testsuite: Change pr80334.C testcase to dg-do compile [PR10 (*) f8c1f29... c++: ICE with aggregate assignment and DMI [PR104583] (*) c8cd03f... [nvptx, doc] Document predefined macros at march and mptx (*) e3e68fa... ubsan: Fix ICE due to -fsanitize=object-size [PR105093] (*) 387e818... store-merging: Avoid ICEs on roughly ~0ULL/8 sized stores [ (*) 410f39f... openmp: Ensure DECL_CONTEXT of OpenMP iterators in template (*) 9778a7d... [nvptx, doc] Update misa and mptx, add march and march-map (*) 4f27952... c++: Fox template-introduction tentative parsing in class b (*) d8e9199... options: Improve 'LangEnabledBy' option property diagnostic (*) 0087f36... options, '-Wc++[...]-extensions': Remove undefined one-argu (*) 4319304... options: Remove 'gcc/c-family/c.opt:Wuse-after-free' option (*) 78291af... options: Remove 'gcc/c-family/c.opt:Warray-bounds' option d (*) e3d2b0d... analyzer/strndup-1.c: skip on *-*-vxworks* (*) a5a8d51... gcc.dg/weak/typeof-2: arm may use constant pool (*) 9f77462... Daily bump. (*) c788a0e... analyzer: skip constant pool in -fdump-analyzer-untracked [ (*) 69db6e7... Fortran: avoid NULL pointer dereference checking elemental (*) eb59ddf... testsuite: Allow setting gpp_std_list in configuration file (*) 9576887... testsuite: Disable tests for C++23 that depend on std::unex (*) 5eba157... Update gcc hr.po (*) 0712f35... Fortran: character length of pointer assignments in structu (*) d886a52... gimple: Wrong -Wimplicit-fallthrough with if(1) [PR103597] (*) 89976d0... c-family: Add -Wmisleading-indentation testcase [PR71637] (*) 9f9ccc4... Allow vsx_extract_ to use Altivec registers. (*) b243ad1... aarch64: correctly handle zero-sized bit-fields in AAPCS64 (*) 3032df2... arm: correctly handle zero-sized bit-fields in AAPCS [PR102 (*) 1dca4ca... arm: temporarily disable 'local' pcs selection (PR96882) (*) a2eacdb... [nvptx] Add __PTX_ISA_VERSION_{MAJOR,MINOR}__ (*) 1625e89... [nvptx] Update help text for m64 (*) de0ef04... [nvptx] Add march-map (*) 8712667... Disable gathers for znver3 for vectors with 2 or 4 elements (*) c5db32a... [nvptx] Add march alias for misa (*) 06ff470... MAINTAINERS: Add myself and Lulu as LoongArch port maintain (*) 8766689... LoongArch Port: Add doc. (*) 4ae54e8... LoongArch Port: gcc/testsuite (*) 34024b7... LoongArch Port: libgomp (*) b38100e... LoongArch Port: Regenerate libgcc/configure. (*) bf291a4... LoongArch Port: libgcc (*) 7e60c24... LoongArch Port: Builtin macros. (*) 2aca9d5... LoongArch Port: Builtin functions. (*) 62ec3b5... LoongArch Port: Machine description C files and .h files. (*) bcaf571... LoongArch Port: Machine description files. (*) 2257613... LoongArch Port: Regenerate gcc/configure. (*) b44786f... LoongArch Port: gcc build (*) c6c0594... LoongArch Port: Regenerate configure (*) 2788d42... options: Fix 'enabledby_negargs' typo in 'LangEnabledBy' op (*) 8bbeffc... libstdc++: Workaround for missing 'using enum' in Clang 12 (*) 7255d29... libstdc++: Fix incorrect preprocessor conditions in