Re: [gomp4] Update error messages for c and c++ reductions

2019-10-24 Thread Thomas Schwinge
Hi! On 2017-04-26T13:08:11-0700, Cesar Philippidis wrote: > This patches updates the c and c++ FEs to report consistent error > messages for invalid reductions involving array elements, struct > members, and class members. Most of those variables were already > rejected by the generic OpenMP code

[gomp4] Update error messages for c and c++ reductions

2017-04-26 Thread Cesar Philippidis
This patches updates the c and c++ FEs to report consistent error messages for invalid reductions involving array elements, struct members, and class members. Most of those variables were already rejected by the generic OpenMP code, but this patch makes the error messages more precise for OpenACC.