Daily bump.

This commit is contained in:
GCC Administrator 2020-07-03 00:18:11 +00:00
parent eb77f6f1b7
commit 709faac49c
3 changed files with 23 additions and 1 deletions

View File

@ -1,3 +1,13 @@
2020-07-02 Martin Liska <mliska@suse.cz>
* 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 <mliska@suse.cz>
* git-backport.py: The script did 'git co HEAD~' when

View File

@ -1 +1 @@
20200702
20200703

View File

@ -1,3 +1,15 @@
2020-07-02 Ville Voutilainen <ville.voutilainen@gmail.com>
Backported from master:
2020-07-02 Ville Voutilainen <ville.voutilainen@gmail.com>
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 <jwakely@redhat.com>
Backported from master: