Ping: This is a trivial patch to make the text of an error message for an insufficient number of arguments to a built-in consistent across different built-ins. Rather that sometimes saying "not enough arguments" and others "too few arguments" the patch makes GCC print "too few" in all cases.
https://gcc.gnu.org/ml/gcc-patches/2016-06/msg00093.html On 06/01/2016 03:09 PM, Martin Sebor wrote:
Jakub, As you requested in the discussion of my arithmetic overflow built-in patch, attached is the subset of the patch to make consistent with other such diagnostics the text of the error message issued for insufficient numbers of arguments in calls to built-in functions such as __builtin_add_overflow, __builtin_constant_p, and others. Thanks Martin