This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/omp/gcc-12 in repository gcc.
from 4c7ad2bebbc openmp: Fix ICE with taskgroup at -O0 -fexceptions [PR107001] new dc09f5738e6 nvptx: forward '-v' command-line option to assembler new 38a225f9d39 nvptx: Make default '-misa=sm_30' explicit new 74ddd1ec9d8 nvptx: Introduce dummy multilib option for default '-misa=sm_30' new 8cf4c2316cb nvptx: Allow '--with-arch' to override the default '-misa'
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.omp | 40 +++++++++++++++++++++ gcc/config.gcc | 22 ++++++++++++ gcc/config/nvptx/gen-multilib-matches.sh | 60 ++++++++++++++++++++++++++++++++ gcc/config/nvptx/nvptx.cc | 4 +++ gcc/config/nvptx/nvptx.h | 8 +++++ gcc/config/nvptx/nvptx.opt | 2 +- gcc/config/nvptx/t-nvptx | 31 ++++++++++++++++- gcc/doc/install.texi | 9 +++++ gcc/doc/invoke.texi | 4 ++- 9 files changed, 177 insertions(+), 3 deletions(-) create mode 100755 gcc/config/nvptx/gen-multilib-matches.sh