This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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]

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


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


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