This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1b74b5cb4e9 [RFA] Minor improvement to coremark, avoid unconditional ju [...] new 84072a2615e nvptx: forward '-v' command-line option to assembler new 108b99b6c45 nvptx: Make default '-misa=sm_30' explicit new 4d94582e0dc nvptx: Introduce dummy multilib option for default '-misa=sm_30' new e9019085e17 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/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 ++- 8 files changed, 137 insertions(+), 3 deletions(-) create mode 100755 gcc/config/nvptx/gen-multilib-matches.sh