On Sun, 31 Aug 2014, Tobias Burnus wrote: > I have committed the attached patch. Comment and suggestions are welcome!
I applied the small follow-up below. What I am struggling to understand, though, is the following piece: Full experimental support of Fortran 2008's coarrays with <code>-fcoarray=lib</code> except for locking and allocatable/pointer components of derived-type coarrays. Does this mean it is only supported when -fcoarray=lib is provided? If so, I'd say that more explicitly. And perhaps split off the second half into something like "(Only locking and... are not provided yet)". What is "full experimental support", by the way? Just "experimental"? Gerald Index: changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-5/changes.html,v retrieving revision 1.116 diff -u -r1.116 changes.html --- changes.html 22 Apr 2015 12:43:34 -0000 1.116 +++ changes.html 1 May 2015 22:40:33 -0000 @@ -537,7 +537,7 @@ </pre></li> <li>The <code>-Wuse-without-only</code> option has been added to warn when a - <code>USE</code> statement has no <code>ONLY</code> qualifier and, thus, + <code>USE</code> statement has no <code>ONLY</code> qualifier and thus implicitly imports all public entities of the used module.</li> <li>Formatted READ and WRITE statements now work correctly in locale-aware programs. For more information and potential caveats, see