This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7cff338e5ae nvptx: Support '-march=sm_52' new 2fdc8cc97ee nvptx: Support '-mptx=7.8' new ed210c69ce9 nvptx: Support '-march=sm_89' new b317dca04e3 avoid-store-forwarding: bail when an instruction may throw [...]
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/avoid-store-forwarding.cc | 2 +- gcc/config.gcc | 2 +- gcc/config/nvptx/gen-multilib-matches-tests | 65 +++++++++++++++++++--- gcc/config/nvptx/nvptx-gen.h | 1 + gcc/config/nvptx/nvptx-gen.opt | 3 + gcc/config/nvptx/nvptx-opts.h | 3 +- gcc/config/nvptx/nvptx-sm.def | 3 +- gcc/config/nvptx/nvptx.cc | 6 ++ gcc/config/nvptx/nvptx.h | 1 + gcc/config/nvptx/nvptx.opt | 9 ++- gcc/doc/invoke.texi | 4 +- gcc/testsuite/gcc.dg/pr117816.c | 11 ++++ gcc/testsuite/gcc.target/nvptx/march-map=sm_89.c | 8 +-- gcc/testsuite/gcc.target/nvptx/march-map=sm_90.c | 8 +-- gcc/testsuite/gcc.target/nvptx/march-map=sm_90a.c | 8 +-- .../nvptx/{march=sm_80.c => march=sm_89.c} | 10 ++-- .../gcc.target/nvptx/{mptx=7.0.c => mptx=7.8.c} | 6 +- ...e-variant-3-sm37.c => declare-variant-3-sm89.c} | 4 +- libgomp/testsuite/libgomp.c/declare-variant-3.h | 8 +++ 19 files changed, 122 insertions(+), 40 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr117816.c copy gcc/testsuite/gcc.target/nvptx/{march=sm_80.c => march=sm_89.c} (55%) copy gcc/testsuite/gcc.target/nvptx/{mptx=7.0.c => mptx=7.8.c} (71%) copy libgomp/testsuite/libgomp.c/{declare-variant-3-sm37.c => declare-variant-3-sm [...]