From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2153) id AE9BE3858D28; Mon, 19 Dec 2022 19:59:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AE9BE3858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1671479985; bh=OQa6xZnMJURHovdmuKQVU1wSfskaijjazs9iXenWU9Q=; h=From:To:Subject:Date:From; b=Qy/2pqPlgWjdj1z7daNxn4ZNLS1ZuyZHAWBr6AEjsrK0vJM69k0PiJfAkHCzOxbWJ hm/Dxb5kqiQOF9/k7A8uuEFi0FOw4akNzOynlDgGUBiWBKNyu5sc77RtYPa4Kj4UP5 3phizyCQuNTQvRwMqitWc1aKW4s+o0qKpbsbeMR0= 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] (72 commits) Merge commit 'r13-4797-g4e4620d8c796af482b57b94932618d1f9d9 X-Act-Checkin: gcc X-Git-Author: Jakub Jelinek X-Git-Refname: refs/vendors/redhat/heads/gcc-13-branch X-Git-Oldrev: 75c21855ac707188d6e09bec81612ebeb650b713 X-Git-Newrev: fb5b1c22d92837c41df870c410ed9e7c133df5da Message-Id: <20221219195945.AE9BE3858D28@sourceware.org> Date: Mon, 19 Dec 2022 19:59:45 +0000 (GMT) List-Id: The branch 'redhat/heads/gcc-13-branch' was updated to point to: fb5b1c22d92... Merge commit 'r13-4797-g4e4620d8c796af482b57b94932618d1f9d9 It previously pointed to: 75c21855ac7... Red Hat customizations. Diff: Summary of changes (added commits): ----------------------------------- fb5b1c2... Merge commit 'r13-4797-g4e4620d8c796af482b57b94932618d1f9d9 4e4620d... c: Diagnose compound literals with function type [PR108043] (*) 68e51bd... c-family: Fix ICE with -Wsuggest-attribute [PR98487] (*) 263c22a... build: add -Wconditionally-supported to strict_warn [PR6486 (*) ec45946... tree-optimization/108164 - undefined overflow with IV vecto (*) aa51061... arm: correctly define __ARM_FEATURE_CLZ (*) 8577356... RISC-V: Remove unit-stride store from ta attribute (*) 6c098f7... RISC-V: Add testcases for VSETVL PASS 5 (*) 5a1b66b... RISC-V: Add testcases for VSETVL PASS 4 (*) 7602329... RISC-V: Add testcases for VSETVL PASS 3 (*) 6f18836... RISC-V: Add testcases for VSETVL PASS 2 (*) e4433e0... RISC-V: Add testcases for VSETVL PASS (*) c2c29fb... RISC-V: Simplify ASM checks in gcc.target/riscv/rvv/base/. (*) 9243c3d... RISC-V: Support VSETVL PASS for RVV support (*) 22dc669... RISC-V: Fix RVV machine mode attribute configuration (*) 6e85f89... testsuite: Fix up pr64536.c for LLP64 targets [PR108151] (*) de2b8c4... modula2: Don't treat % in Modula 2 messages specially (*) 158b18f... modula2: Fix up bootstrap on powerpc64le-linux [PR108147] (*) a9f6a2b... gcc-changelog: support digits in PR's component in subject (*) 7e9ec73... gcc-changelog: allow digit in component name (*) ea37e96... testsuite: Fix up pr64536.c for LLP64 targets [PR108151] (*) 98756bc... aarch64: PR target/108140 Handle NULL target in data intrin (*) 2b2cec5... gcc-changelog: Add warning for auto-added files (*) 03fb35f... testsuite: Fix up pr107397.f90 test [PR107397] (*) f39b7a4... hwasan: Add libhwasan_preinit.o (*) 61f9fe4... RISC-V: Change vlmul printing rule (*) b346e77... RISC-V: Fix vwrite_csr.c and vread_csr.c (*) 97a8e88... rs6000: use li;x?oris to build constant (*) 17b41a2... gcc-changelog: stop using --flake8 (*) 88b531d... x86: Don't add crtfastmath.o for -shared (*) e433739... RISC-V: Fix RVV related testsuite (*) e2e154f... Daily bump. (*) fd69977... build: doc: Obsolete Solaris 11.3 support (*) 0b2428e... PR-108122 Reduce sleep times in gm2/pimcoroutines/run/pass/ (*) 09710f9... Add a check for invalid use of BOZ with a derived type. (*) 92bc361... Daily bump. (*) f80f540... rs6000: Add Rust support to traceback table (*) 982629b... c++: constantness of non-dependent NTTP argument [PR107437] (*) b1f9181... libbacktrace: unpack literals into output buffer (*) 5fb1e67... Daily bump. (*) 6e56633... initialize fde objects lazily (*) 1c118c9... speed up end_fde_sort using radix sort (*) e51c5d5... Update baseline symbols for hppa-linux. (*) 1dea4fc... Suppress -fstack-protector warning on hppa. (*) 8d9e277... libstdc++: Add monadic operations to std::expected for C++2 (*) 59822c3... libstdc++: Fixes for std::expected (*) 64c986b... libstdc++: Diagnose broken allocator rebind members (*) 0b1d666... coroutines: Build pointer initializers with nullptr_node [P (*) 2fdc854... analyzer: add src_region param to region_model::check_for_p (*) b50fe16... Revert "IRA: Check that reg classes contain a hard reg of g (*) 2a27ae3... Add a new warning option -Wstrict-flex-arrays. (*) 9bb7864... RISC-V: Fix up some wording in the mcpu/mtune comment (*) df049cb... RISC-V: Note that __builtin_riscv_pause() implies Xgnuzihin (*) 92eb0ad... libstdc++: Fix self-move for std::weak_ptr [PR108118] (*) d386d39... contrib: make warnings unique in filter-clang-warnings.py (*) da85bfc... middle-end/108086 - avoid unshare_expr when remapping SSA n (*) 66c2f03... gcc-changelog: do not use PatchSet.from_filename (*) 8f2a8be... gcc-changelog/git_email.py: Support older unidiff.PatchSet (*) 340ddea... middle-end/108086 - remove PR28238 fix superseeded by PR340 (*) ddcaa60... loop-invariant: Split preheader edge if the preheader bb en (*) 711e0ac... middle-end/108086 - more operand scanner reduction in inlin (*) 18af26f... Remove libgomp/testsuite/libgomp.fortran/allocate-4.f90 [PR (*) fb33e10... Fix intrin name in Intel CMPccXADD (*) c8f767b... Daily bump. (*) e79d519... c++: variadic using-decl with parm pack in terminal name [P (*) 57ab371... c++: rename parameter (*) 52e7ff2... c++: mangle contracts in write_mangled_name (*) 147e276... c++: class-scope qualified constrained auto [PR107188] (*) 18499b9... c++: extract_local_specs and unevaluated contexts [PR100295 (*) be12447... c++: local alias in typename in lambda [PR105518] (*) 3830484... c++: partial ordering with memfn ptr cst [PR108104] (*) 12abd5a... IRA: Check that reg classes contain a hard reg of given mod (*) (*) This commit already exists in another branch. Because the reference `refs/vendors/redhat/heads/gcc-13-branch' matches your hooks.email-new-commits-only configuration, no separate email is sent for this commit.