Re: [gomp4] remove c++ reference restriction

2015-11-12 Thread Thomas Schwinge
Hi Nathan! On Thu, 12 Nov 2015 09:03:42 -0500, Nathan Sidwell wrote: > I've applied this to gomp4 branch. It removes the machinery concerning c++ > references. The openacc std makes no mention of such a type, so originally > we > were not permitting the type. But, > (a) OpenMP supports them

[gomp4] remove c++ reference restriction

2015-11-12 Thread Nathan Sidwell
I've applied this to gomp4 branch. It removes the machinery concerning c++ references. The openacc std makes no mention of such a type, so originally we were not permitting the type. But, (a) OpenMP supports them, which suggests openacc wishes to (b) Fortran already has reference types that n