From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 340DA3858C2F; Wed, 17 Jan 2024 02:34:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 340DA3858C2F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1705458864; bh=4uCtUNV6PD5pz4xS4cZasSJTzmW5TNLdsK4u9wZV6ks=; h=From:To:Subject:Date:In-Reply-To:References:From; b=kA3cyqZkc1BpUiMtiZdOK/EvWhBFlYhgkUgyEbpUA55BjL8siLue5xVllcrbYYEOm +YIJmBKn+2LgRvPSSqaAbp0C4M9ME03aM04i1+ieLYv6JmEoi7o/wZbL+OxkRjx68W RKWhKckLybpvqe0DqMY3MTBu12tx9h4nq9OvsDno= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/112973] Documentation for __builtin_preserve_access_index is not wrapped in extend.texi Date: Wed, 17 Jan 2024 02:34:23 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: documentation, easyhack, internal-improvement X-Bugzilla-Severity: trivial X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: sandra at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D112973 --- Comment #1 from GCC Commits --- The master branch has been updated by Sandra Loosemore : https://gcc.gnu.org/g:fce3f51f9c252c2650b2bf90401c72cda0eae088 commit r14-8171-gfce3f51f9c252c2650b2bf90401c72cda0eae088 Author: Sandra Loosemore Date: Wed Jan 17 00:24:36 2024 +0000 Tidy documentation for BPF builtins [PR112973] gcc/Changelog PR target/112973 * doc/extend.texi (BPF Built-in Functions): Wrap long lines and give the section a light copy-editing pass.=