aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/ChangeLog
diff options
context:
space:
mode:
authorAndrew Burgess <andrew.burgess@embecosm.com>2019-01-17 16:30:35 +0000
committerAndrew Burgess <andrew.burgess@embecosm.com>2019-03-06 18:11:31 +0000
commit3be47f7aa99dc90190e642a4e191c9f049e0a934 (patch)
tree2b8b91477c7ad5b4bdeb68080f9f82df2180a2cc /gdb/testsuite/ChangeLog
parent4d00f5d8f6c4a1c9f334b1abb45b9ce05fb45b0a (diff)
downloadgdb-3be47f7aa99dc90190e642a4e191c9f049e0a934.zip
gdb-3be47f7aa99dc90190e642a4e191c9f049e0a934.tar.gz
gdb-3be47f7aa99dc90190e642a4e191c9f049e0a934.tar.bz2
gdb/fortran: Expand the set of types that support (kind=N)
Expand the number of types that can be adjusted with a (kind=N) type extension. gdb/ChangeLog: * f-exp.y (convert_to_kind_type): Handle more type kinds. gdb/testsuite/ChangeLog: * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New function. (test_basic_parsing_of_type_kinds): Expand types tested. (test_parsing_invalid_type_kinds): New function.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r--gdb/testsuite/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 221e300..a441165 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,5 +1,12 @@
2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
+ * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
+ function.
+ (test_basic_parsing_of_type_kinds): Expand types tested.
+ (test_parsing_invalid_type_kinds): New function.
+
+2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
+
* gdb.fortran/intrinsics.exp: New file.
* gdb.fortran/intrinsics.f90: New file.
* gdb.fortran/type-kinds.exp: New file.