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

index 2a18843cd39863f1f426061c12f21815f80f352c..d464e3b5364abf298c5007bb1116a357c88d79ab 100644 (file)
@@ -1,3 +1,14 @@
+2020-10-15  Martin Liska  <mliska@suse.cz>
+
+       Backported from master:
+       2020-10-15  Martin Liska  <mliska@suse.cz>
+
+       PR ipa/97295
+       * profile-count.c (profile_count::to_frequency): Move part of
+       gcc_assert to STATIC_ASSERT.
+       * regs.h (REG_FREQ_FROM_BB): Do not use count.to_frequency for
+       a function that does not have count_max initialized.
+
 2020-10-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
 
        * config/aarch64/aarch64.c (neoversen2_tunings): Define.
index 630766919dac075cc3122e584622a657614c8a7f..90be3bdbe8f21c20c7961b4cb09addfb567666bb 100644 (file)
@@ -1 +1 @@
-20201015
+20201016
index bf6eefd3bd1a8b300d9993e253a90679575fc4be..486c1598c80f77ffb0db2adb047193d627598c55 100644 (file)
@@ -1,3 +1,12 @@
+2020-10-15  Maciej W. Rozycki  <macro@linux-mips.org>
+
+       Backported from master:
+       2020-10-12  Maciej W. Rozycki  <macro@linux-mips.org>
+
+       * libdruntime/config/mips/switchcontext.S [__mips_hard_float]:
+       Use L.D and S.D generic assembly instructions rather than LDC1
+       and SDC1 MIPS II hardware instructions.
+
 2020-07-23  Release Manager
 
        * GCC 10.2.0 released.
index d3b8807a8d6e66d6111dc180e3ce3dd7c897591d..a053693112202ed820eb92b15c96bb7e206d22a8 100644 (file)
@@ -1,3 +1,17 @@
+2020-10-15  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2020-10-15  Jonathan Wakely  <jwakely@redhat.com>
+
+       * include/std/concepts: Fix typos in copyright notice.
+       * include/std/ranges: Likewise.
+
+2020-10-15  Jonathan Wakely  <jwakely@redhat.com>
+
+       * doc/xml/manual/status_cxx2020.xml: Remove red background for
+       completed feature.
+       * doc/html/manual/status.html: Regenerate.
+
 2020-10-13  Patrick Palka  <ppalka@redhat.com>
 
        Backported from master: