This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 0df381c4f78 Remove -fdeduce-init-list. new 35649c476cf Disallow -fvtable-verify and -flto to be used together. new 60117a2f62d Add user-defined clock to libstdc++ condition_variable tests new 1c8ed0e4e68 PR libstdc++/41861 Add full steady_clock support to conditi [...]
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: gcc/ChangeLog | 5 ++ gcc/opts.c | 4 ++ libstdc++-v3/ChangeLog | 28 ++++++++ libstdc++-v3/acinclude.m4 | 31 ++++++++ libstdc++-v3/config.h.in | 3 + libstdc++-v3/configure | 83 ++++++++++++++++++++++ libstdc++-v3/configure.ac | 3 + libstdc++-v3/include/std/condition_variable | 62 +++++++++++++--- .../30_threads/condition_variable/members/2.cc | 39 ++++++++-- .../30_threads/condition_variable_any/members/2.cc | 30 ++++++-- 10 files changed, 269 insertions(+), 19 deletions(-)