This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 72a54e5e815 libstdc++ std::fill overload for std::vector<bool>::iterator new 25ee2155ead c++: Don't synthesize sfk_comparison method multiple times [...] new 46fcef99f49 c++: Avoid strict_aliasing_warning on dependent types or ex [...]
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/cp/ChangeLog | 11 +++++++++ gcc/cp/method.c | 2 +- gcc/cp/typeck.c | 28 +++++++++++++++++----- gcc/testsuite/ChangeLog | 8 +++++++ gcc/testsuite/g++.dg/cpp2a/spaceship-synth8.C | 12 ++++++++++ .../g++.dg/warn/Wstrict-aliasing-bogus-tmpl.C | 12 ++++++++++ 6 files changed, 66 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/spaceship-synth8.C create mode 100644 gcc/testsuite/g++.dg/warn/Wstrict-aliasing-bogus-tmpl.C