This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFC PATCH] diagnose built-in declarations without prototype (PR 83656)


Hi Martin,

really nice work.
Just one minor nit:


 >--- a/gcc/doc/invoke.texi
 >+++ b/gcc/doc/invoke.texi
 >@@ -6568,8 +6568,13 @@ attributes.
 > @item -Wno-builtin-declaration-mismatch
 > @opindex Wno-builtin-declaration-mismatch
 > @opindex Wbuiltin-declaration-mismatch
 >-Warn if a built-in function is declared with the wrong signature or
 >-as non-function.
 >+Warn if a built-in function is declared with the wrong signature or
 >+as non-function.  Also warn when a built-in function that takes arguments
 >+is declared without a prototype, and for calls to built-in functions
 >+declared ithout a prototype made with the wrong number of arguments or

s/ithout/without/


Bernd.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]