Re: OpenACC default clause maintenance

2017-05-19 Thread Thomas Schwinge
Hi! On Wed, 29 Mar 2017 00:19:30 +0200, Jakub Jelinek wrote: > On Tue, Mar 28, 2017 at 11:35:35AM +0200, Thomas Schwinge wrote: > > I noticed that in C++, for a directive like: > > > > #pragma acc parallel default (hello) > > > > ... we currently print two error messages for the same locati

Re: OpenACC default clause maintenance

2017-03-28 Thread Jakub Jelinek
On Tue, Mar 28, 2017 at 11:35:35AM +0200, Thomas Schwinge wrote: > I noticed that in C++, for a directive like: > > #pragma acc parallel default (hello) > > ... we currently print two error messages for the same location: > > [...]:35:30: error: expected 'none' before 'hello' > [...]