Re: [PATCH] Fix 3 warnings in nvptx.c

2019-06-13 Thread Tom de Vries
On 12-06-19 09:30, Jakub Jelinek wrote: > Hi! > > While testing the second PR90811 patch with nvptx offloading, I've noticed 3 > warnings in nvptx.c. > The first two hunks are obvious, the last warning is about unused mode_label > variable. > Either we can do what the patch does, or another option

[PATCH] Fix 3 warnings in nvptx.c

2019-06-12 Thread Jakub Jelinek
Hi! While testing the second PR90811 patch with nvptx offloading, I've noticed 3 warnings in nvptx.c. The first two hunks are obvious, the last warning is about unused mode_label variable. Either we can do what the patch does, or another option is throw away both the mode_jump and mode_label tempo