[V3,10/21] vla: add NEWS entry for dynamic array support

Message ID 1410340929-20653-11-git-send-email-keven.boell@intel.com
State New, archived
Headers

Commit Message

Keven Boell Sept. 10, 2014, 9:21 a.m. UTC
  2014-06-27  Keven Boell  <keven.boell@intel.com>
            Sanimir Agovic  <sanimir.agovic@intel.com>

	* NEWS: Add entry for dynamic array support
	in Fortran.


---
 gdb/NEWS |    3 +++
 1 file changed, 3 insertions(+)
  

Comments

Eli Zaretskii Sept. 10, 2014, 5:03 p.m. UTC | #1
> From: Keven Boell <keven.boell@intel.com>
> Cc: sanimir.agovic@intel.com, Keven Boell <keven.boell@intel.com>
> Date: Wed, 10 Sep 2014 11:21:58 +0200
> 
> 2014-06-27  Keven Boell  <keven.boell@intel.com>
>             Sanimir Agovic  <sanimir.agovic@intel.com>
> 
> 	* NEWS: Add entry for dynamic array support
> 	in Fortran.
> 
> 
> ---
>  gdb/NEWS |    3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/gdb/NEWS b/gdb/NEWS
> index d603cf7..37d8600 100644
> --- a/gdb/NEWS
> +++ b/gdb/NEWS
> @@ -3,6 +3,9 @@
>  
>  *** Changes since GDB 7.8
>  
> +* Fortran dynamic array support: It allows the user to evaluate
> +  dynamic arrays like an ordinary static array.
> +

OK.

Thanks.
  

Patch

diff --git a/gdb/NEWS b/gdb/NEWS
index d603cf7..37d8600 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -3,6 +3,9 @@ 
 
 *** Changes since GDB 7.8
 
+* Fortran dynamic array support: It allows the user to evaluate
+  dynamic arrays like an ordinary static array.
+
 * On resume, GDB now always passes the signal the program had stopped
   for to the thread the signal was sent to, even if the user changed
   threads before resuming.  Previously GDB would often (but not