https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90811
--- Comment #10 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Tue Jun 11 16:44:41 2019 New Revision: 272163 URL: https://gcc.gnu.org/viewcvs?rev=272163&root=gcc&view=rev Log: PR target/90811 * config/nvptx/nvptx.c (nvptx_output_softstack_switch): Use and.b%d instead of and.u%d. * testsuite/libgomp.c/pr90811.c: New test. Added: branches/gcc-8-branch/libgomp/testsuite/libgomp.c/pr90811.c Modified: branches/gcc-8-branch/gcc/ChangeLog branches/gcc-8-branch/gcc/config/nvptx/nvptx.c branches/gcc-8-branch/libgomp/ChangeLog