From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1851) id 14A66385AC3C; Wed, 24 Aug 2022 08:10:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 14A66385AC3C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1661328646; bh=92/hCP8EzPZvdLbDNYIbt3ZFmITZg4zQx6jFHBjSwY4=; h=From:To:Subject:Date:From; b=FvK2EEM+zeDMVqJ5n3+Z3WsRrFvyjgzqYZK1VGrItv5yVE+wAVmYglP0qIGOVZxI9 IMKJd01VwT+SkyfxvzTuoKZD8kpv2Kx1hi0ylXZ1AUHYVm1RMs09/0LAZwmNSZuzea AoJf00jxXcoLi6EEo+/LkyvqnVfldks/3v60YYVE= 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] (50 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: 9dfe1f671aee1e41ded1563ffd974f510800572b X-Git-Newrev: 4483fe115cef3eea1d64e913816e2d117b38ac73 Message-Id: <20220824081046.14A66385AC3C@sourceware.org> Date: Wed, 24 Aug 2022 08:10:46 +0000 (GMT) List-Id: The branch 'devel/sphinx' was updated to point to: 4483fe115ce... Merge branch 'master' into devel/sphinx It previously pointed to: 9dfe1f671ae... Merge branch 'master' into devel/sphinx Diff: Summary of changes (added commits): ----------------------------------- 4483fe1... Merge branch 'master' into devel/sphinx 42301c0... gcov: fix file and function summary information (*) d1028c5... LoongArch: Add new code model 'medium'. (*) b6864f4... Speedup path discovery in predicate::use_cannot_happen (*) 82d46ad... Daily bump. (*) 8567d94... c++: Quash bogus -Wredundant-move warning (*) 4ade41d... x86: Replace vmovdqu with movdqu in BF16 XMM ABI tests (*) c0dc853... Update gcc .po files (*) 72886fc... libstdc++: Implement std::pair/tuple/misc enhancements from (*) 02f6b40... libstdc++: Separate construct/convertibility tests for std: (*) e85bb18... libstdc++: Fix visit(v) for non-void visitors [PR1065 (*) aeb9b58... x86: Cast stride to __PTRDIFF_TYPE__ in AMX intrinsics (*) baa3ffb... tree-optimization/106722 - uninit analysis with long def -> (*) b25c5d6... testsuite: Add test for r11-4123 (*) fcd9671... New uninit testcase (*) f05e3b2... gfortran.dg/gomp/depend-6.f90: Minor fix (*) 6b2a584... gfortran.dg/gomp/depend-4.f90: Minor fix (*) ca1715b... Copy range from op2 in foperator_equal::op1_range. (*) 200baf7... Refactor is_non_loop_exit_postdominating (*) 9dcde45... Add __m128bf16/__m256bf16/__m512bf16 type for bf16 abi test (*) de6d9e0... Return the correct relation (*) 3b2e3fa... Daily bump. (*) cc4fa7a... libstdc++: Document linker option for C++23 [P (*) 5abe065... libstdc++: Fix for explicit copy ctors in and