From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 92907 invoked by alias); 4 Apr 2016 14:41:16 -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 92886 invoked by uid 89); 4 Apr 2016 14:41:16 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:592 X-HELO: mail-pa0-f41.google.com Received: from mail-pa0-f41.google.com (HELO mail-pa0-f41.google.com) (209.85.220.41) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Mon, 04 Apr 2016 14:41:06 +0000 Received: by mail-pa0-f41.google.com with SMTP id tt10so145600562pab.3 for ; Mon, 04 Apr 2016 07:41:05 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=/Jp3v8mlojsVzplHKXR+x6pVMAoBIFOyCBiSAImfL/g=; b=SEspXZt9x3yY+7tHzoPYWzpUhKvJj2mQh+WuxuwByFNgiJNP+CPIKUrh00y63GwHD9 wmF4CX967LJms9CHE/RuDNf2vWVShgXHx8IDwGb4FgMzHsAHvqD4GsBytdpNRx5JyWFe HYmA1OTVKh/jwEDgWYzXc0LKeV+1w0+UlXuWOBeqNocTPs20l8yfR1iZhidLMgc3RYhL AqmTNFtFJbEBhqVGsxiv91Al3WrkDfqEh6/ElhsXGZs/aG+P2vSRLWnjQ38C/nIDcdF6 W9ZgW02dIPaw/7bMyu5Y+BC88oaFZ2VXqcqv5sTepbOpCj2GcSGJLQQ9pkEJoQsFgoH1 g4aw== X-Gm-Message-State: AD7BkJLraym6C18+VCIsWIZBKB9vYztfqF1DvonU/08HnWAwZN/o2CTb5VuyVA+z/hwRpQ== X-Received: by 10.66.62.131 with SMTP id y3mr54157408par.58.1459780864328; Mon, 04 Apr 2016 07:41:04 -0700 (PDT) Received: from E107787-LIN (gcc1-power7.osuosl.org. [140.211.15.137]) by smtp.gmail.com with ESMTPSA id ut5sm919598pab.15.2016.04.04.07.41.01 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Mon, 04 Apr 2016 07:41:03 -0700 (PDT) From: Yao Qi To: "Heckel\, Bernhard" Cc: Yao Qi , brobecker@adacore.com, gdb-patches@sourceware.org Subject: Re: [PATCH 0/3] fortran: Enable arrays of structures with dynamic member types. References: <1458204189-13267-1-git-send-email-bernhard.heckel@intel.com> <86lh4tps0q.fsf@gmail.com> <57025AFD.5090103@intel.com> Date: Mon, 04 Apr 2016 14:41:00 -0000 In-Reply-To: <57025AFD.5090103@intel.com> (Bernhard Heckel's message of "Mon, 4 Apr 2016 14:15:57 +0200") Message-ID: <864mbhphc8.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2016-04/txt/msg00040.txt.bz2 "Heckel, Bernhard" writes: > Run > gdb.fortran and gdb.cp > testsuite on those combinations: > > gcc icc > Red Hat 7.1, x86_64 4.8.3 16.0.1 > Ubuntu 12.04 , x86_644.6.3 16.0.1 > Fedora 22, x86_645.3.1 > > Complete gdb testsuite on those: > gcc icc > Fedora 21, i6864.9.2 > Fedora 22, x86_645.1.1 16.0.1 > Fedora 23, x86_645.3.1 16.0.1 > Ubuntu 15.04, x64_644.9.2 16.0.1 Are gdb.ada tests run in your complete gdb tests? to make sure gdb.ada tests are not skipped. --=20 Yao (=E9=BD=90=E5=B0=A7)