]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 12 Nov 2020 00:17:14 +0000 (00:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 12 Nov 2020 00:17:14 +0000 (00:17 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/ada/ChangeLog
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog
libstdc++-v3/ChangeLog

index 813e33c54befbdbb37bedcc7a3550c91f5c68cdf..e7cb099659073bdcbf88798561a4d661957f2c80 100644 (file)
@@ -1,3 +1,9 @@
+2020-11-11  liuhongt  <hongtao.liu@intel.com>
+
+       * config/i386/i386-options.c (ix86_option_override_internal):
+       Handle PTA_CLDEMOTE.
+       * config/i386/i386.h (PTA_CLDEMOTE): Define.
+
 2020-11-10  Jakub Jelinek  <jakub@redhat.com>
 
        PR tree-optimization/97764
index bb826fc6328f23a89ab89cc8c79f54f1458eb3a3..95634e06f0dee9762ab2b34332a09eed45ab0b97 100644 (file)
@@ -1 +1 @@
-20201111
+20201112
index 0cd89710afca1f641b26d6a96eadef797cba69cd..c95d058e85d123a04ee05a8ec29b9164f4676c49 100644 (file)
@@ -1,3 +1,21 @@
+2020-11-11  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gcc-interface/trans.c (build_binary_op_trapv): Convert operands
+       to the result type before doing generic overflow checking.
+
+2020-11-11  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gcc-interface/trans.c (can_be_lower_p): Remove.
+       (Regular_Loop_to_gnu): Add ENTRY_COND unconditionally if
+       BOTTOM_COND is non-zero.
+
+2020-11-11  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gcc-interface/trans.c (gnat_to_gnu) <N_Op_Shift>: Also convert
+       GNU_MAX_SHIFT if the type of the operation has been changed.
+       * gcc-interface/utils.c (can_materialize_object_renaming_p): Add
+       pair of missing parentheses.
+
 2020-09-28  Eric Botcazou  <ebotcazou@adacore.com>
 
        * gcc-interface/decl.c (maybe_saturate_size): Add ALIGN parameter
index 0af1742303b645b1c76d6e243facc3e472f27a82..a490dd038eef2d582b350e9e105b8b955355cfee 100644 (file)
@@ -1,3 +1,15 @@
+2020-11-11  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2020-11-11  Jakub Jelinek  <jakub@redhat.com>
+
+       PR fortran/97768
+       * misc.c (gfc_typename): Use ex->value.character.length only if
+       ex->expr_type == EXPR_CONSTANT.  If ex->ts.deferred, print : instead
+       of length.  If ex->ts.u.cl && ex->ts.u.cl->length == NULL, print *
+       instead of length.  Otherwise if character length is non-constant,
+       print just CHARACTER or CHARACTER(KIND=N).
+
 2020-11-06  Tobias Burnus  <tobias@codesourcery.com>
 
        Backported from master:
index 146cb0968cc722d45f71bcfae5496731b05bb167..5ea926b24451d18d9659d263fe1f89df89b4f84d 100644 (file)
@@ -1,3 +1,34 @@
+2020-11-11  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gnat.dg/bias2.adb: New test.
+
+2020-11-11  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gnat.dg/opt89.adb: New test.
+
+2020-11-11  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gnat.dg/shift1.adb: New test.
+
+2020-11-11  Richard Biener  <rguenther@suse.de>
+
+       Backported from master:
+       2020-11-11  Richard Biener  <rguenther@suse.de>
+
+       PR testsuite/97797
+       * gcc.dg/torture/ssa-fre-5.c: Use __SIZETYPE__ where
+       appropriate.
+       * gcc.dg/torture/ssa-fre-6.c: Likewise.
+
+2020-11-11  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2020-11-11  Jakub Jelinek  <jakub@redhat.com>
+
+       PR fortran/97768
+       * gfortran.dg/pr97768_1.f90: New test.
+       * gfortran.dg/pr97768_2.f90: New test.
+
 2020-11-10  Jakub Jelinek  <jakub@redhat.com>
 
        PR tree-optimization/97764
index ade300795690b327ce2b0deea7ec920a3842b32c..191b9bf1cdbbba42c21224697a23bfb2d6a5bd18 100644 (file)
@@ -1,3 +1,13 @@
+2020-11-11  Paul Scharnofske  <asynts@gmail.com>
+
+       Backported from master:
+       2020-11-11  Paul Scharnofske  <asynts@gmail.com>
+
+       * include/std/thread (jthread::operator=(jthread&&)): Transfer
+       any existing state to a temporary that will request a stop and
+       then join.
+       * testsuite/30_threads/jthread/jthread.cc: Test move assignment.
+
 2020-11-05  Jonathan Wakely  <jwakely@redhat.com>
 
        Backported from master: