From 3096abe0d6038e303ec4c404bc178359ac53a9cb Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Fri, 16 Sep 2016 23:11:46 +0100 Subject: [PATCH] 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 --- gcc/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) 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. -- 2.30.2