This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8a0afc11f9f [PATCH] #assert becomes macro-like new 51e9526b9c1 [debug] Fix handling of vlas in lto new a71ee1d840b PR libstdc++/86963 Remove use of __tuple_base in std::tuple new 2f5c3913392 2018-08-20 Richard Biener rguenther@suse.de
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 | 13 ++++ gcc/dwarf2out.c | 32 +++++--- gcc/testsuite/ChangeLog | 5 ++ gcc/testsuite/gcc.dg/tree-ssa/evrp11.c | 23 ++++++ gcc/tree-vrp.c | 7 +- libstdc++-v3/ChangeLog | 14 ++++ libstdc++-v3/include/std/tuple | 133 +++++++++++---------------------- 7 files changed, 124 insertions(+), 103 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/evrp11.c