From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-f41.google.com (mail-wr1-f41.google.com [209.85.221.41]) by sourceware.org (Postfix) with ESMTPS id 35B363858D34 for ; Fri, 3 Jul 2020 11:32:31 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 35B363858D34 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=palves.net Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=alves.ped@gmail.com Received: by mail-wr1-f41.google.com with SMTP id f2so4317573wrp.7 for ; Fri, 03 Jul 2020 04:32:31 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=iqzQ56mYS3eshnwy2TGLV9KGJWa+bTKxHlP8/zWHmOg=; b=ehaJnE/TbqmRVBoT3JZAguSMwgsvDyOfeSGd0cKbAowiiJfD1YTt2z9Gxs39LU+QJu m9WFFeleGxX5+coy5HzFNvOUVgaCH/FXo/OVCjMpN/fjyLkZ3YdBnuXjhToUNJ4Umac3 hJgMwX1lE5SllQ6EbsiCYlqgbYn3+OQ6H1VB9Ce3TJyLj0quUkDz7Zwwz178r11/RAVu 0FrKnQUwIPA8cfVqKzemCl136QremU6XRQvw19SH4prUdCE+GP+0ami9TK6PNkPxCSFH dr7JhDgSnwSHxl2NRxVQqOKaPUtL63Tge+RW8xPFTulyDBybrOJgev9WP+xnDEARA413 9BXg== X-Gm-Message-State: AOAM533ngLA/qVO2G1yo06rb6Csqrc47cKsSeMep0gQcaSpAjS//UGFo dF325rrqqEAvWShrKo4QPwFnC1kRtFKrjA== X-Google-Smtp-Source: ABdhPJylWP09IfBeUfP3xtF8v8mdSV/HIFJY281qRKLiwayHJF9OaNTO9WPQjpVJNlKgfnNWfHpZlg== X-Received: by 2002:a5d:4f0b:: with SMTP id c11mr2636982wru.344.1593775949177; Fri, 03 Jul 2020 04:32:29 -0700 (PDT) Received: from ?IPv6:2001:8a0:f922:c400:56ee:75ff:fe8d:232b? ([2001:8a0:f922:c400:56ee:75ff:fe8d:232b]) by smtp.gmail.com with ESMTPSA id e4sm13473630wrt.97.2020.07.03.04.32.28 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 03 Jul 2020 04:32:28 -0700 (PDT) Subject: Re: [committed][gdb/testsuite] Update psym-external-decl.exp for gcc-10/clang To: Tom de Vries , Gary Benson References: <20200617122432.GA28940@blade.nx> <20200618161044.GA1032@blade.nx> <21d9fcc8-62c4-d1a5-f085-0c7f26783255@suse.de> <20200619140041.GB31823@blade.nx> <6dd30362-e9dd-6bc9-bf40-8b846b926e5a@suse.de> <20200626093727.GA8682@blade.nx> <20200703092107.GA8482@blade.nx> <5197d5fc-1a9d-b61d-71a5-864b2133f13b@suse.de> Cc: gdb-patches@sourceware.org From: Pedro Alves Message-ID: Date: Fri, 3 Jul 2020 12:32:25 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 In-Reply-To: <5197d5fc-1a9d-b61d-71a5-864b2133f13b@suse.de> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-3.7 required=5.0 tests=BAYES_00, FREEMAIL_FORGED_FROMDOMAIN, FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2020 11:32:32 -0000 On 7/3/20 12:24 PM, Tom de Vries wrote: > On 7/3/20 1:20 PM, Pedro Alves wrote: >> On 7/3/20 10:21 AM, Gary Benson wrote: >>> Tom de Vries wrote: >>>> On 6/29/20 2:32 PM, Pedro Alves wrote: >> >>>>> I would suggest filing a bug with clang, to confirm whether >>>>> this is intentional, or whether they see it as a bug. I would >>>>> think it is a bug, but I'm not sure. If indeed a bug, we would >>>>> XFAIL the test. >>>> >>>> I've filed https://bugs.llvm.org/show_bug.cgi?id=46514 . >>>> >>>> Thanks, >>>> - Tom >>> >>> Thank for filing it Tom. >> >> So the conclusion seems to be that the testcase should be using >> -fstandalone-debug? >> >> Except, I tried it here, and it doesn't seem to work: >> > > It is my understanding that -fstandalone-debug should be used for clang, > but that is doesn't work atm, which is a problem in clang/llvm that is > tracked in the PR. I don't see anywhere in the PR stating that it's known that it doesn't work?