This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f8d3dfa If strchr can't be folded in gimple-fold, we still need to fa [...] new a0d6c22 Check for overflow in filesystem::last_write_time new e0722a9 libgo: fix for runtime/check failure with "-O0 -g"
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/go/gofrontend/MERGE | 2 +- libgo/Makefile.am | 1 + libgo/Makefile.in | 1 + libstdc++-v3/ChangeLog | 9 ++ libstdc++-v3/include/experimental/bits/fs_fwd.h | 2 +- libstdc++-v3/src/filesystem/ops.cc | 30 ++++-- .../filesystem/operations/last_write_time.cc | 111 +++++++++++++++++++++ libstdc++-v3/testsuite/util/testsuite_fs.h | 21 +++- 8 files changed, 162 insertions(+), 15 deletions(-) create mode 100644 libstdc++-v3/testsuite/experimental/filesystem/operations/last_ [...]