public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [DOC,PATCH] Mention clog10, clog10f an clog10l in Builtins section.
@ 2015-12-04  9:45 Martin Liška
  2016-02-26 10:05 ` Martin Liška
  0 siblings, 1 reply; 4+ messages in thread
From: Martin Liška @ 2015-12-04  9:45 UTC (permalink / raw)
  To: GCC Patches; +Cc: joseph

[-- 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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [DOC,PATCH] Mention clog10, clog10f an clog10l in Builtins section.
  2015-12-04  9:45 [DOC,PATCH] Mention clog10, clog10f an clog10l in Builtins section Martin Liška
@ 2016-02-26 10:05 ` Martin Liška
  2016-02-26 11:11   ` Richard Biener
  0 siblings, 1 reply; 4+ messages in thread
From: Martin Liška @ 2016-02-26 10:05 UTC (permalink / raw)
  To: GCC Patches; +Cc: joseph, gerald

On 12/04/2015 10:45 AM, Martin Liška wrote:
> 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
> 

PING

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [DOC,PATCH] Mention clog10, clog10f an clog10l in Builtins section.
  2016-02-26 10:05 ` Martin Liška
@ 2016-02-26 11:11   ` Richard Biener
  2016-02-26 11:56     ` Martin Liška
  0 siblings, 1 reply; 4+ messages in thread
From: Richard Biener @ 2016-02-26 11:11 UTC (permalink / raw)
  To: Martin Liška; +Cc: GCC Patches, Joseph S. Myers, Gerald Pfeifer

On Fri, Feb 26, 2016 at 11:05 AM, Martin Liška <mliska@suse.cz> wrote:
> On 12/04/2015 10:45 AM, Martin Liška wrote:
>> 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
>>

Ok with also addign them to the @findex list above.

Richard.

> PING

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [DOC,PATCH] Mention clog10, clog10f an clog10l in Builtins section.
  2016-02-26 11:11   ` Richard Biener
@ 2016-02-26 11:56     ` Martin Liška
  0 siblings, 0 replies; 4+ messages in thread
From: Martin Liška @ 2016-02-26 11:56 UTC (permalink / raw)
  To: Richard Biener; +Cc: GCC Patches, Joseph S. Myers, Gerald Pfeifer

On 02/26/2016 12:11 PM, Richard Biener wrote:
> Ok with also addign them to the @findex list above.
> 
> Richard.

Thanks for review, updated version installed as r233738.

Martin

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-02-26 11:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-04  9:45 [DOC,PATCH] Mention clog10, clog10f an clog10l in Builtins section Martin Liška
2016-02-26 10:05 ` Martin Liška
2016-02-26 11:11   ` Richard Biener
2016-02-26 11:56     ` Martin Liška

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).