public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Andrew Pinski <pinskia@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r13-7481] Fix __builtin_alloca_with_align_and_max defbuiltin usage
Date: Tue, 27 Jun 2023 02:35:43 +0000 (GMT)	[thread overview]
Message-ID: <20230627023543.278823858D20@sourceware.org> (raw)

https://gcc.gnu.org/g:87b1fcb2cdccb88fecef9ca57573a0a33b500b8d

commit r13-7481-g87b1fcb2cdccb88fecef9ca57573a0a33b500b8d
Author: Andrew Pinski <apinski@marvell.com>
Date:   Tue Jun 27 02:30:06 2023 +0000

    Fix __builtin_alloca_with_align_and_max defbuiltin usage
    
    There is a missing space between the return type and the name
    which causes the name not to be outputted in the html docs.
    
    Committed as obvious after building html docs.
    
    gcc/ChangeLog:
    
            * doc/extend.texi (__builtin_alloca_with_align_and_max): Fix
            defbuiltin usage.
    
    (cherry picked from commit fb909bc101f2dc7453e0ed187933e39acbab1b21)

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 ac476801ed8..afb17f5b8e5 100644
--- a/gcc/doc/extend.texi
+++ b/gcc/doc/extend.texi
@@ -13660,7 +13660,7 @@ an extension.  @xref{Variable Length}, for details.
 
 @enddefbuiltin
 
-@defbuiltin{{void *}__builtin_alloca_with_align_and_max (size_t size, size_t alignment, size_t max_size)}
+@defbuiltin{{void *} __builtin_alloca_with_align_and_max (size_t size, size_t alignment, size_t max_size)}
 Similar to @code{__builtin_alloca_with_align} but takes an extra argument
 specifying an upper bound for @var{size} in case its value cannot be computed
 at compile time, for use by @option{-fstack-usage}, @option{-Wstack-usage}

                 reply	other threads:[~2023-06-27  2:35 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230627023543.278823858D20@sourceware.org \
    --to=pinskia@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).