Re: nvptx: update fix for -Wformat-diag (was: [PATCH] nvptx: fix -Wformat-diag warnings)

2022-01-19 Thread Martin Liška
On 1/19/22 08:31, Thomas Schwinge wrote: |Thanks. I additionally fixed up 'num_workers' in test cases, and then pushed to master branch commit 2aea19bdb12308aac1519ffc5ecc9d1ec24f9cc5 "nvptx: update fix for -Wformat-diag", see attached.| I thank you for testing and adjustment of the patch. C

nvptx: update fix for -Wformat-diag (was: [PATCH] nvptx: fix -Wformat-diag warnings)

2022-01-18 Thread Thomas Schwinge
Hi! On 2022-01-18T17:51:31+0100, Martin Liška wrote: > Can you please test for me the following patch candidate? Thanks. I additionally fixed up 'num_workers' in test cases, and then pushed to master branch commit 2aea19bdb12308aac1519ffc5ecc9d1ec24f9cc5 "nvptx: update fix for -Wformat-diag", s

Re: [PATCH] nvptx: fix -Wformat-diag warnings

2022-01-18 Thread Martin Liška
On 1/18/22 17:36, Thomas Schwinge wrote: Similar here: '%'. Grüße Thomas I see, thank you for the review. Can you please test for me the following patch candidate? Thanks, MartinFrom de5cafe27131c002e6634dd7417577452eb1aac8 Mon Sep 17 00:00:00 2001 From: Martin Liska Date: Tue, 18 Jan 20

Re: [PATCH] nvptx: fix -Wformat-diag warnings

2022-01-18 Thread Thomas Schwinge
Hi Martin! On 2022-01-18T17:22:53+0100, Martin Liška wrote: > Pushed as pre-approved by Jeff. The patch fixes -Wformat-diag warnings. > --- a/gcc/config/nvptx/nvptx.cc > +++ b/gcc/config/nvptx/nvptx.cc > @@ -5894,7 +5894,7 @@ nvptx_goacc_validate_dims_1 (tree decl, int dims[], int > fn_level, u

[PATCH] nvptx: fix -Wformat-diag warnings

2022-01-18 Thread Martin Liška
Pushed as pre-approved by Jeff. The patch fixes -Wformat-diag warnings. Martin gcc/ChangeLog: * config/nvptx/nvptx.cc (nvptx_goacc_validate_dims_1): Wrap keyword. * config/nvptx/nvptx.md: Remove trailing dot. libgomp/ChangeLog: * testsuite/libgomp.oacc-c++/priv