This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from cd23ed8af23 [PATCH, rs6000] Rename BU_P10_MISC_2 define to BU_P10_POWER [...] new d1c566d72d9 libcpp: Directly peek for initial line marker new a500588aa52 take type from intrinsic in sincos pass new 1c56c143b20 c++: Fix member alias template in C++17 and up. [PR96805] new 9158a4d2a6c libstdc++: Make ranges::construct_at constexpr-friendly [PR95788] new da9df699753 Daily bump.
The 5 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 | 169 +++++++++++++++ gcc/DATESTAMP | 2 +- gcc/builtins.c | 236 +++++++++++++-------- gcc/builtins.h | 1 + gcc/cp/ChangeLog | 24 +++ gcc/cp/pt.c | 9 +- gcc/testsuite/ChangeLog | 148 +++++++++++++ gcc/testsuite/g++.dg/cpp0x/alias-decl-pr96805.C | 9 + gcc/tree-ssa-math-opts.c | 17 +- libcpp/ChangeLog | 12 ++ libcpp/files.c | 10 +- libcpp/init.c | 142 +++++++------ libcpp/internal.h | 4 +- libgomp/ChangeLog | 6 + libstdc++-v3/ChangeLog | 39 ++++ libstdc++-v3/include/bits/ranges_uninitialized.h | 10 +- .../specialized_algorithms/construct_at/95788.cc} | 29 ++- 17 files changed, 688 insertions(+), 179 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/alias-decl-pr96805.C copy libstdc++-v3/testsuite/{26_numerics/exclusive_scan/constexpr.cc => 20_util/sp [...]