This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[PATCH V2 0/2] fortran: Testsuite, fix different type naming across compilers.
- From: Bernhard Heckel <bernhard dot heckel at intel dot com>
- To: qiyaoltc at gmail dot com
- Cc: gdb-patches at sourceware dot org, brobecker at adacore dot com, Bernhard Heckel <bernhard dot heckel at intel dot com>
- Date: Fri, 15 Apr 2016 14:44:55 +0200
- Subject: [PATCH V2 0/2] fortran: Testsuite, fix different type naming across compilers.
- Authentication-results: sourceware.org; auth=none
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