From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2119) id 8056B3856DC7; Thu, 12 Oct 2023 22:01:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8056B3856DC7 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1697148097; bh=MFIA+yf4Hy8iPFy+fW101bq1jXKzdhWH4HSxAZJmEDk=; h=From:To:Subject:Date:From; b=vncRapdoZB+MKvHe8SmMb2g7xevd90HJw/LhtFLhOW4YccqXPNf6ruQxruYWfuOLw pBRAXMYswSRp7B/eKCQKc028YRkB+yZ+8NAJRbNG3w0SNq3VYeTVkdV0wBAr/UGMnp ga2xqdWHGO6itJuAii1KS5C0D/rMMuEqRWSVf8vY= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Jeff Law To: gcc-cvs@gcc.gnu.org Subject: [gcc(refs/vendors/riscv/heads/gcc-13-with-riscv-opts)] RISCV: Bugfix for incorrect documentation heading nesting X-Act-Checkin: gcc X-Git-Author: Mary Bennett X-Git-Refname: refs/vendors/riscv/heads/gcc-13-with-riscv-opts X-Git-Oldrev: 0f97e9208a0604918339577942177330712119e4 X-Git-Newrev: c45702322788bb2787ae4f28cd53de2566051be3 Message-Id: <20231012220137.8056B3856DC7@sourceware.org> Date: Thu, 12 Oct 2023 22:01:37 +0000 (GMT) List-Id: https://gcc.gnu.org/g:c45702322788bb2787ae4f28cd53de2566051be3 commit c45702322788bb2787ae4f28cd53de2566051be3 Author: Mary Bennett Date: Thu Oct 12 09:17:24 2023 -0600 RISCV: Bugfix for incorrect documentation heading nesting PR middle-end/111777 gcc/ChangeLog: * doc/extend.texi: Change subsubsection to subsection for CORE-V built-ins. (cherry picked from commit e99ad401f84ca6cd2717a58a116e44274d55da70) Diff: --- gcc/doc/extend.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 35add9c2efd..fb2aacd2a17 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -21269,7 +21269,7 @@ vector intrinsic specification, which is available at the following link: All of these functions are declared in the include file @file{riscv_vector.h}. @node CORE-V Built-in Functions -@subsubsection CORE-V Built-in Functions +@subsection CORE-V Built-in Functions These built-in functions are available for the CORE-V MAC machine architecture. For more information on CORE-V built-ins, please see