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

index 501c7de7d7c717baf851d976fee00cab0a7e9e98..cc1dccea60f9eebbf65412bcf27a0dafc1e94302 100644 (file)
@@ -1,3 +1,21 @@
+2020-11-13  Thomas Schwinge  <thomas@codesourcery.com>
+
+       Backported from master:
+       2020-11-13  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * omp-low.c (scan_sharing_clauses, scan_omp_for)
+       (lower_oacc_reductions, lower_omp_target): More explicit checking
+       of which OMP constructs we're expecting.
+
+2020-11-13  Thomas Schwinge  <thomas@codesourcery.com>
+
+       Backported from master:
+       2020-11-13  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * omp-expand.c (expand_omp_target): Attach an attribute to all
+       outlined OpenACC compute regions.
+       * omp-offload.c (execute_oacc_device_lower): Adjust.
+
 2020-11-12  Peter Bergner  <bergner@linux.ibm.com>
 
        Backported from master:
index b84a76f5a25c183268576475e91e7c040d3a7ea5..30ba5a060da8baf3506229e8e123a8c6d3c9e83d 100644 (file)
@@ -1 +1 @@
-20201113
+20201114
index 0cced7264be49a5b45b43b1cbff35025c6cfc8f1..b559c794d08c95aabe95424415751ac4d4d27903 100644 (file)
@@ -1,3 +1,13 @@
+2020-11-13  Thomas Schwinge  <thomas@codesourcery.com>
+
+       Backported from master:
+       2020-11-13  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * c-c++-common/goacc/classify-parallel.c: Adjust.
+       * gfortran.dg/goacc/classify-parallel.f95: Likewise.
+       * c-c++-common/goacc/classify-serial.c: New.
+       * gfortran.dg/goacc/classify-serial.f95: Likewise.
+
 2020-11-12  Peter Bergner  <bergner@linux.ibm.com>
 
        Backported from master:
index 43689e60fabf15870e1872f42e59cc4986b40cba..70922ca84beb21d28ea48ec6229f7126ca23ae05 100644 (file)
@@ -1,3 +1,26 @@
+2020-11-13  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2020-11-13  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/97798
+       * include/ext/numeric_traits.h (__glibcxx_signed)
+       (__glibcxx_digits, __glibcxx_min, __glibcxx_max): Remove
+       macros.
+       (__is_integer_nonstrict::__width): Define new constant.
+       (__numeric_traits_integer): Define constants in terms of each
+       other and __is_integer_nonstrict::__width, rather than the
+       removed macros.
+       (_GLIBCXX_INT_N_TRAITS): Macro to define explicit
+       specializations for non-standard integer types.
+
+2020-11-13  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/96042
+       * testsuite/std/ranges/iota/96042.cc: Only assert that the
+       difference type is wider than long long if __int128 is
+       supported.
+
 2020-11-12  Jonathan Wakely  <jwakely@redhat.com>
 
        Backported from master:
This page took 0.120351 seconds and 5 git commands to generate.