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 fd88ee41633 2018-01-25 Richard Biener rguenther@suse.de new 141769c12ff PR libstdc++/83830 Define std::has_unique_object_representations_v new 3232ccf3c44 PR libstdc++/81076 make __byte_operand SFINAE-friendly
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: libstdc++-v3/ChangeLog | 15 +++++++++++++++ libstdc++-v3/include/c_global/cstddef | 2 +- libstdc++-v3/include/std/type_traits | 4 ++++ .../mem_fn/80478.cc => 18_support/byte/81076.cc} | 11 +++++------ .../20_util/has_unique_object_representations/value.cc | 14 ++++++++++++++ 5 files changed, 39 insertions(+), 7 deletions(-) copy libstdc++-v3/testsuite/{20_util/function_objects/mem_fn/80478.cc => 18_suppor [...]