This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1af83aa0997 nvptx: Expose '-mptx=4.2' new 18d80e5ecfa nvptx: Support '-mptx=4.1' new 7151d885c47 nvptx: Support '-march=sm_37' new 7cff338e5ae nvptx: Support '-march=sm_52'
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/config.gcc | 4 +- gcc/config/nvptx/gen-multilib-matches-tests | 79 ++++++++++++++++++++-- gcc/config/nvptx/nvptx-gen.h | 2 + gcc/config/nvptx/nvptx-gen.opt | 6 ++ gcc/config/nvptx/nvptx-opts.h | 1 + gcc/config/nvptx/nvptx-sm.def | 2 + gcc/config/nvptx/nvptx.cc | 7 ++ gcc/config/nvptx/nvptx.h | 1 + gcc/config/nvptx/nvptx.opt | 9 ++- gcc/doc/invoke.texi | 6 +- gcc/testsuite/gcc.target/nvptx/march-map=sm_37.c | 4 +- gcc/testsuite/gcc.target/nvptx/march-map=sm_50.c | 4 +- gcc/testsuite/gcc.target/nvptx/march-map=sm_52.c | 4 +- .../nvptx/{march=sm_30.c => march=sm_37.c} | 6 +- .../nvptx/{march=sm_30.c => march=sm_52.c} | 6 +- .../gcc.target/nvptx/{mptx=4.2.c => mptx=4.1.c} | 6 +- ...e-variant-3-sm30.c => declare-variant-3-sm37.c} | 4 +- ...e-variant-3-sm53.c => declare-variant-3-sm52.c} | 4 +- libgomp/testsuite/libgomp.c/declare-variant-3.h | 16 +++++ 19 files changed, 138 insertions(+), 33 deletions(-) copy gcc/testsuite/gcc.target/nvptx/{march=sm_30.c => march=sm_37.c} (74%) copy gcc/testsuite/gcc.target/nvptx/{march=sm_30.c => march=sm_52.c} (74%) copy gcc/testsuite/gcc.target/nvptx/{mptx=4.2.c => mptx=4.1.c} (71%) copy libgomp/testsuite/libgomp.c/{declare-variant-3-sm30.c => declare-variant-3-sm [...] copy libgomp/testsuite/libgomp.c/{declare-variant-3-sm53.c => declare-variant-3-sm [...]