gdb/fortran: Additional builtin procedures
[external/binutils.git] / gdb / testsuite / ChangeLog
index 9b0725a..7489ab9 100644 (file)
@@ -1,3 +1,34 @@
+2019-04-30  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
+       MODULO, CMPLX.
+
+2019-04-29  Andrew Burgess  <andrew.burgess@embecosm.com>
+           Richard Bunt  <richard.bunt@arm.com>
+
+       * gdb.base/max-depth.c: New file.
+       * gdb.base/max-depth.exp: New file.
+       * gdb.python/py-nested-maps.c: New file.
+       * gdb.python/py-nested-maps.exp: New file.
+       * gdb.python/py-nested-maps.py: New file.
+       * gdb.python/py-format-string.exp (test_max_depth): New proc.
+       (test_all_common): Call test_max_depth.
+       * gdb.fortran/max-depth.exp: New file.
+       * gdb.fortran/max-depth.f90: New file.
+       * gdb.go/max-depth.exp: New file.
+       * gdb.go/max-depth.go: New file.
+       * gdb.modula2/max-depth.exp: New file.
+       * gdb.modula2/max-depth.c: New file.
+       * lib/gdb.exp (get_print_expr_at_depths): New proc.
+
+2019-04-29  Tom de Vries  <tdevries@suse.de>
+
+       * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
+
+2019-04-27  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
+
+       * gdb.base/callexit.exp: Test may-call-functions off.
+
 2019-04-25  Keith Seitz  <keiths@redhat.com>
 
        PR c++/24367