From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22727 invoked by alias); 18 Apr 2016 10:07:49 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 22682 invoked by uid 89); 18 Apr 2016 10:07:48 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=Hx-languages-length:1301 X-HELO: mga01.intel.com Received: from mga01.intel.com (HELO mga01.intel.com) (192.55.52.88) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (CAMELLIA256-SHA encrypted) ESMTPS; Mon, 18 Apr 2016 10:07:34 +0000 Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga101.fm.intel.com with ESMTP; 18 Apr 2016 03:07:33 -0700 X-ExtLoop1: 1 Received: from irvmail001.ir.intel.com ([163.33.26.43]) by orsmga001.jf.intel.com with ESMTP; 18 Apr 2016 03:07:32 -0700 Received: from ulvlx001.iul.intel.com (ulvlx001.iul.intel.com [172.28.207.17]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id u3IA7Vno000580; Mon, 18 Apr 2016 11:07:31 +0100 Received: from ulvlx001.iul.intel.com (localhost [127.0.0.1]) by ulvlx001.iul.intel.com with ESMTP id u3IA7Udn001314; Mon, 18 Apr 2016 12:07:30 +0200 Received: (from heckel@localhost) by ulvlx001.iul.intel.com with œ id u3IA7Upi001310; Mon, 18 Apr 2016 12:07:30 +0200 From: Bernhard Heckel To: qiyaoltc@gmail.com Cc: gdb-patches@sourceware.org, brobecker@adacore.com, Bernhard Heckel Subject: [PATCH V4 0/3] fortran: Testsuite, fix different type naming across compilers. Date: Mon, 18 Apr 2016 10:07:00 -0000 Message-Id: <1460974046-1281-1-git-send-email-bernhard.heckel@intel.com> X-IsSubscribed: yes X-SW-Source: 2016-04/txt/msg00388.txt.bz2 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