From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2153) id 17BAD3858C83; Tue, 21 Feb 2023 11:26:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 17BAD3858C83 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1676978818; bh=exsGW3jv9UhtJRAwzopPvNXZ/FlivPdSjNZCz0MFueY=; h=From:To:Subject:Date:From; b=eaj+/GOEslaHZizThsO1+h4wmspPt7c4HbakJxMrJHH43trWr/fYAcd6VK9PskvqL q1z97R4KPm0X8Zmlwc+voePkAVd9EcAw6XntYm4O1wNudkW8MDTwihI4vwpJBCdf/M sauyBnF6JF0bCXpi/z0MBsZJMioXBLG23x+GfRxo= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Jakub Jelinek To: gcc-cvs@gcc.gnu.org Subject: [gcc/redhat/heads/gcc-13-branch] (93 commits) Merge commit 'r13-6153-gecc863e85efe259c799515de0c38c2297b0 X-Act-Checkin: gcc X-Git-Author: Jakub Jelinek X-Git-Refname: refs/vendors/redhat/heads/gcc-13-branch X-Git-Oldrev: 76b508266ac7460db2e4fe9eba298520ae1eda70 X-Git-Newrev: 467eb8130c9dab8ce72a4f6f39437c1ff382a90c Message-Id: <20230221112658.17BAD3858C83@sourceware.org> Date: Tue, 21 Feb 2023 11:26:58 +0000 (GMT) List-Id: The branch 'redhat/heads/gcc-13-branch' was updated to point to: 467eb8130c9... Merge commit 'r13-6153-gecc863e85efe259c799515de0c38c2297b0 It previously pointed to: 76b508266ac... Merge commit 'r13-6061-g053d4dda0a205aba6af85fd9662118dd810 Diff: Summary of changes (added commits): ----------------------------------- 467eb81... Merge commit 'r13-6153-gecc863e85efe259c799515de0c38c2297b0 ecc863e... tree-optimization/108868 - new testcase (*) e79b9db... tree-optimization/108855 - new testcase (*) 19ec409... Revert "tree-optimization/108691 - indirect calls to setjmp (*) a804419... xtensa: Enforce return address saving when -Og is specified (*) 65c6410... Daily bump. (*) 1eb68d9... i386: Introduce general_x64constmem_operand predicate (*) cd8b4fa... powerpc: Another umaddditi4 fix [PR108862] (*) e869638... libstdc++: Update baseline symbols for m68k-linux (*) b2287a4... c++: ICE with -fno-elide-constructors and trivial fn [PR101 (*) bb920f5... libstdc++: Fix uses of non-reserved names in simd header (*) 4c86188... libstdc++: Update baseline symbols for riscv64-linux (*) b943d57... RISC-V: prefetch.* only take base register with zero-offset (*) 02d8ab3... c++: ICE with redundant capture [PR108829] (*) 63471c5... tree-optimization/108816 - vect versioning check split conf (*) 7b8916a... rust: Fix rust-tree.cc compilation on SPARC (*) ae11308... tree-optimization/108825 - checking ICE with unroll-and-jam (*) ca31bc3... tree-optimization/108819 - niter analysis ICE with unexpect (*) 6e16c35... Daily bump. (*) b9c83e7... libgm2/libm2iso/RTco.cc (re-implementation) Bugfix for [PR1 (*) 0263e9d... Daily bump. (*) 9944ca1... c++: static_assert (false) in template [DR2518] (*) 32b5875... reassoc: Fold some statements [PR108819] (*) 3c13569... i386: Fix up replacement of registers in certain peephole2s (*) 3e558fb... libstdc++: Switch two links to www.open-std.org to https (*) a65da9b... doc: Update link to AVR-LibC (*) 47821ba... C: Detect all variably modified types [PR108375] (*) 3057d79... Fix ICE related to implicit access attributes for VLA argum (*) 017849d... LoongArch: Fix multiarch tuple canonization (*) a7d8c40... Remove #if GIMPLE around 1 - a pattern (*) 175d528... Support get_range_query with a nullptr argument (*) 7814ce4... Daily bump. (*) 27a89f8... '#include "tm_p.h"' in 'gcc/rust/backend/rust-tree.cc' (*) 9dcfee4... doc: Fix typo in -Wall description (*) 5fea1be... c++: speculative constexpr and is_constant_evaluated [PR108 (*) 3a0bc47... c++: make manifestly_const_eval tri-state (*) 6245441... ii386: Generate QImode binary ops with high-part input regi (*) 6ac3ebe... simplify-rtx: Fix VOIDmode operand handling in simplify_sub (*) 593c8b7... fixincludes: Bypass solaris_math_12 on newer Solaris 11.4 (*) ae2c1d0... contrib: Fix make_sunver.pl warning (*) 4c4f0f7... tree-optimization/108821 - store motion and volatiles (*) 417e952... Fix wrong-code issue in VN (*) f978585... Fortran test: Modify test cases to pass on mingw. (*) 6108dc9... RISC-V: Fix vmnot asm check (Should check vmnot.m instead o (*) 1ed93bc... RISC-V: Add RVV all mask C/C++ intrinsics support (*) c203125... RISC-V: Rename tu_preds to none_tu_preds [NFC] (*) 3cb0fa1... RISC-V: Normalize SEW = 64 handling into a simplified funct (*) b2dec44... RISC-V: Rearrange the organization of declarations of RVV i (*) 5804c20... RISC-V: Move saturating add/subtract md pattern location [N (*) 3b6d44f... RISC-V: Remove "extern" for namespace [NFC] (*) b9da8f0... RISC-V: Replace simm32_p with immediate_operand (Pmode) (*) 061b13e... Fortran Tests: Allow passing on mingw. (*) 88cc449... Daily bump. (*) 4d3b7be... analyzer: respect some conditions from bit masks [PR108806] (*) c381327... doc: Reword how to get possible values of a parameter (*) 07f497c... testsuite, objective-c: Cater for Windows intptr type. (*) 46711ff... c++: TYPENAME_TYPE lookup ignoring non-types [PR107773] (*) bb3aee2... MAINTAINERS: stepping down from my positions (*) cb3e0ea... don't declare header-defined functions both static and inli (*) a5de17d... libstdc++: Fix incorrect function call in -ffast-math optim (*) 1fd3836... libstdc++: Fix incorrect __builtin_is_constant_evaluated ca (*) 07e4648... libstdc++: printf format string fix in testsuite (*) 073df3e... libstdc++: Use a PCH to speed up check-simd (*) b0f4b16... libstdc++: Document timeout and timeout-factor of simd test (*) 53b5570... libstdc++: Annotate most lambdas with always_inline (*) fea34ee... libstdc++: Ensure __builtin_constant_p isn't lost on the wa (*) feff71e... libstdc++: Replace non-ascii character in test (*) b85c77e... libstdc++: Implement (P02 (*) 38f3217... libstdc++: Fix name of in comment (*) 4024f39... libstdc++: Enable CTAD for std::basic_format_args (LWG 3810 (*) 916ce57... libstdc++: Implement P2255R2 dangling checks for std::pair (*) 866555b... tree-ssa-dse: Fix up handling of lhs of internal calls [PR1 (*) 7478278... libstdc++: Make names_pstl.cc require et tbb_backend (*) d82490d... doc: Suggest fix for -Woverloaded-virtual warnings (*) b81b017... libstdc++: Fix non-reserved names in