]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 15 Aug 2020 00:16:55 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 15 Aug 2020 00:16:55 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog

index 58c5f3e1bd27459c31b038955cb54ffa35ab9e43..f55ba346158730d127d3b64b2469f3d61caf0feb 100644 (file)
@@ -1,3 +1,11 @@
+2020-08-14  Jan Hubicka  <jh@suse.cz>
+
+       Backported from master:
+       2020-05-29  Jan Hubicka  <hubicka@ucw.cz>
+
+       PR lto/95362
+       * lto-streamer-out.c (lto_output_tree): Disable redundant streaming.
+
 2020-08-13  Jan Hubicka  <jh@suse.cz>
 
        * lto-streamer.h (LTO_minor_version): Bump version.
index da579e6d532c127a850a8eb3670b78eb8fa1eb75..e6ef660d478cc60f967e0175aceb4c93945fcab1 100644 (file)
@@ -1 +1 @@
-20200814
+20200815
index ac30c6da79febc84f6730cd893f905f186254229..896d3dc8c89de7940c1c4c50be5d45f7f7cfeca1 100644 (file)
@@ -1,3 +1,14 @@
+2020-08-14  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2020-06-08  Jakub Jelinek  <jakub@redhat.com>
+
+       PR lto/95548
+       * g++.dg/torture/pr95548.C: Change from dg-do compile to dg-do link,
+       add return type for main, for __SIZEOF_INT128__ test with __uint128_t
+       enumerator constants and add a test with unsigned long long
+       enumerators for all targets.
+
 2020-08-13  Patrick Palka  <ppalka@redhat.com>
 
        Backported from master: