This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-7-branch in repository gcc.
from 8bd3e8ae379 Fix typos in libstdc++ manual new 4af93305df7 PR libstdc++/80478 make std::mem_fn work with noexcept functions new 0d900042de7 compiler: ignore struct field tags for type conversion
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/go/gofrontend/types.cc | 123 ++++++++++++--------- gcc/go/gofrontend/types.h | 33 +++++- libstdc++-v3/ChangeLog | 7 ++ libstdc++-v3/include/std/functional | 6 + .../function_objects/mem_fn/80478.cc} | 13 +-- 5 files changed, 119 insertions(+), 63 deletions(-) copy libstdc++-v3/testsuite/{21_strings/basic_string/cons/char/79162.cc => 20_util [...]