From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2140) id 94A6C3858C56; Mon, 11 Dec 2023 18:52:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 94A6C3858C56 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1702320742; bh=4+gmrD7UnBVEQZ5hI/UMcy4GM7COTEkNyamt5MA/o8M=; h=From:To:Subject:Date:From; b=bHiASuEsoyQB7v7lomzEl+Q0CE9Y7WwMX2q7sYnB7nCyz9dmM19/PipPPWB5E6b9m D5gt8yZI6bs+WS3Ms0JmYT7GUCRflqIVcWglvB0nW5JusT2c+rbr4Kh9WqRrILOpPE Vwivm4Gq02L7SbOiWGWKuanp3Suyy3og5E42ggoc= 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] (79 commits) -finline-stringops: avoid too-wide smallest_int_mode_for_si X-Act-Checkin: gcc X-Git-Author: Alexandre Oliva X-Git-Refname: refs/users/aoliva/heads/testbase X-Git-Oldrev: 5a9e8b0cbbc1a10d73f1809e76bfec73a4386be3 X-Git-Newrev: a8a3d832e609501002dee54150abfd96a28fe532 Message-Id: <20231211185222.94A6C3858C56@sourceware.org> Date: Mon, 11 Dec 2023 18:52:22 +0000 (GMT) List-Id: The branch 'aoliva/heads/testbase' was updated to point to: a8a3d832e60... -finline-stringops: avoid too-wide smallest_int_mode_for_si It previously pointed to: 5a9e8b0cbbc... strub: skip emutls after strubm errors Diff: Summary of changes (added commits): ----------------------------------- a8a3d83... -finline-stringops: avoid too-wide smallest_int_mode_for_si (*) 1e2ea68... -finline-stringops: check base blksize for memset [PR112778 (*) 76ca5ab... -finline-stringops: don't assume ptr_mode ptr in memset [PR (*) 07d9f2f... multiflags: fix doc warning (*) 60decd3... strub: disable on rl78 (*) e4fc59e... strub: add note on attribute access (*) b806c88... libgfortran: Replace mutex with rwlock (*) 624e274... PR rtl-optimization/112380: Defend against CLOBBERs in comb (*) 02f5624... Testsuite: restrict test to nonpic targets (*) 475b7f4... c++: add fixed testcase [PR63378] (*) 35ade85... aarch64: Fix wrong code for bfloat when f16 is enabled [PR (*) 85c5efc... MATCH: (convert)(zero_one !=/== 0/1) for outer type and zer (*) 4eaaf7f... analyzer: Remove check of unsigned_char in maybe_undo_optim (*) acbfb8b... expr: catch more `a*bool` while expanding [PR 112935] (*) eea2517... [PATCH] wrong code on m68k with -mlong-jump-table-offsets a (*) f5fc001... aarch64: enable mixed-types for aarch64 simdclones (*) f5aa23f... c++: alias CTAD and specializations table (*) b1474da... RISC-V: testsuite: Fix strcmp-run.c test. (*) 055f08f... OpenMP: Support acquires/release in 'omp require atomic_def (*) 2505a8b... OpenMP: Minor '!$omp allocators' cleanup (*) 8d2e5ad... ada: Fix Ada bootstrap on FreeBSD (*) 0a569f8... RTL-SSA: Fix ICE on record_use of RTL_SSA for RISC-V VSETVL (*) 4db7441... RISC-V: Robostify shuffle index used by vrgather and fix re (*) 61f5b64... Testsuite, asan, darwin: Adjust output pattern (*) 889341a... aarch64: arm_neon.h - Fix -Wincompatible-pointer-types erro (*) f9b4dbb... d: Merge upstream dmd, druntime 2bbf64907c, phobos b64bfbf9 (*) 63194a0... RISC-V: Rename test[NFC] (*) d9dd06a... RISC-V: Recognize stepped series in expand_vec_perm_const. (*) 0af729c... Testsuite, i386: mark test as requiring dfp (*) 037f570... Simplify vector ((VCE (a cmp b ? -1 : 0)) < 0) ? c : d to j (*) 53e954a... Testsuite, Darwin: actually skip test (*) 7e854b5... RISC-V: Support highest overlap for wv instructions (*) 330bb06... RISC-V: Fix ICE in extract_single_source (*) 2379510... extend.texi: Mark builtin arguments with @var{...} (*) a536d23... RISC-V: Remove poly selftest when --preference=fixed-vlmax (*) ec201e2... [PATCH 3/5] [ifcvt] optimize x=c ? (y AND z) : y by RISC-V (*) 4719b6f... c++: Fix noexcept checking for trivial operations [PR96090] (*) ab3daff... c++: Clear uninstantiated template friend when instantiatin (*) 2c2df12... Support vpcmov for V4HF/V4BF/V2HF/V2BF under TARGET_XOP. (*) ae226cb... rs6000: Guard fctid on PowerPC64 and PowerPC476 (*) 46e342b... rs6000: Enable lrintsi2 on old archs with stfiwx enab (*) 4a6613e... Daily bump. (*) 748766b... Add some new DW_IDX_* constants (*) 5a4faf9... [PATCH 2/5] [ifcvt] optimize x=c ? (y shift_op z):y by RISC (*) b3aed45... aarch64: Fix invalid subregs for BE svread/write_za (*) f5c8d6b... aarch64: Fix SMSTART/SMSTOP save/restore for BE (*) 8c1df40... aarch64: XFAIL some SME tests for BE (*) 23ea0bc... aarch64: Skip some SME register save tests on BE (*) 02ecdaa... aarch64: Add -funwind-tables to some tests (*) 99c5fa3... Fortran: allow NULL() for POINTER, OPTIONAL, CONTIGUOUS dum (*) 1e462fb... Fortran: function returning contiguous class array [PR10554 (*) fa99f7d... doc: small tweak (*) 40dd7a5... c++: Implement __remove_pointer built-in trait (*) 6920802... c++: Implement __is_object built-in trait (*) ffc0843... c++: Implement __is_function built-in trait (*) 5bca9af... c++: Implement __is_reference built-in trait (*) f4007cb... c++: Implement __is_member_object_pointer built-in trait (*) 7c62a41... c++: Implement __is_member_function_pointer built-in trait (*) bd3776c... c++: Implement __is_member_pointer built-in trait (*) 8769777... c++: Implement __is_scoped_enum built-in trait (*) ea0a0e6... c++: Implement __is_bounded_array built-in trait (*) 7a585f1... c++: Implement __is_array built-in trait (*) e410303... c++: trait patch tweak (*) df3559d... c++: Accept the use of built-in trait identifiers (*) 400cd0c... c-family, c++: Look up built-in traits via identifier node (*) c343e42... c++: Sort built-in traits alphabetically (*) 7fb9454... [committed] Support uaddv and usubv on the H8 (*) 73f6e1f... [committed] Provide patterns for signed bitfield extraction (*) 1f55c5c... [committed] Fix length computation of single bit bitfield e (*) 4ac358c... [committed] Fix length computation for logical shifts on H8 (*) fbfe43d... Daily bump. (*) c250ff9... phiopt: Fix ICE with large --param l1-cache-line-size= [PR1 (*) af8bbd6... testsuite: Add testcase for already fixed PR [PR112924] (*) cdf45e0... libstdc++: Fix value of __cpp_lib_format macro [PR111826] (*) a314ede... libstdc++: Fix resolution of LWG 4016 for std::ranges::to [ (*) 36be2a0... driver: Fix memory leak [PR93019] (*) 388ab03... c++: Don't diagnose ignoring of attributes if all ignored a (*) 9363d91... RISC-V: Fix VLS mode movmiaslign bug (*) 0f3bac4... testsuite: Remove gcc.dg/tree-ssa/scev-3.c -4.c and 5.c (*) (*) 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.