From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pj1-x102a.google.com (mail-pj1-x102a.google.com [IPv6:2607:f8b0:4864:20::102a]) by sourceware.org (Postfix) with ESMTPS id 2DE153858D28 for ; Sat, 23 Oct 2021 22:19:13 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 2DE153858D28 Received: by mail-pj1-x102a.google.com with SMTP id q2-20020a17090a2e0200b001a0fd4efd49so9420156pjd.1 for ; Sat, 23 Oct 2021 15:19:13 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding :content-language; bh=Xp7viFf4bqIRePzntV6jwWMM60uD3+7od2qviWBdg9U=; b=ig++JKsiBWMm8Vrw9ALF6WgyfEtkuf4wZ7L9ufzo9l96E2fsO4+5G/jXF5HJtSCkth qXObIW30zGkG55DDsCE7lur/cW1tkx7Eh+uqySzR3Ub7ySLtQW/EkA0wnyWTezLhW76U nxUELDLrsxqbSJB0uJKueobLIixQI0EUKoMagSjc4+lbraxWtktuUrJ5GcybdianrPzv JY4Rsp7vCyCdiSyYCi5QiqAfG+qnj8M3jeizy28pY6eRki2C48Bb00NroVlCCNu9yB8w U2odjqveoWDjROECqY8TS0igEmtTLr/y1Ob7eg0Mrrc/18x5Iz91CxSvBrNsA9Y+FNVj uGiw== X-Gm-Message-State: AOAM5326PI5dRCcMrcTIl+mdAPfC5TMYvMg3xoVqG15/8y1yri4hpGco keEPaCL3WYZAk+CQghKgA82tc8IJinU= X-Google-Smtp-Source: ABdhPJyDfre0b5jL89Qpv+JRuYZZ3HthTPZ3VAJOB/CY0AcuVyiAWFgU7ZLU/KFZ7HybdYB7U6SmgQ== X-Received: by 2002:a17:90a:bd0f:: with SMTP id y15mr1576288pjr.186.1635027552087; Sat, 23 Oct 2021 15:19:12 -0700 (PDT) Received: from [172.31.0.175] (c-98-202-48-222.hsd1.ut.comcast.net. [98.202.48.222]) by smtp.gmail.com with ESMTPSA id a27sm13820820pfl.20.2021.10.23.15.19.11 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sat, 23 Oct 2021 15:19:11 -0700 (PDT) Subject: Re: [PATCH] Always default to DWARF2_DEBUG if not specified, warn about deprecated STABS To: Jan-Benedict Glaw , Richard Biener Cc: gcc-patches@gcc.gnu.org References: <20211023200005.xknhnzfa7eyny5zf@lug-owl.de> From: Jeff Law Message-ID: <8e614401-9044-cf80-d3d8-ba36db1fbf48@gmail.com> Date: Sat, 23 Oct 2021 16:19:10 -0600 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0 MIME-Version: 1.0 In-Reply-To: <20211023200005.xknhnzfa7eyny5zf@lug-owl.de> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-Spam-Status: No, score=-3.4 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, KAM_SHORT, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Oct 2021 22:19:15 -0000 On 10/23/2021 2:00 PM, Jan-Benedict Glaw wrote: > Hi Richard, > > On Tue, 2021-09-21 16:25:19 +0200, Richard Biener via Gcc-patches wrote: >> I have built all targets from contrib/config-list.mk to make sure we >> don't run into the #error and the following makes the STABS usage >> explicit for pdp11 and hppa with SOM. > I'm running build tests based on config-list.mk as well and see a good > number of targets failing, all about the same, ie. for moxie-elf: That's odd.  My moxie-elf (and all the others I test) aren't seeing this. http://gcc.gnu.org/jenkins Jeff