https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83790
--- Comment #3 from Thomas Schwinge <tschwinge at gcc dot gnu.org> --- Author: tschwinge Date: Fri Mar 2 08:40:04 2018 New Revision: 258127 URL: https://gcc.gnu.org/viewcvs?rev=258127&root=gcc&view=rev Log: [nvptx] Add support for CUDA 9 Backport trunk r256891: gcc/ 2018-01-19 Cesar Philippidis <ce...@codesourcery.com> PR target/83790 * config/nvptx/nvptx.c (output_init_frag): Don't use generic address spaces for function labels. gcc/testsuite/ 2018-01-19 Cesar Philippidis <ce...@codesourcery.com> PR target/83790 * gcc.target/nvptx/indirect_call.c: New test. Added: branches/gcc-6-branch/gcc/testsuite/gcc.target/nvptx/indirect_call.c Modified: branches/gcc-6-branch/gcc/ChangeLog branches/gcc-6-branch/gcc/config/nvptx/nvptx.c branches/gcc-6-branch/gcc/testsuite/ChangeLog