Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 15 Feb 2021 00:16:18 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 15 Feb 2021 00:16:18 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP
libstdc++-v3/ChangeLog

index e19b6b8ce2bec1f2347a176ac6e085814218c8ef..737dc7d104d957d8a112b2cdc9188221c4a3b7db 100644 (file)
@@ -1,3 +1,13 @@
+2021-02-14  Jan Hubicka  <hubicka@ucw.cz>
+           Richard Biener  <rguether@suse.de>
+
+       PR ipa/97346
+       * ipa-reference.c (ipa_init): Only conditinally initialize
+       reference_vars_to_consider.
+       (propagate): Conditionally deninitialize reference_vars_to_consider.
+       (ipa_reference_write_optimization_summary): Sanity check that
+       reference_vars_to_consider is not allocated.
+
 2021-02-13  Levy Hsu  <admin@levyhsu.com>
 
        PR target/97417
index a359e4fcc4401f90c84f1587152b0bff00522ec1..15fe6f22bfd14bf72e976d0f31cea52cf1b43e95 100644 (file)
@@ -1 +1 @@
-20210214
+20210215
index a8938d130bc3f5d958e8a2b7bbd7c05d2e686ee5..606459a660beb0747a54e27bcdf7c39b30b130c5 100644 (file)
@@ -1,3 +1,8 @@
+2021-02-14  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/99096
+       * testsuite/util/testsuite_fs.h: Always include <unistd.h>.
+
 2021-02-12  Jonathan Wakely  <jwakely@redhat.com>
 
        PR libstdc++/88881