This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 189387a166d PR c++/85695 * semantics.c (finish_if_stmt_cond): See thr [...] new 1fb88ddbbfc /cp 2018-05-08 Paolo Carlini paolo.carlini@oracle.com new 78d91c148cf 2018-05-08 François Dumont fdumont@gcc.gnu.org new 19bdc21a60a 2018-05-08 François Dumont fdumont@gcc.gnu.org
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/cp/ChangeLog | 7 ++++ gcc/cp/parser.c | 2 ++ gcc/testsuite/ChangeLog | 5 +++ gcc/testsuite/g++.dg/cpp1y/pr84588.C | 10 ++++++ libstdc++-v3/ChangeLog | 56 ++++++++++++++++++++++++++++++++ libstdc++-v3/include/debug/deque | 4 +-- libstdc++-v3/include/debug/formatter.h | 9 +++-- libstdc++-v3/include/debug/forward_list | 4 +-- libstdc++-v3/include/debug/functions.h | 9 +++-- libstdc++-v3/include/debug/list | 4 +-- libstdc++-v3/include/debug/macros.h | 27 +++++++++++---- libstdc++-v3/include/debug/map.h | 8 ++--- libstdc++-v3/include/debug/multimap.h | 8 ++--- libstdc++-v3/include/debug/multiset.h | 8 ++--- libstdc++-v3/include/debug/set.h | 8 ++--- libstdc++-v3/include/debug/string | 4 +-- libstdc++-v3/include/debug/unordered_map | 8 ++--- libstdc++-v3/include/debug/unordered_set | 8 ++--- libstdc++-v3/include/debug/vector | 4 +-- libstdc++-v3/src/c++11/debug.cc | 13 ++++++-- 20 files changed, 158 insertions(+), 48 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/pr84588.C