Dominique Dhumieres wrote:
This probably caused
/opt/gcc/work/libgomp/testsuite/libgomp.fortran/pr34020.f90:16.24:
call atomic_add(lhs, rhs)
1
Error: ATOM argument at (1) to intrinsic function atomic_add shall be an
integer of ATOMIC_INT_KIND
I have fixed the
This probably caused
/opt/gcc/work/libgomp/testsuite/libgomp.fortran/pr34020.f90:16.24:
call atomic_add(lhs, rhs)
1
Error: ATOM argument at (1) to intrinsic function atomic_add shall be an
integer of ATOMIC_INT_KIND
Dominique
Dear Tobias,
That's good for trunk.
Thanks for the patch.
Paul
On 12 July 2014 17:05, Tobias Burnus wrote:
> This patch is relative to the still unreviewed patch
> https://gcc.gnu.org/ml/gcc-patches/2014-07/msg00864.html
>
> With this patch, all of Fortran 2008's and TS18508's atomics should b
This patch is relative to the still unreviewed patch
https://gcc.gnu.org/ml/gcc-patches/2014-07/msg00864.html
With this patch, all of Fortran 2008's and TS18508's atomics should be
supported with both -fcoarray=single and =lib (with libcaf_single).
Still missing is the support in the MPI and G