From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2153) id 4F3033858D28; Fri, 27 Jan 2023 19:28:10 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4F3033858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1674847690; bh=0/qFHKGWYDZvGu8VZTUJJapGrvA9gCWmKT+1vrjazIk=; h=From:To:Subject:Date:From; b=naZMCtZK9wlf7NrJyOMooTgmFVVMRafJZ3yl41oxSHP+MxeEqDzt7PTDWcxkVVt40 Z+FKQMQWMAlTYYguSHnsy/8XTUOeURyO+9/YlvHguWpxtFpP2P+ZC/h1HlXx0VTRNZ 06rrlgj1OYLtrdMoCP35JnE8HE/fsiWq1nQRY68k= 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] (230 commits) Merge commit 'r13-5461-g815e5740162d2d0b7b54031f72c20106501 X-Act-Checkin: gcc X-Git-Author: Jakub Jelinek X-Git-Refname: refs/vendors/redhat/heads/gcc-13-branch X-Git-Oldrev: fedc064ac31b465edcfd22884b94bbdd05312224 X-Git-Newrev: 4faac89a6b542c0d94019eeadc333ef789f37c9d Message-Id: <20230127192810.4F3033858D28@sourceware.org> Date: Fri, 27 Jan 2023 19:28:10 +0000 (GMT) List-Id: The branch 'redhat/heads/gcc-13-branch' was updated to point to: 4faac89a6b5... Merge commit 'r13-5461-g815e5740162d2d0b7b54031f72c20106501 It previously pointed to: fedc064ac31... Merge commit 'r13-5232-ga75760374ee54768e5fd6a27080698bfbbd Diff: Summary of changes (added commits): ----------------------------------- 4faac89... Merge commit 'r13-5461-g815e5740162d2d0b7b54031f72c20106501 815e574... libstdc++: Fix up FAIL in 17_intro/names.cc on glibc < 2.19 (*) 0fd5297... testsuite: Two adjustments to gcc.dg/vect/complex (*) dc19993... aarch64: Prevent simd tests from being optimised away (*) 7486fe1... Add support for conditional xorsign [PR96373] (*) 553f800... vect/aarch64: Fix various sve/cond*.c failures (*) 32d1c3d... Tidy up to declarations allowing files to be built by gm2 (*) def6e12... libstdc++: Use constant for name of tzdata file (*) 3adf6dd... libstdc++: Use dg-bogus in new test [PR108554] (*) b799ace... Clarify -shared effect on crtfastmath.o (*) 6cdb4d4... mips: Don't add crtfastmath.o for -shared (*) ed0a765... ia64: Don't add crtfastmath.o for -shared (*) 31949fb... alpha: Don't add crtfastmath.o for -shared (*) f884c13... Correctly detect shifts out of range (*) ec5e99e... Do not try to logical fold floating point relations. (*) 3caa3a3... RISC-V: Fix testcases check. (*) c170828... RISC-V: Add vle/vse C++ overloaded API intrinsic testcases (*) ce34fa3... RISC-V: Fix vop_m overloaded C++ API name. (*) 4f6d7f9... RISC-V: Add vse.v C API intrinsics testcases (*) 931a042... RISC-V: Add vle.v C API intrinsics testcases (*) ab39fa8... RISC-V: Add vlm/vsm C/C++ API intrinsics support (*) d324d56... RISC-V: Finalize testcases for final version VSETVL PASS. (*) 6b6b9c6... RISC-V: Finalize VSETVL PASS implementation (*) ffa2964... testsuite: Use noipa attribute for pr95115 test (*) 2325c89... OpenMP/Fortran: Fix has_device_addr clause splitting [PR108 (*) 16f3068... doc: Fix up return type of __builtin_va_arg_pack_len [PR108 (*) bd246ac... cgraph: Adjust verify_corresponds_to_fndecl [PR106061] (*) 9b9a1ac... RISC-V: Fix bug of before_p function (*) e577b91... RISC-V: Refine function args of some functions. (*) 4369d49... RISC-V: Fix pred_mov constraint for vle.v (*) 0f024ff... RISC-V: Add TARGET_MIN_VLEN > 32 into iterators of EEW = 64 (*) b0241ce... tree: Fix up tree_code_{length,type} (*) 89483d9... RISC-V: Change parse_insn into public for future use. (*) 5aa486e... RISC-V: Reorder VSETVL pass location (*) ca8fb00... RISC-V: Change VSETVL PASS always call split_all_insns (*) e3bcf07... RISC-V: Fix incorrect attributes of vsetvl instructions pat (*) 8397924... Modula-2: Add claimed command line options to lang.opt [PR1 (*) d1e0575... gomp/declare-variant-1*.f90: Update for Windows (*) 476efe8... LoongArch: Don't add crtfastmath.o for -shared (*) 5750566... [docs] note that -g opts are implicitly negatable too (*) 2371d10... Daily bump. (*) 94673a1... PR-108551 gcc/m2/gm2-libs-pim/Termbase.mod:128:1 error end (*) 67bcd1c... Fix comment so that /* does not appear inside a comment. (*) 95dca4e... RISC-V: Use get_typenode_from_name to get fixed-width integ (*) cb31b22... RISC-V: Add testcases for AVL=REG support (*) 6bc31c2... RISC-V: Add testcases for IMM (0 ~ 31) AVL (*) 4f673c5... RISC-V: Fix bugs of supporting AVL=REG (single-real-def) in (*) acc10c7... RISC-V: Add probability model of each block to prevent endl (*) 7ae4d1d... RISC-V: Remove dirty_pat since it is redundant (*) 27a2a4b... RISC-V: Rename insn into rinsn for rtx_insn * [NFC] (*) b9b251b... RISC-V: Refine codes in backward fusion [NFC] (*) 00fb769... RISC-V: Avoid redundant flow in forward fusion (*) cfe3fbc... RISC-V: Cleanup the codes of bitmap create and free [NFC] (*) 387cd9d... RISC-V: Refine Phase 3 of VSETVL PASS (*) cca9c44... RISC-V: Fix bugs of available condition. (*) aef2024... RISC-V: Simplify codes of changing vsetvl instruction (*) 8d8cc48... RISC-V: Fix backward_propagate_worthwhile_p (*) 011ba38... RISC-V: Fix wrong in_group flag in validate_change call fun (*) 005fad9... RISC-V: Fix bugs for refine vsetvl a5, zero into vsetvl zer (*) 91a4120... RISC-V: Fix vsetivli instruction asm for IMM AVL (*) 856eec0... RISC-V: Fix inferior codegen for vse intrinsics. (*) f91cd98... RISC-V: Fix pointer tree type for store pointer. (*) c8e07c7... Fortran: fix ICE in check_host_association [PR108544] (*) a82ce9c... opts: SANITIZE_ADDRESS wrongly cleared [PR108543] (*) 6dd4578... Modula-2: Remove debug code [PR108553]. (*) 0917620... frange: Fix up foperator_{,not_}equal::fold_range for signe (*) 0cdb609... value-relation: Small tweaks to tables (*) a2dddef... testsuite: Fix hwasan/arguments-3.c failures (*) 96fbe54... aarch64: Remove expected error for compound literals (*) 2923d9e... Update guality XFAILs for aarch64*-*-* (*) 4b4ba37... aarch64: Suppress warnings in pr99766.C (*) b4308a6... aarch64: Remove slp_13.c XFAILs (*) 9f353b0... c++: Reject UDLs in certain contexts [PR105300] (*) f1eab26... analyzer: fix SARD-tc841-basic-00182-min.c test case [PR108 (*) 7bffea8... analyzer: fix false positives from -Wanalyzer-infinite-recu (*) 2e445d9... libstdc++: Add workaround for old tzdata.zi files (*) 3376467... libstdc++: Add returns_nonnull to non-inline std::map detai (*) 93e2bf5... libstdc++: Fix strings read from /etc/sysconfig/clock [PR10 (*) e75b2c6... libstdc++: Move www.open-std.org to https in bugs manual (*) c71a128... tree-optimization/108547 - robustify uninit predicate analy (*) 0573a07... tree-optimization/108522 Use component_ref_field_offset (*) 59a42fe... aarch64: Add Linux kernel hwcap string for FEAT_CSSC (*) 41c3d02... doc: Refer to projects as GCC and GDB (*) d427407... openmp, c++: Workaround fold_for_warn ICE on invalid OpenMP (*) 1f6d05e... tree-optimization/108523 - testcase for the bug (*) 6a5aa83... libgm2/configure.ac use newer automake (1.15.1) (*) 66132b1... PR-108135 Remove PACKAGE_* definitions from gm2config.h (*) 9bb6515... Daily bump. (*) 9fb9da3... Fortran: ICE in gfc_compare_array_spec [PR108528] (*) 80cf2c5... modula-2: Fixes for preprocessing [PR102343, PR108182]. (*) 9d4c00c... c++: Fix up mangling of static lambdas [PR108525] (*) 267f01a... arm: fix missing extern "C" in MVE tests (*) a8704dc... arm: improve tests for vld2q* (*) 1563de6... arm: improve tests and fix vqnegq* (*) 73a712e... arm: improve tests for vqrdmulhq* (*) ef0bec9... arm: improve tests for vqrdmlsdhxq* (*) 79090d6... arm: improve tests for vqrdmlsdhq* (*) 8b9fcce... arm: improve tests for vqdmlsdhxq* (*) 8de09be... arm: improve tests for vqdmlsdhq* (*) 26c400b... arm: improve tests for vqrdmlashq* (*) 22a02a9... arm: improve tests for vqrdmladhxq* (*) 6c43db2... arm: improve tests for vqrdmladhq* (*) f2a324b... arm: improve tests for vqdmladhxq* (*) d26036d... arm: improve tests for vqdmladhq* (*) 672eec5... arm: improve tests and fix vqabsq* (*) c3c8284... arm: improve tests for vcmulq* (*) 0ea30b2... arm: improve tests for vcmlaq* (*) 6764c13... arm: improve tests for vcaddq* (*) 59d46d5... arm: improve tests for vmulltq* (*) e6f5213... arm: improve tests for vmullbq* (*) 6c61fac... arm: improve tests for vmulhq* (*) c8cb7e0... arm: improve tests and fix vnegq* (*) 16452c6... arm: improve tests and fix vclzq* (*) dd4424e... arm: improve tests and fix vclsq* (*) c29d853... tree-optimization/108523 - fix endless iteration in VN (*) 64f6638... Fixup LTO internal docs for option processing (*) da43e28... aarch64: Restore generation of SVE UQDEC instructions (*) 7c47a3b... aarch64: Update sizeless tests (*) 27b2eb6... doc/contrib.texi: Add Jose E. Marchesi (*) d9a8390... aarch64: Add aarch64*-*-* to the list of vect_long_long tar (*) 617be7b... store-merging: Disable string_concatenate mode if start or (*) b851ee9... tree-optimization/108522 Use COMPONENT_REF offset when avai (*) 0fa2216... Daily bump. (*) e00d5ca... libstdc++: Use /etc/sysconfig/clock for std::chrono::curren (*) 33ed110... libstdc++: Include std::ranges::subrange definition in = 0 to gat (*) 3c99493... [PR106746] drop cselib addr lookup in debug insn mem (*) 9f98cfa... Daily bump. (*) 8e2c6e7... libfortran: Fix execute_command_line for Windows (*) 0f85ae6... c: ICE with nullptr as case expression [PR108424] (*) 33237e9... libstdc++: Deprecate std::filesystem::u8path for C++20 (*) 26c68b8... libstdc++: Fix std::random_device::entropy() for non-posix (*) af7881e... libstdc++: Minor updates to Policy Based Data Structures: B (*) 7d0cdbb... libstdc++: testsuite: Simplify codecvt_unicode (*) c6a0111... analyzer: add SARD testsuite 81 (*) db959e2... ipa: Release body more carefully when removing nodes (PR 10 (*) d4abe5c... lto/108445 - avoid LTO decl wrapping being confused by tree (*) ddbe758... Revert "middle-end/108086 - avoid unshare_expr when remappi (*) c98cd1d... libgcc: Fix uninitialized RA signing on AArch64 [PR107678] (*) f54e31d... arm: fix __arm_vld1q_z* and __arm_vst1q_p* intrinsics [PR10 (*) a4b0594... xtensa: Optimize inversion of the MSB (*) aaf29ae... rs6000: Fix typo on vec_vsubcuq in rs6000-overload.def [PR1 (*) 5d95296... rs6000: Teach rs6000_opaque_type_invalid_use_p about gcall (*) 159b0f4... Don't add crtfastmath.o for -shared. (*) 04d7cc1... Fix bug number reference in Changelogs (*) 8d07b19... Daily bump. (*) (*) 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.