]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 30 Oct 2020 00:17:00 +0000 (00:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 30 Oct 2020 00:17:00 +0000 (00:17 +0000)
gcc/ChangeLog
gcc/DATESTAMP
libstdc++-v3/ChangeLog

index e7eaac7ad8d023741d9adc9d8b3626ed72428cf6..41692df89240189647c5241beec2d79825693ecd 100644 (file)
@@ -1,3 +1,20 @@
+2020-10-29  Martin Liska  <mliska@suse.cz>
+
+       Backported from master:
+       2020-10-29  Martin Liska  <mliska@suse.cz>
+
+       PR lto/97508
+       * langhooks.c (lhd_begin_section): Call get_section with
+       not_existing = true.
+       * output.h (get_section): Add new argument.
+       * varasm.c (get_section): Fail when NOT_EXISTING is true
+       and a section already exists.
+       * ipa-cp.c (ipcp_write_summary): Remove.
+       (ipcp_read_summary): Likewise.
+       * ipa-fnsummary.c (ipa_fn_summary_read): Always read jump
+       functions summary.
+       (ipa_fn_summary_write): Always stream it.
+
 2020-10-28  Richard Biener  <rguenther@suse.de>
 
        Backported from master:
index 8559f6c8b74eda17a81e6c019a66901ea26dac71..d724ea40a76c3af13155b7476bf041488c09ec4d 100644 (file)
@@ -1 +1 @@
-20201029
+20201030
index 345149a34643e9927eb60d9a164328a1ca97ce12..6c892716d01cc2c37c449f207b8d536fab0dd032 100644 (file)
@@ -1,3 +1,11 @@
+2020-10-29  Patrick Palka  <ppalka@redhat.com>
+
+       Backported from master:
+       2020-10-29  Patrick Palka  <ppalka@redhat.com>
+
+       * testsuite/25_algorithms/lexicographical_compare/constrained.cc:
+       (test03): Fix initializing the vector vy with the array y of size 4.
+
 2020-10-28  Patrick Palka  <ppalka@redhat.com>
 
        Backported from master: