This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 57481cdfdc4 rs6000: Remove reload leftovers new a4057c52287 A non-type template parm with a placeholder type is type-de [...] new c3d2add3ca7 PR c++/86485 - -Wmaybe-unused with empty class ?: new aa52801b45d PR c++/90171 - reorganize usual_deallocation_fn_p new a9ae69b55d1 PR libstdc++/89102 implement new common_type rules (P0435R1 [...] new dceea60f6d1 Improve API docs for <chrono> and <ratio> new aa371af352f Improve API docs for std::pair
The 6 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 | 16 +++ gcc/cp/call.c | 144 +++++++++------------ gcc/cp/pt.c | 7 + gcc/cp/typeck.c | 5 +- libstdc++-v3/ChangeLog | 44 +++++++ libstdc++-v3/doc/doxygen/doxygroups.cc | 3 + libstdc++-v3/doc/xml/manual/intro.xml | 20 +++ libstdc++-v3/include/bits/stl_pair.h | 65 +++++++--- libstdc++-v3/include/std/chrono | 140 ++++++++++++++++---- libstdc++-v3/include/std/ratio | 25 ++++ libstdc++-v3/include/std/tuple | 8 ++ libstdc++-v3/include/std/type_traits | 102 +++++++++------ .../common_type/requirements/sfinae_friendly_1.cc | 6 +- .../20_util/duration/literals/range_neg.cc | 2 +- .../20_util/duration/requirements/typedefs_neg1.cc | 2 +- .../20_util/duration/requirements/typedefs_neg2.cc | 2 +- .../20_util/duration/requirements/typedefs_neg3.cc | 2 +- .../20_util/ratio/cons/cons_overflow_neg.cc | 6 +- .../20_util/ratio/operations/ops_overflow_neg.cc | 10 +- 19 files changed, 430 insertions(+), 179 deletions(-)