https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90811
--- Comment #8 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Tue Jun 11 16:40:10 2019 New Revision: 272161 URL: https://gcc.gnu.org/viewcvs?rev=272161&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: trunk/libgomp/testsuite/libgomp.c/pr90811.c Modified: trunk/gcc/ChangeLog trunk/gcc/config/nvptx/nvptx.c trunk/libgomp/ChangeLog