This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d0efda0cbe5 2019-10-17 Richard Biener rguenther@suse.de new 2bd0f173113 PR libstdc++/92124 fix incorrect container move assignment
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: libstdc++-v3/ChangeLog | 14 +++++++++ libstdc++-v3/include/bits/forward_list.h | 4 +-- libstdc++-v3/include/bits/stl_deque.h | 4 +-- libstdc++-v3/include/bits/stl_list.h | 4 +-- libstdc++-v3/include/bits/stl_vector.h | 5 ++-- .../{priority_queue/dr2537.cc => deque/92124.cc} | 33 +++++++++++----------- .../dr2537.cc => forward_list/92124.cc} | 33 +++++++++++----------- .../{priority_queue/dr2537.cc => list/92124.cc} | 33 +++++++++++----------- .../{priority_queue/dr2537.cc => vector/92124.cc} | 33 +++++++++++----------- 9 files changed, 87 insertions(+), 76 deletions(-) copy libstdc++-v3/testsuite/23_containers/{priority_queue/dr2537.cc => deque/92124 [...] copy libstdc++-v3/testsuite/23_containers/{priority_queue/dr2537.cc => forward_lis [...] copy libstdc++-v3/testsuite/23_containers/{priority_queue/dr2537.cc => list/92124. [...] copy libstdc++-v3/testsuite/23_containers/{priority_queue/dr2537.cc => vector/9212 [...]