This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[V2 12/23] vla: add NEWS entry for dynamic array support
- From: Keven Boell <keven dot boell at intel dot com>
- To: gdb-patches at sourceware dot org
- Cc: keven dot boell at intel dot com, sanimir dot agovic at intel dot com
- Date: Fri, 11 Jul 2014 11:21:24 +0200
- Subject: [V2 12/23] vla: add NEWS entry for dynamic array support
- Authentication-results: sourceware.org; auth=none
- References: <1405070495-6948-1-git-send-email-keven dot boell at intel dot com>
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