This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap in repository toolchain/ci/gcc.
from e8decbe783f Daily bump. adds e93809f6236 Terminate BB analysis on NULL memory access in ipa-pure-con [...] adds aeedb00a1ae nvptx: Add (experimental) support for HFmode with -misa=sm_53
No new revisions were added by this update.
Summary of changes: gcc/config/nvptx/nvptx-c.c | 4 +- gcc/config/nvptx/nvptx-modes.def | 2 + gcc/config/nvptx/nvptx-opts.h | 3 +- gcc/config/nvptx/nvptx.c | 35 +++++++++++++- gcc/config/nvptx/nvptx.h | 1 + gcc/config/nvptx/nvptx.md | 77 ++++++++++++++++++++++++++++++ gcc/config/nvptx/nvptx.opt | 3 ++ gcc/ipa-modref.c | 13 +++++ gcc/ipa-pure-const.c | 22 +++++++++ gcc/testsuite/gcc.target/nvptx/float16-1.c | 53 ++++++++++++++++++++ 10 files changed, 209 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/gcc.target/nvptx/float16-1.c