[PATCH V2 0/2] fortran: Testsuite, fix different type naming across compilers.

Bernhard Heckel bernhard.heckel@intel.com
Fri Apr 15 12:46:00 GMT 2016


This patch series supports detection of Intel compilers and fixes
failing fortran testcases due to different type naming.

Bernhard Heckel (2):
  testsuite: Support detection of Intel compilers via
    test_compiler_version.
  fortran: Testsuite, fix different type naming across compilers.

 gdb/testsuite/gdb.fortran/common-block.exp  |  5 +-
 gdb/testsuite/gdb.fortran/derived-type.exp  | 13 ++---
 gdb/testsuite/gdb.fortran/multi-dim.exp     |  8 +--
 gdb/testsuite/gdb.fortran/vla-datatypes.exp |  9 +--
 gdb/testsuite/gdb.fortran/vla-ptype-sub.exp | 33 +++++------
 gdb/testsuite/gdb.fortran/vla-ptype.exp     | 21 +++----
 gdb/testsuite/gdb.fortran/whatis_type.exp   |  5 +-
 gdb/testsuite/lib/compiler.c                | 12 ++++
 gdb/testsuite/lib/compiler.cc               | 12 ++++
 gdb/testsuite/lib/fortran.exp               | 88 +++++++++++++++++++++++++++++
 gdb/testsuite/lib/gdb.exp                   |  3 +
 11 files changed, 158 insertions(+), 51 deletions(-)
 mode change 100644 => 100755 gdb/testsuite/lib/compiler.c
 mode change 100644 => 100755 gdb/testsuite/lib/compiler.cc

-- 
2.7.1.339.g0233b80



More information about the Gdb-patches mailing list