From: GCC Administrator Date: Sat, 14 Nov 2020 00:17:13 +0000 (+0000) Subject: Daily bump. X-Git-Tag: releases/gcc-10.3.0~639 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cbf5cc37ccc3a91768df6e47800eae147be5cd0b;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 501c7de7d7c7..cc1dccea60f9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,21 @@ +2020-11-13 Thomas Schwinge + + Backported from master: + 2020-11-13 Thomas Schwinge + + * 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 + + Backported from master: + 2020-11-13 Thomas Schwinge + + * 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 Backported from master: diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index b84a76f5a25c..30ba5a060da8 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20201113 +20201114 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 0cced7264be4..b559c794d08c 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,13 @@ +2020-11-13 Thomas Schwinge + + Backported from master: + 2020-11-13 Thomas Schwinge + + * 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 Backported from master: diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 43689e60fabf..70922ca84beb 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,26 @@ +2020-11-13 Jonathan Wakely + + Backported from master: + 2020-11-13 Jonathan Wakely + + 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 + + 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 Backported from master: