This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2c7d98a PR c++/80043 - ICE with -fpermissive new 44cafa9 2017-03-15 Vladimir Makarov vmakarov@redhat.com new 87da099 Implement LWG 2857, {variant,optional,any}::emplace should re [...]
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/lra-constraints.c | 9 +++++++++ libstdc++-v3/ChangeLog | 20 +++++++++++++++++++ libstdc++-v3/include/std/any | 10 ++++++++-- libstdc++-v3/include/std/optional | 6 ++++-- libstdc++-v3/include/std/variant | 23 ++++++++++++++++------ .../testsuite/20_util/any/assign/emplace.cc | 4 ++++ .../testsuite/20_util/any/misc/any_cast_neg.cc | 2 +- .../testsuite/20_util/optional/assignment/6.cc | 5 +++++ libstdc++-v3/testsuite/20_util/variant/run.cc | 9 +++++++++ 10 files changed, 83 insertions(+), 11 deletions(-)