From: GCC Administrator Date: Fri, 3 Jul 2020 00:18:11 +0000 (+0000) Subject: Daily bump. X-Git-Tag: releases/gcc-9.4.0~846 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=709faac49c7260c2e40da0a7727630ef6c72b59a;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 0c07a4b87eda..91ec3acaa650 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,13 @@ +2020-07-02 Martin Liska + + * gcc-changelog/git_check_commit.py: New file. + * gcc-changelog/git_commit.py: New file. + * gcc-changelog/git_email.py: New file. + * gcc-changelog/git_repository.py: New file. + * gcc-changelog/git_update_version.py: New file. + * gcc-changelog/test_email.py: New file. + * gcc-changelog/test_patches.txt: New file. + 2020-05-29 Martin Liska * git-backport.py: The script did 'git co HEAD~' when diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index d5b9f0ff5dbc..58c9c6a0cb06 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20200702 +20200703 diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index c6aa0a338bb0..4131684f8ae5 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,15 @@ +2020-07-02 Ville Voutilainen + + Backported from master: + 2020-07-02 Ville Voutilainen + + PR libstdc++/91807 + * include/std/variant + (_Copy_assign_base::operator=(const _Copy_assign_base&): + Do the move-assignment from a temporary so that the temporary + is constructed with an explicit index. + * testsuite/20_util/variant/91807.cc: New. + 2020-07-01 Jonathan Wakely Backported from master: