diff options
author | Tobias Burnus <burnus@gcc.gnu.org> | 2015-01-02 18:42:52 +0100 |
---|---|---|
committer | Tobias Burnus <burnus@gcc.gnu.org> | 2015-01-02 18:42:52 +0100 |
commit | 09de7c25785ff59931aee011b79a67e209db27bb (patch) | |
tree | c343efaeaf68d7d672806ad72bfa945ce5a90841 /gcc/fortran | |
parent | 6e4d8cb651033fc7c0c6815686211f5f5d94881a (diff) | |
download | gcc-09de7c25785ff59931aee011b79a67e209db27bb.zip gcc-09de7c25785ff59931aee011b79a67e209db27bb.tar.gz gcc-09de7c25785ff59931aee011b79a67e209db27bb.tar.bz2 |
single.c (_gfortran_caf_co_reduce): New function.
2015-01-02 Tobias Burnus <burnus@net-b.de>
* caf/single.c (_gfortran_caf_co_reduce): New function.
* caf/libcaf.h (_gfortran_caf_co_reduce): New prototype.
2015-01-02 Tobias Burnus <burnus@net-b.de>
* gfortran.dg/coarray/collectives_4.f90: New.
From-SVN: r219148
Diffstat (limited to 'gcc/fortran')
-rw-r--r-- | gcc/fortran/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 9c88eb8..9e54b6f 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -14,7 +14,7 @@ * interface.c (is_procptr_result): New function to check if an expression is a procedure-pointer result. (compare_actual_formal): Use it. - +^L Copyright (C) 2015 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, |