From: Jonathan Wakely Date: Fri, 16 Sep 2016 22:11:46 +0000 (+0100) Subject: Fix documentation for overflow-checking builtins X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3096abe0d6038e303ec4c404bc178359ac53a9cb;p=gcc.git Fix documentation for overflow-checking builtins * doc/extend.texi (Integer Overflow Builtins): Fix type of out parameters for functions taking long long arguments. From-SVN: r240205 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index daa2619b95b..e61b82debf1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2016-09-16 Jonathan Wakely + + * doc/extend.texi (Integer Overflow Builtins): Fix type of out + parameters for functions taking long long arguments. + 2016-09-16 Eric Botcazou * recog.c (rest_of_handle_split_after_reload): Delete.