Re: Add 'g++.dg/gomp/map-{1,2}.C'

2020-11-25 Thread Thomas Schwinge
Hi! On 2020-11-25T11:52:44+0100, Jakub Jelinek wrote: > On Wed, Nov 25, 2020 at 11:43:48AM +0100, Thomas Schwinge wrote: >> On 2020-11-25T11:10:18+0100, Jakub Jelinek wrote: >> > On Wed, Nov 25, 2020 at 11:00:57AM +0100, Thomas Schwinge wrote: >> >> I had reason to look into OpenMP C++ 'map' cla

Re: Add 'g++.dg/gomp/map-{1,2}.C'

2020-11-25 Thread Jakub Jelinek via Gcc-patches
On Wed, Nov 25, 2020 at 11:43:48AM +0100, Thomas Schwinge wrote: > On 2020-11-25T11:10:18+0100, Jakub Jelinek wrote: > > On Wed, Nov 25, 2020 at 11:00:57AM +0100, Thomas Schwinge wrote: > >> I had reason to look into OpenMP C++ 'map' clause parsing, and a > >> testsuite enhancement to "Add 'g++.dg

Re: Add 'g++.dg/gomp/map-{1,2}.C'

2020-11-25 Thread Thomas Schwinge
Hi Jakub! On 2020-11-25T11:10:18+0100, Jakub Jelinek wrote: > On Wed, Nov 25, 2020 at 11:00:57AM +0100, Thomas Schwinge wrote: >> I had reason to look into OpenMP C++ 'map' clause parsing, and a >> testsuite enhancement to "Add 'g++.dg/gomp/map-{1,2}.C'" fell out of >> that, see attached. OK to

Re: Add 'g++.dg/gomp/map-{1,2}.C'

2020-11-25 Thread Jakub Jelinek via Gcc-patches
On Wed, Nov 25, 2020 at 11:00:57AM +0100, Thomas Schwinge wrote: > I had reason to look into OpenMP C++ 'map' clause parsing, and a > testsuite enhancement to "Add 'g++.dg/gomp/map-{1,2}.C'" fell out of > that, see attached. OK to push? > > Note two XFAILs in 'g++.dg/gomp/map-1.C' compared to the