This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 535d631 Re: [PATCH] Improve DOM's optimization of control statements new 6d7cad9 * testsuite/util/testsuite_fs.h (nonexistent_path): Use less [...] new de74aa1 Allow Filesystem TS to compile without wchar_t new 689db5e nvptx offloading linking
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 | 15 + gcc/config/nvptx/mkoffload.c | 677 ++------------------- libgomp/ChangeLog | 10 + libgomp/config/nvptx/fortran.c | 40 ++ libgomp/config/nvptx/oacc-init.c | 42 ++ libgomp/config/nvptx/oacc-parallel.c | 358 +++++++++++ libgomp/config/nvptx/openacc.f90 | 102 ++++ libgomp/oacc-init.c | 6 +- libgomp/oacc-ptx.h | 426 ------------- libgomp/plugin/plugin-nvptx.c | 30 - libstdc++-v3/ChangeLog | 14 + libstdc++-v3/include/bits/locale_conv.h | 8 +- libstdc++-v3/include/experimental/fs_path.h | 8 + libstdc++-v3/src/filesystem/path.cc | 6 +- .../experimental/filesystem/path/assign/assign.cc | 4 + .../experimental/filesystem/path/concat/strings.cc | 4 + .../filesystem/path/construct/range.cc | 9 +- libstdc++-v3/testsuite/util/testsuite_fs.h | 8 +- 18 files changed, 668 insertions(+), 1099 deletions(-) create mode 100644 libgomp/config/nvptx/openacc.f90 delete mode 100644 libgomp/oacc-ptx.h