This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-5-branch in repository gcc.
from 347518b66bd Fix broken URLs in libstdc++ API docs new 0de8e11f9f7 PR libstdc++/81468 constrain std::chrono::time_point constructor new 83286493e22 Fix libstdc++ tests using invalid effective-target
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: libstdc++-v3/ChangeLog | 13 +++++++ libstdc++-v3/include/std/chrono | 3 +- .../testsuite/20_util/duration/cons/dr1177.cc | 42 ++++++++++++++++++++++ .../testsuite/20_util/duration/literals/range.cc | 2 +- .../testsuite/20_util/reference_wrapper/80504.cc | 3 +- .../time_point/cons/81468.cc} | 27 ++++++++------ .../testsuite/22_locale/conversions/buffer/2.cc | 3 +- .../28_regex/basic_regex/ctors/basic/iter.cc | 6 ++-- 8 files changed, 82 insertions(+), 17 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/duration/cons/dr1177.cc copy libstdc++-v3/testsuite/{30_threads/thread/cons/lwg2097.cc => 20_util/time_poi [...]