This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 50324c06a83 testsuite: Mark testsuite that PRU has different new 330383590de Add myself to MAINTAINERS new d51263b41ff Fix incorrect __cpp_lib_parallel_algorithm macro definitions new 6233ade970a PR c++/90736 - bogus error with alignof. * constexpr.c (a [...]
The 3 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: ChangeLog | 4 ++ MAINTAINERS | 1 + gcc/cp/ChangeLog | 5 +++ gcc/cp/constexpr.c | 4 +- gcc/testsuite/ChangeLog | 5 +++ gcc/testsuite/g++.dg/cpp0x/alignof5.C | 6 +++ libstdc++-v3/ChangeLog | 5 +++ libstdc++-v3/include/std/algorithm | 2 +- libstdc++-v3/include/std/memory | 2 +- libstdc++-v3/include/std/numeric | 2 +- .../testsuite/25_algorithms/pstl/feature_test.cc | 50 ++++++++++++++++++++++ 11 files changed, 82 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/alignof5.C create mode 100644 libstdc++-v3/testsuite/25_algorithms/pstl/feature_test.cc