From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2140) id 553D63858D20; Fri, 27 Jan 2023 01:57:21 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 553D63858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1674784641; bh=WrDU7HpSsHsuZmHw2LOVsuWrPSmmacyV/R0xEV2Uuxw=; h=From:To:Subject:Date:From; b=GfdCGD9HUn1RlBNd5aTVjneL/cvcRADQ9Xb/YQYQySLXOlnjtJDReHrnwAu/ScXMm H7lBR8l5ktsTqD6VIZBWZbt0VxGpgVkdEQ07Z/GFyHFnTjcvZ+AJvQ+7g8BYYXMYxL Ag/9CIUeDLMc4qaGYpqW4Ym7v35Vqj/10Q4K6uho= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Alexandre Oliva To: gcc-cvs@gcc.gnu.org Subject: [gcc/aoliva/heads/testbase] (171 commits) [docs] note that -g opts are implicitly negatable too X-Act-Checkin: gcc X-Git-Author: Alexandre Oliva X-Git-Refname: refs/users/aoliva/heads/testbase X-Git-Oldrev: 3c99493bf39a7fef9213e6f5af94b78bb15fcfdc X-Git-Newrev: 575056672b3fec0cb4f5ddafd2d4a8c42b83589b Message-Id: <20230127015721.553D63858D20@sourceware.org> Date: Fri, 27 Jan 2023 01:57:21 +0000 (GMT) List-Id: The branch 'aoliva/heads/testbase' was updated to point to: 575056672b3... [docs] note that -g opts are implicitly negatable too It previously pointed to: 3c99493bf39... [PR106746] drop cselib addr lookup in debug insn mem Diff: Summary of changes (added commits): ----------------------------------- 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 (*) (*) This commit already exists in another branch. Because the reference `refs/users/aoliva/heads/testbase' matches your hooks.email-new-commits-only configuration, no separate email is sent for this commit.