This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Committed patch attached.

Tobias
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>
 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]