From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pl1-x634.google.com (mail-pl1-x634.google.com [IPv6:2607:f8b0:4864:20::634]) by sourceware.org (Postfix) with ESMTPS id 55A883858C39 for ; Fri, 10 Sep 2021 13:47:56 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 55A883858C39 Received: by mail-pl1-x634.google.com with SMTP id w6so1186724pll.3 for ; Fri, 10 Sep 2021 06:47:56 -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=oxPUymqEjMXIHdVJcFr0sm31r6AcNnBYvYPR/pgyaf4=; b=Zb+u+/I5rXyymdk5SKbFaJgeWRtFoEdM/pz1t+/8QMRO7THEyeP+qLK2s1xhNQz/ii mVKC0gYV8Onc4EFYqa3zx0qxyUYQydOV33qGHrVv7HBUOoYbKttMHBW69Aqk1HDy3Yhp ULGgyG7xVE06UcmHpvfj9ilBZZK0N2Pyv+wdx2C2ff/qyNQfQtQg6QLo++5dGsITK7y0 QGbOdueT/tRZQ9RLKbpBbNeJ45lZlHPo3PaJyRHTomAYRiVK3gMb1F0Do4JL6MUJzFhh F0Fr6XNivR5qlASW1X3XP32G8Il5JW4IdDoWNjmm6Yh+LVJ497nzSWSd3cg/+MKyVmAb gRmg== X-Gm-Message-State: AOAM532HbipDG0TaFusWobtikuoDdmrrKGTRLS/M2Qg1fIYocVXR7q5f f22izsIadmagOMYX7Dg3i0U= X-Google-Smtp-Source: ABdhPJyKSAvBlQnEdLix/Jr60YAKXeu8efPqzfecscA+Jd1W3eqoTEEHJLa/NHp/4pEI2iBZXOHYXA== X-Received: by 2002:a17:90a:8b84:: with SMTP id z4mr9609782pjn.60.1631281675357; Fri, 10 Sep 2021 06:47:55 -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 w11sm5444088pgf.5.2021.09.10.06.47.54 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 10 Sep 2021 06:47:55 -0700 (PDT) Subject: Re: [PATCH] Default Alpha/VMS to DWARF2 debugging only To: Richard Biener , gcc-patches@gcc.gnu.org Cc: tgingold@free.fr, douglas.b.rupp@gmail.com References: From: Jeff Law Message-ID: Date: Fri, 10 Sep 2021 07:47:53 -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: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-Spam-Status: No, score=-3.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, 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: Fri, 10 Sep 2021 13:47:57 -0000 On 9/10/2021 12:52 AM, Richard Biener via Gcc-patches wrote: > This changes the default debug format for Alpha/VMS to DWARF2 only, > skipping emission of VMS debug info which is going do be deprecated > for GCC 12 alongside the support for STABS. > > It looks like other flavors of VMS never used VMS_DEBUG by default > but only the alpha port did. > > I have no good means to test anything here, it might be that we have > alpha-vms specific testcases that rely on the previous default. > > OK for trunk? > > Thanks, > Richard. > > 2021-09-10 Richard Biener > > * config/alpha/vms.h (PREFERRED_DEBUGGING_TYPE): Define to > DWARF2_DEBUG. It's a dead target, so yea, go for it.  Worst case it breaks someone notices and we know someone still cares about alpha-vms :-) Jeff