This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-6-branch in repository gcc.
from 1126965 * config/rs6000/rs6000.md ('type' attribute): Add htmsimple/ [...] new c088cbe 2016-07-06 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@a [...] new bba16cf Implement LWG 2451, optional<T> should 'forward' T's implic [...]
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 | 9 ++ gcc/config/avr/avr.c | 4 +- gcc/testsuite/ChangeLog | 8 ++ gcc/testsuite/gcc.target/avr/pr50739.c | 7 + libstdc++-v3/ChangeLog | 15 +++ libstdc++-v3/include/experimental/optional | 148 ++++++++++++++++++++- .../testsuite/experimental/optional/cons/value.cc | 19 +++ .../optional/{observers/5.cc => cons/value_neg.cc} | 23 ++-- 8 files changed, 218 insertions(+), 15 deletions(-) create mode 100644 gcc/testsuite/gcc.target/avr/pr50739.c copy libstdc++-v3/testsuite/experimental/optional/{observers/5.cc => cons/value_ne [...]