From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf1-x434.google.com (mail-pf1-x434.google.com [IPv6:2607:f8b0:4864:20::434]) by sourceware.org (Postfix) with ESMTPS id 68D9E389850A for ; Sun, 20 Nov 2022 16:43:27 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 68D9E389850A Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-pf1-x434.google.com with SMTP id 130so9277828pfu.8 for ; Sun, 20 Nov 2022 08:43:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=TJwnlgkL8E38G+pHQCezmNF8VI1h5l0dtwPNQ9kaVZM=; b=frE94knRop+mBfVLg+K2yBVoH9UThUkaTJ+iVFUt0GXnl3UMQopKSEvPOIR3SjQhxw fWXjkQ0eM7O5AdkP9ZVHGWK/hLfYIKuD1VZ739X2vCuxO3Ipr/5lfwLXdyHyxS1nrBhm sYUvHyNgXLgRiBU2wq1SXiGx2dz2sdHifTAJdoPpO5J/XEbJMV5KN5j/xSHP/CjDJOmc vgtoCZK3MWlCBlVumanOluKHtr4hQ7iOGS7qYhMqhbJAgf6qiFvZIO/MnHPPRDhOmNnz uf4AqJAdccwraOfb/chXI+dmzWX67Od/oR5qI54kodwB4kwWQuJladBhd3cnsQ5nzQpl 1ABA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=TJwnlgkL8E38G+pHQCezmNF8VI1h5l0dtwPNQ9kaVZM=; b=ykxAtcpNh/+SRJJX4dm+4Xbqw5kDDynCiNxJ1E70c0+IApOUYh6IEFtfDYcfXCCFTQ fWlME+joRa6W6m9i39i3ay59L/SH5zZTXtCln7GwgDq6qVpdq69j0xcry43F6n40nqZe aBkyl91mBh7SGSuD00V5hBo2W3uyDZ+o9MIu29oaUWtLhTncg43zaJ9NTiYZTS+B+K+z UbBDAFbpKDSj0cMcFypv015HlSVx/Pc1OgPizA7hYu1ibMJfBuc5L7cG7Olt4EwLebAG 39w2Rp5/ZHaHlEd85LaUXZitWTV8dTeGUiM/G6hfCC8oJHfMryGcgeK/ZPxZnl0SWzal ayug== X-Gm-Message-State: ANoB5pkcEtPXpxPPyXogtHe1DpFFJB9qMVdnOFvEu+HWnN5aMl/B2Tvn y/f5vREJ4PliW4w6vrvCjhtIwZZTt4o= X-Google-Smtp-Source: AA0mqf4ekBZbQ/QIaWPLK7+PMpeqUUoRQD08qK85ays1Stj8Kl+0TiSQqwsW9eJeh3CLzCnV9B/lCg== X-Received: by 2002:a63:ea52:0:b0:46f:9c0c:8673 with SMTP id l18-20020a63ea52000000b0046f9c0c8673mr1398323pgk.154.1668962606434; Sun, 20 Nov 2022 08:43:26 -0800 (PST) Received: from ?IPV6:2601:681:8600:13d0::f0a? ([2601:681:8600:13d0::f0a]) by smtp.gmail.com with ESMTPSA id 124-20020a620482000000b0056c2e497ad6sm7077917pfe.93.2022.11.20.08.43.25 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sun, 20 Nov 2022 08:43:25 -0800 (PST) Message-ID: <435ca5c4-e680-7aa1-b9ac-e28bbbff7334@gmail.com> Date: Sun, 20 Nov 2022 09:43:24 -0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.3.1 Subject: Re: [PATCH v2] Add -gcodeview option Content-Language: en-US To: Mark Harmstone , gcc-patches@gcc.gnu.org, martin@martin.st References: <20221027033829.22918-1-mark@harmstone.com> From: Jeff Law In-Reply-To: <20221027033829.22918-1-mark@harmstone.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-1.7 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,KAM_LINKBAIT3,KAM_SHORT,NICE_REPLY_A,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On 10/26/22 21:38, Mark Harmstone wrote: > Changed to double dashes as per > https://gcc.gnu.org/pipermail/gcc-patches/2022-October/604287.html. What value is there in providing this option now?  IIUC we don't have any of the bits yet to actually produce PDB records.   It seems to me like this ought to be patch 1/n of a patch to produce PDB debug symbols. Or am I missing something? jeff