https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85204
--- Comment #2 from Tom de Vries <vries at gcc dot gnu.org> --- Author: vries Date: Thu Apr 5 08:36:37 2018 New Revision: 259125 URL: https://gcc.gnu.org/viewcvs?rev=259125&root=gcc&view=rev Log: [nvptx] Fix neutering of bb with only cond jump 2018-04-05 Tom de Vries <t...@codesourcery.com> PR target/85204 * config/nvptx/nvptx.c (nvptx_single): Fix neutering of bb with only cond jump. * testsuite/libgomp.oacc-c-c++-common/broadcast-1.c: New test. Added: trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/broadcast-1.c Modified: trunk/gcc/ChangeLog trunk/gcc/config/nvptx/nvptx.c trunk/libgomp/ChangeLog