public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH V4 0/3] fortran: Testsuite, fix different type naming across compilers.
@ 2016-04-18 10:07 Bernhard Heckel
  2016-04-18 10:07 ` [PATCH V4 2/3] Testsuite: Fix compiling of shared libraries with ICC Bernhard Heckel
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Bernhard Heckel @ 2016-04-18 10:07 UTC (permalink / raw)
  To: qiyaoltc; +Cc: gdb-patches, brobecker, Bernhard Heckel

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

Addressed in V4:
* Split Patch V3 1/2
Addressed in V3:
[Patch V3 2/2]
* Use local variables instead of globals. 
Bernhard Heckel (3):
  testsuite: Support detection of Intel compilers via
    test_compiler_version.
  Testsuite: Fix compiling of shared libraries with ICC.
  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

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2016-04-18 12:19 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-18 10:07 [PATCH V4 0/3] fortran: Testsuite, fix different type naming across compilers Bernhard Heckel
2016-04-18 10:07 ` [PATCH V4 2/3] Testsuite: Fix compiling of shared libraries with ICC Bernhard Heckel
2016-04-18 10:26   ` Yao Qi
2016-04-18 12:18     ` [Pushed][PATCH " Heckel, Bernhard
2016-04-18 10:07 ` [PATCH V4 3/3] fortran: Testsuite, fix different type naming across compilers Bernhard Heckel
2016-04-18 10:29   ` Yao Qi
2016-04-18 12:19     ` [Pushed][PATCH " Heckel, Bernhard
2016-04-18 10:08 ` [PATCH V4 1/3] testsuite: Support detection of Intel compilers via test_compiler_version Bernhard Heckel
2016-04-18 10:26   ` Yao Qi
2016-04-18 12:17     ` [Pushed][PATCH " Heckel, Bernhard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).