From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 38966 invoked by alias); 26 Dec 2018 14:03:18 -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 38939 invoked by uid 89); 26 Dec 2018 14:03:17 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=HContent-Transfer-Encoding:8bit X-HELO: mailsec117.isp.belgacom.be Received: from mailsec117.isp.belgacom.be (HELO mailsec117.isp.belgacom.be) (195.238.20.113) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 26 Dec 2018 14:03:12 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=skynet.be; i=@skynet.be; q=dns/txt; s=securemail; t=1545832993; x=1577368993; h=from:to:subject:date:message-id:mime-version: content-transfer-encoding; bh=MkaH2CFllGRKzBW1+XSVtpz3ogYOqzvVgK8aJZQnLyM=; b=VbuuvtGzeKf/VXtfa3Gpa9xDwXU5WTKMC95uBHkvQR8Z4xQhc1hAfgJc AGMXzRRpTxZIMsGjgo/GhbNvQsJz8Q==; Received: from 184.205-67-87.adsl-dyn.isp.belgacom.be (HELO md.home) ([87.67.205.184]) by relay.skynet.be with ESMTP/TLS/DHE-RSA-AES128-GCM-SHA256; 26 Dec 2018 15:03:10 +0100 From: Philippe Waroquiers To: gdb-patches@sourceware.org Subject: [RFAv2 0/4] Fix some gdb.ada tests failure by using more unique names. Date: Wed, 26 Dec 2018 14:03:00 -0000 Message-Id: <20181226140304.19594-1-philippe.waroquiers@skynet.be> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2018-12/txt/msg00322.txt.bz2 This patch serie fixes some gdb.ada tests failure that appear when the Ada runtime is compiled with debug info, e.g. like the Debian gcc Ada compiler. The changes compared to first version of RFA are: * Each test is fixed in a different commit. * The component order in packed_array_assign Packed_Rec is chosen to ensure old and new compilers produce the same component order. Ok to push ?