https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90811
--- Comment #14 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Fri Aug 30 12:43:04 2019 New Revision: 275155 URL: https://gcc.gnu.org/viewcvs?rev=275155&root=gcc&view=rev Log: Backported from mainline 2019-06-11 Jakub Jelinek <ja...@redhat.com> 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-7-branch/libgomp/testsuite/libgomp.c/pr90811.c Modified: branches/gcc-7-branch/gcc/ChangeLog branches/gcc-7-branch/gcc/config/nvptx/nvptx.c branches/gcc-7-branch/libgomp/ChangeLog