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]

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


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


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