From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 111680 invoked by alias); 15 Apr 2016 12:46:57 -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 109964 invoked by uid 89); 15 Apr 2016 12:46:56 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy= X-HELO: mga14.intel.com Received: from mga14.intel.com (HELO mga14.intel.com) (192.55.52.115) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 15 Apr 2016 12:46:46 +0000 Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP; 15 Apr 2016 05:45:12 -0700 X-ExtLoop1: 1 Received: from irvmail001.ir.intel.com ([163.33.26.43]) by orsmga001.jf.intel.com with ESMTP; 15 Apr 2016 05:45:11 -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 u3FCjAZm030214; Fri, 15 Apr 2016 13:45:10 +0100 Received: from ulvlx001.iul.intel.com (localhost [127.0.0.1]) by ulvlx001.iul.intel.com with ESMTP id u3FCj95u023576; Fri, 15 Apr 2016 14:45:09 +0200 Received: (from heckel@localhost) by ulvlx001.iul.intel.com with œ id u3FCj9ux023572; Fri, 15 Apr 2016 14:45:09 +0200 From: Bernhard Heckel To: qiyaoltc@gmail.com Cc: gdb-patches@sourceware.org, brobecker@adacore.com, Bernhard Heckel Subject: [PATCH V2 0/2] fortran: Testsuite, fix different type naming across compilers. Date: Fri, 15 Apr 2016 12:46:00 -0000 Message-Id: <1460724297-23523-1-git-send-email-bernhard.heckel@intel.com> X-IsSubscribed: yes X-SW-Source: 2016-04/txt/msg00349.txt.bz2 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