public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: "Martin Liška" <mliska@suse.cz>
To: GCC Patches <gcc-patches@gcc.gnu.org>
Cc: joseph@codesourcery.com
Subject: [DOC,PATCH] Mention clog10, clog10f an clog10l in Builtins section.
Date: Fri, 04 Dec 2015 09:45:00 -0000	[thread overview]
Message-ID: <566160C3.9020503@suse.cz> (raw)

[-- Attachment #1: Type: text/plain, Size: 206 bytes --]

Hello.

I noticed that Builtins section of documentation does not mention clog10{,f,l} functions.
I've tried to write a patch, however I'm not sure how should be these functions described.

Thanks,
Martin


[-- Attachment #2: 0001-Mention-clog10-f-l-in-documentation-Builtins-section.patch --]
[-- Type: text/x-patch, Size: 1161 bytes --]

From 2cb8dfd30ac14e1de00f3788a0b6e55c6a7fa8b9 Mon Sep 17 00:00:00 2001
From: marxin <mliska@suse.cz>
Date: Fri, 4 Dec 2015 10:35:52 +0100
Subject: [PATCH] Mention clog10{,f,l} in documentation (Builtins section)

gcc/ChangeLog:

2015-12-04  Martin Liska  <mliska@suse.cz>

	* doc/extend.texi: Mention clog10, clog10f an clog10l
	in Builtins section.
---
 gcc/doc/extend.texi | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
index 63fce0f..e9d08f5 100644
--- a/gcc/doc/extend.texi
+++ b/gcc/doc/extend.texi
@@ -10505,6 +10505,10 @@ that are recognized in any mode since ISO C90 reserves these names for
 the purpose to which ISO C99 puts them.  All these functions have
 corresponding versions prefixed with @code{__builtin_}.
 
+There are also GNU extension functions @code{clog10}, @code{clog10f} and
+@code{clog10l} which names are reserved by ISO C99 for future use.
+All these functions have versions prefixed with @code{__builtin_}.
+
 The ISO C94 functions
 @code{iswalnum}, @code{iswalpha}, @code{iswcntrl}, @code{iswdigit},
 @code{iswgraph}, @code{iswlower}, @code{iswprint}, @code{iswpunct},
-- 
2.6.3


             reply	other threads:[~2015-12-04  9:45 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-04  9:45 Martin Liška [this message]
2016-02-26 10:05 ` Martin Liška
2016-02-26 11:11   ` Richard Biener
2016-02-26 11:56     ` Martin Liška

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=566160C3.9020503@suse.cz \
    --to=mliska@suse.cz \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=joseph@codesourcery.com \
    /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).