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]

[V2 12/23] vla: add NEWS entry for dynamic array support


2014-06-27  Keven Boell  <keven.boell@intel.com>
            Sanimir Agovic  <sanimir.agovic@intel.com>

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

Change-Id: I0cb3b118e834fca36bc9047d57daf3dd915c11a9

Signed-off-by: Keven Boell <keven.boell@intel.com>
---
 gdb/NEWS |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gdb/NEWS b/gdb/NEWS
index d9a19ae..1f22fea 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -3,6 +3,10 @@
 
 *** Changes since GDB 7.8
 
+* Fortran dynamic array support: GDB has now support for
+  dynamic arrays in Fortran. It allows the user to evaluate
+  dynamic arrays like an ordinary static array.
+
 *** Changes in GDB 7.8
 
 * New command line options
-- 
1.7.9.5


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