From: GCC Administrator Date: Sat, 8 May 2021 00:18:04 +0000 (+0000) Subject: Daily bump. X-Git-Tag: releases/gcc-11.2.0~429 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99964f67bab3cc1ddac51b470e7f1b616a537348;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index b5beafed7dfa..81f0a6bd0c26 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20210507 +20210508 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index fb35a283fa32..30a8c723e923 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,11 @@ +2021-05-07 Jakub Jelinek + + Backported from master: + 2021-05-07 Jakub Jelinek + + PR c/100450 + * c-c++-common/gomp/pr100450.c: New test. + 2021-05-06 Marius Hillenbrand Backported from master: diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 92acd5061a3b..059ab8bfc285 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,11 @@ +2021-05-07 Jakub Jelinek + + Backported from master: + 2021-05-07 Jakub Jelinek + + PR c/100450 + * lex.c (cpp_avoid_paste): Handle token1 CPP_PRAGMA like CPP_NAME. + 2021-04-27 Release Manager * GCC 11.1.0 released. diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 66cb27e701d9..c7fbc03f39ca 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,27 @@ +2021-05-07 Jonathan Wakely + + Backported from master: + 2021-05-07 Jonathan Wakely + + * include/std/istream (__rvalue_stream_extraction_t): Replace + use of __rval_streamable. + * include/std/ostream (__rvalue_stream_insertion_t): Likewise. + (__rval_streamable): Remove. + (_Require_derived_from_ios_base, __derived_from_ios_base): New + helper for checking constraints. + * testsuite/27_io/basic_istream/extractors_other/char/4.cc: Fix + reference to the wrong subclause of the standard. + * testsuite/27_io/basic_istream/extractors_other/wchar_t/4.cc: + Likewise. + * testsuite/27_io/basic_ostream/inserters_other/char/6.cc: + Likewise. + * testsuite/27_io/basic_ostream/inserters_other/wchar_t/6.cc: + Likewise. + * testsuite/27_io/basic_ostream/inserters_other/char/99692.cc: + New test. + * testsuite/27_io/filesystem/path/io/dr2989.cc: Adjust pruned + errors. + 2021-05-06 Jonathan Wakely Backported from master: