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 9c55446 nvptx backend: add tests for attribute 'shared' new 795ed2b nvptx backend: add test for -msoft-stack new 3bcfa27 nvptx backend: reword -msoft-stack documentation new a6a3dba nvptx testsuite: enable 'alloca' tests under -msoft-stack new 73370c5 nvptx backend: cosmetic changes for __nvptx_stacks
The 4 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 | 10 ++++++++++ gcc/config/nvptx/nvptx.c | 7 ++++--- gcc/doc/invoke.texi | 13 +++++++++---- gcc/testsuite/ChangeLog.gomp-nvptx | 9 +++++++++ gcc/testsuite/gcc.target/nvptx/softstack.c | 23 +++++++++++++++++++++++ gcc/testsuite/lib/target-supports.exp | 5 ++++- 6 files changed, 59 insertions(+), 8 deletions(-) create mode 100644 gcc/testsuite/gcc.target/nvptx/softstack.c