This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 293b36500dd PR c/91192 * c-parser.c (c_parser_sizeof_expression): Cal [...] new c3a1acbd34c 2019-07-31 Richard Biener rguenther@suse.de new cc542d5649d PR libstdc++/91308 fix constraints on unique_ptr assignment new c7614775366 Add Doxygen comments to <bit> header
The 3 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: gcc/ChangeLog | 6 + gcc/testsuite/ChangeLog | 5 + gcc/testsuite/g++.dg/torture/pr91280.C | 223 +++++++++++++++++++++ gcc/tree-ssa-structalias.c | 26 ++- libstdc++-v3/ChangeLog | 12 ++ libstdc++-v3/include/bits/unique_ptr.h | 30 ++- libstdc++-v3/include/std/bit | 28 +++ .../dr2586.cc => unique_ptr/assign/91308.cc} | 30 ++- 8 files changed, 331 insertions(+), 29 deletions(-) create mode 100644 gcc/testsuite/g++.dg/torture/pr91280.C copy libstdc++-v3/testsuite/20_util/{scoped_allocator/dr2586.cc => unique_ptr/assi [...]