From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2168) id F15A13858D35; Sat, 8 Aug 2020 00:18:10 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F15A13858D35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1596845890; bh=xnJJD+wtMCTgguS7lFgtKD/0B8BwsWh981GSyDTkAto=; h=From:To:Subject:Date:From; b=aEufuoPN+Sp5Nn5IVOFxn4GR6TjTBPESQ9pp3/LG0i5ub42c2xfaRAIaMJI/WeyiE ZhILqOnCdKa5wo7iW30whZBQIROp+VMw1lEc3uHBR4meZ3b9+9vQkLKaIYIomNH+jO FdTIHxuqcCPIZrmvaJE+ZVeGID+HoOAN1Us+I34k= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: GCC Administrator To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org Subject: [gcc r8-10397] Daily bump. X-Act-Checkin: gcc X-Git-Author: GCC Administrator X-Git-Refname: refs/heads/releases/gcc-8 X-Git-Oldrev: 3e2d69ee245e5a44c53cae27a797b97ba529eb72 X-Git-Newrev: 53e0eafd4622a03deab9687a67f502c42f6179b9 Message-Id: <20200808001810.F15A13858D35@sourceware.org> Date: Sat, 8 Aug 2020 00:18:10 +0000 (GMT) X-BeenThere: libstdc++-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libstdc++-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Aug 2020 00:18:11 -0000 https://gcc.gnu.org/g:53e0eafd4622a03deab9687a67f502c42f6179b9 commit r8-10397-g53e0eafd4622a03deab9687a67f502c42f6179b9 Author: GCC Administrator Date: Sat Aug 8 00:17:46 2020 +0000 Daily bump. Diff: --- gcc/DATESTAMP | 2 +- gcc/testsuite/ChangeLog | 8 ++++++++ libgcc/ChangeLog | 9 +++++++++ libstdc++-v3/ChangeLog | 44 ++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 62 insertions(+), 1 deletion(-) diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 007638ea22c..0aaecf38b04 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20200807 +20200808 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 19b86837173..7de3483cac4 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,11 @@ +2020-08-07 Jakub Jelinek + + Backported from master: + 2020-08-03 Jakub Jelinek + + PR target/96402 + * gcc.target/aarch64/pr96402.c: New test. + 2020-07-25 Dominique d'Humieres Backported from master: diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index bca0c1c212e..dda054d0d4f 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,12 @@ +2020-08-07 Jakub Jelinek + + Backported from master: + 2020-08-03 Jakub Jelinek + + PR target/96402 + * config/aarch64/lse.S (__aarch64_cas16_acq_rel): Use x2, x3 instead + of x(tmp0), x(tmp1) in STXP arguments. + 2020-06-17 Samuel Thibault Backported from master: diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 1f65999f6e0..eea7612e325 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,47 @@ +2020-08-07 Jonathan Wakely + + Backported from master: + 2020-03-12 Jonathan Wakely + + * testsuite/27_io/filesystem/operations/last_write_time.cc: Fixes for + filesystems that silently truncate timestamps. + * testsuite/experimental/filesystem/operations/last_write_time.cc: + Likewise. + +2020-08-07 Jonathan Wakely + + Backported from master: + 2019-01-10 Jonathan Wakely + + * testsuite/27_io/filesystem/operations/last_write_time.cc: Fix + test failures on targets with 32-bit time_t. + +2020-08-07 Jonathan Wakely + + Backported from master: + 2020-03-21 Jonathan Wakely + + PR libstdc++/93245 + * include/experimental/bits/fs_path.h (path::generic_string()): + Return the generic format not the native format. + * testsuite/experimental/filesystem/path/generic/generic_string.cc: + Improve test coverage. + +2020-08-07 Jonathan Wakely + + Backported from master: + 2020-03-21 Jonathan Wakely + + PR libstdc++/94242 + * include/bits/fs_path.h (path::_S_str_convert): Replace first + parameter with basic_string_view so that strings with different + allocators can be accepted. + (path::generic_string()): Use basic_string object that uses the + right allocator type. + * testsuite/27_io/filesystem/path/generic/94242.cc: New test. + * testsuite/27_io/filesystem/path/generic/generic_string.cc: Improve + test coverage. + 2020-08-06 Jonathan Wakely Backported from master: