Re: [og8] Report errors on missing OpenACC reduction clauses in nested reductions

2020-11-03 Thread Thomas Schwinge
Hi! On 2020-11-03T09:39:54+0100, I wrote: > On 2018-12-20T15:28:33+0100, I wrote: >> On behalf of Gergő (who doesn't have write access yet) I've pushed the >> attached to openacc-gcc-8-branch. > > (Which then eventually got into master branch via Frederik.) >> --- /dev/null >> +++

Re: [og8] Report errors on missing OpenACC reduction clauses in nested reductions

2020-11-03 Thread Thomas Schwinge
Hi! On 2018-12-20T15:28:33+0100, I wrote: > On behalf of Gergő (who doesn't have write access yet) I've pushed the > attached to openacc-gcc-8-branch. (Which then eventually got into master branch via Frederik.) > --- /dev/null > +++ b/gcc/testsuite/c-c++-common/goacc/nested-reductions-fail.c >

Re: [og8] Report errors on missing OpenACC reduction clauses in nested reductions

2020-04-21 Thread Thomas Schwinge
Hi Frederik! On 2020-04-21T14:13:33+0200, Frederik Harwath wrote: > Thomas Schwinge writes: >> Via "10 issues located by the PVS-studio >> static analyzer" (so please reference that one on any patch submission), >> on

Re: [og8] Report errors on missing OpenACC reduction clauses in nested reductions

2020-04-21 Thread Frederik Harwath
Thomas Schwinge writes: Hi Thomas, > Via "10 issues located by the PVS-studio > static analyzer" (so please reference that one on any patch submission), > on in "Fragment N3, > Assigning a variable to itself",

Re: [og8] Report errors on missing OpenACC reduction clauses in nested reductions

2020-04-20 Thread Thomas Schwinge
Hi Frederik! As you've been the last one to work on this code and get it into GCC master branch (commit 5d183d1740d8d8b84991f186ce4d992ee799536f "Warn about inconsistent OpenACC nested reduction clauses"), you get to look into the following issue. ..., and yes, I'm aware that you have a

[og8] Report errors on missing OpenACC reduction clauses in nested reductions

2018-12-20 Thread Thomas Schwinge
Hi! On behalf of Gergő (who doesn't have write access yet) I've pushed the attached to openacc-gcc-8-branch. Grüße Thomas From a9e48066198ffb1e7bc2b137167a61a6cb47748c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerg=C3=B6=20Barany?= Date: Thu, 20 Dec 2018 15:07:34 +0100 Subject: [PATCH]