]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/c-family/ChangeLog
Daily bump.
[thirdparty/gcc.git] / gcc / c-family / ChangeLog
index d0bfaaebe4de60f67d04e274ed49a2f32c12a32e..2ed7b336877eaa6df55367b0ddd8d4805a5534cb 100644 (file)
@@ -1,3 +1,13 @@
+2020-12-14  Martin Sebor  <msebor@redhat.com>
+
+       PR middle-end/98166
+       PR c++/57111
+       PR middle-end/98160
+       * c-attribs.c (maybe_add_noinline): New function.
+       (handle_malloc_attribute): Call it.  Use ATTR_FLAG_INTERNAL.
+       Implicitly add attribute noinline to functions not declared inline
+       and warn on those.
+
 2020-12-09  Tobias Burnus  <tobias@codesourcery.com>
 
        * c-pragma.c (omp_pragmas): Add 'allocate'.