Re: [PATCH] [og10] Fix goacc/routine-4-extern.c test

2021-11-30 Thread Thomas Schwinge
Hi! On 2020-07-28T10:44:29+0200, I wrote: > On 2020-07-26T14:05:32+0100, Kwok Cheung Yeung wrote: >> On 24/07/2020 8:27 am, Thomas Schwinge wrote: >>> [proposed patch] however completely defeats what we're intending to test >>> here, which >>> is to "Test invalid intra-routine parallelism". The

Re: [PATCH] [og10] Fix goacc/routine-4-extern.c test

2020-07-28 Thread Thomas Schwinge
Hi Kwok! On 2020-07-26T14:05:32+0100, Kwok Cheung Yeung wrote: > On 24/07/2020 8:27 am, Thomas Schwinge wrote: >> That however completely defeats what we're intending to test here, which >> is to "Test invalid intra-routine parallelism". The same problem has >> been introduced in og10 commit 6a0

Re: [PATCH] [og10] Fix goacc/routine-4-extern.c test

2020-07-26 Thread Kwok Cheung Yeung
On 24/07/2020 8:27 am, Thomas Schwinge wrote: That however completely defeats what we're intending to test here, which is to "Test invalid intra-routine parallelism". The same problem has been introduced in og10 commit 6a0b5806b24bfdefe0b0f3ccbcc51299e5195dca "Various OpenACC reduction enhanceme

Re: [PATCH] [og10] Fix goacc/routine-4-extern.c test

2020-07-24 Thread Thomas Schwinge
Hi Kwok! On 2020-07-22T14:38:04+0100, Kwok Cheung Yeung wrote: > This test fails due to expected warnings and errors not being emitted by GCC. > The problem is that the 'gang reduction on an orphan loop' error is caught > very > early on in the frontends (c/c-typeck.c and cp/semantics.c), so the