From patchwork Mon Jul 12 20:45:58 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [fortran] output of Makefile dependencies Date: Mon, 12 Jul 2010 10:45:58 -0000 From: Gerald Pfeifer X-Patchwork-Id: 58671 Message-Id: To: Tobias Burnus Cc: fortran@gcc.gnu.org, gcc-patches@gcc.gnu.org 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 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.
  • Support for the CONTIGUOUS attribute.
  • Support for ALLOCATE with MOLD.
  • +
  • Support for the STORAGE_SIZE intrinsic inquiry + function.
  • Minor changes: obsolesce diagnostics for ENTRY was added for -std=f2008; a line may start with a semicolon;