This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch amonakov/gomp-nvptx in repository gcc.
from b52de7e Merge remote-tracking branch 'origin/trunk' into gomp-nvptx-b [...] new 7167561 nvptx: do not use alternative spelling of unsigned comparisons new bc472c9 libgomp plugin: correct types new 8aebc7e Revert "nvptx plugin: bump heap size to 1GB" new e8e288c nvptx backend: set up stacks in entry code new a530091 libgomp: remove __nvptx_stacks setup code new 0d7e9ef libgomp plugin: manage soft-stack storage
The 6 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.gomp-nvptx | 6 +++ gcc/config/nvptx/nvptx.c | 73 +++++++++++++++++---------- gcc/testsuite/gcc.target/nvptx/unsigned-cmp.c | 50 ++++++++++++++++++ libgomp/ChangeLog.gomp-nvptx | 26 ++++++++++ libgomp/config/nvptx/team.c | 31 ++---------- libgomp/plugin/plugin-nvptx.c | 58 +++++++++++++++++---- 6 files changed, 180 insertions(+), 64 deletions(-) create mode 100644 gcc/testsuite/gcc.target/nvptx/unsigned-cmp.c