From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2140) id 31BCA3858CDB; Fri, 19 Jan 2024 03:52:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 31BCA3858CDB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1705636338; bh=AGdAqEAav/O1s/eY3i7mkQeIGnSUw1Jf3j+6wyfr+pw=; h=From:To:Subject:Date:From; b=u/6D994Zso9z8JsYvI6nZgHbrP2yh86WBY/e1wcxv0Yz5HPZf/4i3fykN/zGZSCvL 67W3ZgTK2TA/pJrL0Bx2omdbV0UpvRkCfrsrMRLX2t2olKJ+sXu2CA7rpT5GjNQDsF uZAn2fAI4gj564IWCQ9Frpi/46rymIib6rtxPqOI= 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] (63 commits) More precise documentation for cleanup attribute [PR110029] X-Act-Checkin: gcc X-Git-Author: Alexandre Oliva X-Git-Refname: refs/users/aoliva/heads/testbase X-Git-Oldrev: 9a5e8f9d112adb0fdd0931f72a023cd77c09dd8c X-Git-Newrev: ed28a835058d2e72036f4adb1dd60edf735c7d00 Message-Id: <20240119035218.31BCA3858CDB@sourceware.org> Date: Fri, 19 Jan 2024 03:52:18 +0000 (GMT) List-Id: The branch 'aoliva/heads/testbase' was updated to point to: ed28a835058... More precise documentation for cleanup attribute [PR110029] It previously pointed to: 9a5e8f9d112... Document negative forms of -Wtsan and -Wxor-used-as-pow [PR Diff: Summary of changes (added commits): ----------------------------------- ed28a83... More precise documentation for cleanup attribute [PR110029] (*) bb0f96a... Daily bump. (*) 9b6b7d6... Improve documentation of noinline and noipa attributes [PR1 (*) 0c7c65c... hppa: Always enable PIE on 64-bit target (*) b6c4fcd... Remove remnant of removed Cygwin options from invoke.texi [ (*) dbda6cd... Restore documentation for const/volatile functions [PR10794 (*) d5604fe... analyzer: fix ICE on strlen ((char *)&VECTOR_CST) [PR111361 (*) 84096e6... analyzer: fix offsets in has_null_terminator [PR112811] (*) e254d12... Fix ICE in -fdiagnostics-generate-patch [PR112684] (*) 8cddf6f... libstdc++/pair: Guard P2321R2 changes with __glibcxx_ranges (*) ae8581e... libstdc++/tuple: Guard P2321R2 changes with __cpp_lib_range (*) 3d3145e... libstdc++/debug: Fix constexpr _Safe_iterator in C++20 mode (*) 48c8d26... hwasan: Always set target_hwasan_flags (*) d190a55... Another memory leak in vectorizable_store (*) 569ebd6... Darwin, configure: Handle a missing substitution. (*) 9e1b554... RISC-V: Rewrite some instructions using ASM targethook (*) cdf4729... RISC-V: Fix register overlap issue for some xtheadvector in (*) 0a41c3e... RISC-V: Add support for xtheadvector-specific intrinsics. (*) 2d7205e... RISC-V: Handle differences between XTheadvector and Vector (*) 9a55cc6... RISC-V: Adds the prefix "th." for the instructions of XThea (*) d05b526... RISC-V: Introduce XTheadVector as a subset of V1.0.0 (*) 60f58d0... Objective-C/C++: Ensure sufficient setup for the preprocess (*) 4947848... Darwin: Suppress adding embedded rpaths for earlier OS vers (*) 8d26636... Darwin: Fix a typo in Objective-C meta-data. (*) 9840e0b... c++: ICE when xobj is not the first parm [PR113389] (*) 1d82a2d... lto, Darwin: Fix offload section names. (*) efe4ea2... testsuite, jit, Darwin: Add libSystem to a test. (*) 283e3a9... testsuite, jit, Darwin: Handle Mach-O in assembler tests. (*) e0e3ef1... testsuite, jit: Allow for target-specific assembler scans. (*) 2b0abfd... testsuite, jit: Handle whitespace in test-link-section-asse (*) ea9df90... testsuite, jit: test-alias-attribute.c requires alias suppo (*) aecc0d4... Darwin: Fix constant CFString code-gen [PR105522]. (*) a6bf09f... Fix compare-debug bootstrap failure [PR113445] (*) 6764043... sra: Disqualify bases of operands of asm gotos (*) 895a213... tree-optimization/113475 - fix memory leak in phi_analyzer (*) 5b421c2... Fix memory leak in vectorizable_store (*) f2872e0... PR modula2/111956 Many powerpc platforms do _not_ have supp (*) af66955... hwasan: Check if Intel LAM_U57 is enabled (*) ac913d5... libstdc++: Avoid -Wmaybe-uninitialized warnings in text_enc (*) db42a0a... libstdc++: Fix std::format test for Solaris [PR113450] (*) 1c1853a... Fix memory leak in vect_analyze_loop_form (*) 695f615... AVR: Tabify avr-log.cc. (*) 38d8fac... RISC-V: Support vi variant for vec_cmp (*) 95d4363... AVR: Tabify avr-devices.cc. (*) eef0bff... AVR: Tabify avr-c.cc. (*) 37be539... AVR: Tabify driver-avr.cc. (*) 1d586c5... AVR: Tabify gen-avr-mmcu-texi.cc. (*) 66128fb... AVR: Tabify gen-avr-mmcu-specs.cc. (*) 3c7add6... riscv: Remove Bool keywords from riscv.opt (*) d4a2d91... i386: Add -masm=intel profiling support [PR113122] (*) b4cb9c9... LoongArch: Remove constraint z from movsi_internal (*) f8138d7... AVR: Fix typo in device-specs generation. Reuse -m[no-]rod (*) 2341df1... rust_debug: Cast size_t values to unsigned long before prin (*) 484f48f... testsuite: Fix up scev-16.c test [PR113446] (*) b032f4b... testsuite: Fix up gcc.target/i386/sse4_1-stv-1.c test [PR11 (*) 1203fc2... opts: Fix up -ffold-mem-offsets option keywords (*) b981d5c... tree-optimization/113431 - wrong dependence with invariant (*) 0f38666... tree-optimization/113374 - early break vect and virtual ope (*) cc34fc9... test regression fix: Add !vect128 for variable length targe (*) 227b8df... LoongArch: testsuite:Fix fail in gen-vect-{2,25}.c file. (*) d78b7bd... LoongArch: Assign the '/u' attribute to the mem to which th (*) a689c1f... test regression fix: Add vect128 for bb-slp-43.c (*) f4156fb... testsuite, rs6000: Adjust fold-vec-extract-char.p7.c [PR111 (*) (*) 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.