This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6079e9be990 PR tree-optimization/89487 * tree-loop-distribution.c (ha [...] new ad29ad75196 Implement polymorphic_allocator<byte> for C++20 (P0339R6) new 54f60b15b77 2019-03-04 Richard Biener rguenther@suse.de
The 2 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/gcc.dg/torture/pr89572.c | 28 ++++++++ gcc/tree-scalar-evolution.c | 2 +- libstdc++-v3/ChangeLog | 14 ++++ libstdc++-v3/include/std/memory_resource | 63 ++++++++++++++++- .../polymorphic_allocator/allocate_object.cc | 80 ++++++++++++++++++++++ 7 files changed, 195 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr89572.c create mode 100644 libstdc++-v3/testsuite/20_util/polymorphic_allocator/allocate_o [...]