This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9fd2a269cf4 Fix bootstrap on ia64 with old GCC version. new ba66bc85091 * gcc.dg/tree-ssa/ssa-dom-thread-7.c: Adjust test because [...] new 0d92fc24161 Optimize std::rotl and std::rotr, add test for std::popcount
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/testsuite/ChangeLog | 6 ++++ gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-7.c | 7 +++- libstdc++-v3/ChangeLog | 6 ++++ libstdc++-v3/include/std/bit | 10 ++---- .../bitops.count/{countl_one.cc => popcount.cc} | 41 ++++++++++++---------- 5 files changed, 44 insertions(+), 26 deletions(-) copy libstdc++-v3/testsuite/26_numerics/bit/bitops.count/{countl_one.cc => popcoun [...]