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 V3 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.

Addressed in V3:
[Patch V3 2/2]
* Use local variables instead of globals. 

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  |  8 ++--
 gdb/testsuite/gdb.fortran/derived-type.exp  | 15 ++++----
 gdb/testsuite/gdb.fortran/multi-dim.exp     |  9 ++---
 gdb/testsuite/gdb.fortran/vla-datatypes.exp | 15 ++++++--
 gdb/testsuite/gdb.fortran/vla-ptype-sub.exp | 37 ++++++++++--------
 gdb/testsuite/gdb.fortran/vla-ptype.exp     | 24 +++++++-----
 gdb/testsuite/gdb.fortran/whatis_type.exp   |  9 ++++-
 gdb/testsuite/lib/compiler.c                | 12 ++++++
 gdb/testsuite/lib/compiler.cc               | 12 ++++++
 gdb/testsuite/lib/fortran.exp               | 60 +++++++++++++++++++++++++++++
 gdb/testsuite/lib/gdb.exp                   |  3 ++
 11 files changed, 156 insertions(+), 48 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]