]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/c-family/ChangeLog
Come up with fndecl_built_in_p.
[thirdparty/gcc.git] / gcc / c-family / ChangeLog
index f833d0a17221d2b0c054c5653e65f5b7590b3502..2ca6662c3c5fcf92dfb94dd46a7cdcef0cc83b0d 100644 (file)
@@ -1,3 +1,12 @@
+2018-08-27  Martin Liska  <mliska@suse.cz>
+
+       * c-common.c (check_function_restrict): Use new function
+        fndecl_built_in_p and remove check for FUNCTION_DECL if
+        possible.
+       (check_builtin_function_arguments): Likewise.
+       (reject_gcc_builtin): Likewise.
+       * c-warn.c (sizeof_pointer_memaccess_warning): Likewise.
+
 2018-08-26  Marek Polacek  <polacek@redhat.com>
 
        PR c++/87029, Implement -Wredundant-move.