diff mbox

[www-data,committed] gcc-5/changed.html: Fortran: Add F2015's ERROR STOP in pure

Message ID 54A431E3.9040605@net-b.de
State New
Headers show

Commit Message

Tobias Burnus Dec. 31, 2014, 5:26 p.m. UTC
Committed patch attached.

Tobias
diff mbox

Patch

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-5/changes.html,v
retrieving revision 1.55
diff -p -u -r1.55 changes.html
--- changes.html	30 Dec 2014 18:17:15 -0000	1.55
+++ changes.html	31 Dec 2014 17:19:09 -0000
@@ -380,6 +380,7 @@  void operator delete[] (void *, std::siz
     <li>Fortran 2015:
     <ul>
       <li>Support for <code>IMPLICIT NONE (external, type)</code>.</li>
+      <li><code>ERROR STOP</code> is now permitted in pure procedures.</li>
     </ul></li>
   </ul>