[gcc r10-9025] Daily bump.
GCC Administrator
gccadmin@gcc.gnu.org
Sat Nov 14 00:17:41 GMT 2020
https://gcc.gnu.org/g:cbf5cc37ccc3a91768df6e47800eae147be5cd0b
commit r10-9025-gcbf5cc37ccc3a91768df6e47800eae147be5cd0b
Author: GCC Administrator <gccadmin@gcc.gnu.org>
Date: Sat Nov 14 00:17:13 2020 +0000
Daily bump.
Diff:
---
gcc/ChangeLog | 18 ++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/testsuite/ChangeLog | 10 ++++++++++
libstdc++-v3/ChangeLog | 23 +++++++++++++++++++++++
4 files changed, 52 insertions(+), 1 deletion(-)
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 501c7de7d7c..cc1dccea60f 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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:
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index b84a76f5a25..30ba5a060da 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20201113
+20201114
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 0cced7264be..b559c794d08 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -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:
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 43689e60fab..70922ca84be 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -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:
More information about the Libstdc++-cvs
mailing list