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
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'
> [...]