diff mbox

[fortran] output of Makefile dependencies

Message ID alpine.LNX.2.00.1007122242040.5661@acrux.dbai.tuwien.ac.at
State New
Headers show

Commit Message

Gerald Pfeifer July 12, 2010, 8:45 p.m. UTC
On Mon, 12 Jul 2010, Tobias Burnus wrote:
> Unrelated to that patch, but can you add under "Fortran 2008" the item:
> 
>   Support for the STORAGE_SIZE intrinsic inquiry function.

Sure.  Committed like this.

Gerald
diff mbox

Patch

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/changes.html,v
retrieving revision 1.28
diff -u -r1.28 changes.html
--- changes.html	12 Jul 2010 20:15:31 -0000	1.28
+++ changes.html	12 Jul 2010 20:42:08 -0000
@@ -170,6 +170,8 @@ 
 	statements now support all constant expressions.</li>
 	<li>Support for the <code>CONTIGUOUS</code> attribute.</li>
 	<li>Support for <code>ALLOCATE</code> with <code>MOLD</code>.</li>
+	<li>Support for the <code>STORAGE_SIZE</code> intrinsic inquiry
+	function.</li>
 	<li>Minor changes: obsolesce diagnostics for <code>ENTRY</code>
 	was added for <code>-std=f2008</code>;
 	a line may start with a semicolon;