]> gcc.gnu.org Git - gcc.git/commit
Fix fortran double address operator with co_reduce
authorAlessandro Fanfarillo <fanfarillo.gcc@gmail.com>
Fri, 17 Jul 2015 12:18:44 +0000 (06:18 -0600)
committerMikael Morin <mikael@gcc.gnu.org>
Fri, 17 Jul 2015 12:18:44 +0000 (12:18 +0000)
commit996d027a36c646fbb0098e96c83dbb4c0ea5133d
tree203dea28d80d730acea563713ae5db2464853755
parentc92f5b137e967a3ffd1ad0ce80a74c5a12e97fe3
Fix fortran double address operator with co_reduce

gcc/fortran/
2015-07-17  Alessandro Fanfarillo  <fanfarillo.gcc@gmail.com>

* trans-intrinsic.c (conv_co_collective): Remove redundant address
operator in the generated code.

gcc/testsuite/
2015-07-17  Alessandro Fanfarillo  <fanfarillo.gcc@gmail.com>

* gfortran.dg/co_reduce_1.f90: New file.

From-SVN: r225930
gcc/fortran/ChangeLog
gcc/fortran/trans-intrinsic.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/co_reduce_1.f90 [new file with mode: 0644]
This page took 0.791811 seconds and 5 git commands to generate.