I intent to commit the attached patch in the next days.
Do you have suggestions for a better wording or other items which should
be listed?
For the current version, see http://gcc.gnu.org/gcc-4.7/changes.html#fortran
Tobias
Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/changes.html,v
retrieving revision 1.41
diff -u -r1.41 changes.html
--- changes.html 30 Sep 2011 08:03:36 -0000 1.41
+++ changes.html 30 Sep 2011 11:54:45 -0000
@@ -356,10 +356,15 @@
not support backtracing on all targets.</li>
<li>Fortran 2008:
<ul>
- <li>The <a href="http://gcc.gnu.org/wiki/Coarray">coarray</a>
- support has been extended. In particular, an experimental,
+ <li>Support for the <code>DO CONCURRENT</code> construct has been
+ added, which allows the user to specify that individual loop
+ iterations have no interdependencies.</li>
+ <li><a href="http://gcc.gnu.org/wiki/Coarray">Coarrays</a>:
+ Full single-image support except for polymorphic coarrays.
+ Additionally, preliminary support for multiple images via an
MPI-based <a href="http://gcc.gnu.org/wiki/CoarrayLib">
- coarray communication library</a> has been added.</li>
+ coarray communication library</a> has been added. Note:
+ Remote coarray access is not yet possible.</li>
</ul></li>
<li>TR 29113:
<ul>
@@ -370,6 +375,10 @@
report (TR) 29113 on Further Interoperability of Fortran with C.</li>
<li>The <code>OPTIONAL</code> attribute is now allowed
for dummy arguments of <code>BIND(C)</code> procedures.</li>
+ <li>The <code>RANK</code> intrinsic has been added.</li>
+ <li>The implementation of the <code>ASYNCHRONOUS</code> attribute
+ in GCC is compatible with the candidate draft of TR 29113
+ (since GCC 4.6).</li>
</ul></li>
</ul>