From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-il1-x12c.google.com (mail-il1-x12c.google.com [IPv6:2607:f8b0:4864:20::12c]) by sourceware.org (Postfix) with ESMTPS id 58C493858D28 for ; Tue, 17 Jan 2023 13:54:33 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 58C493858D28 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=adacore.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=adacore.com Received: by mail-il1-x12c.google.com with SMTP id v6so5871043ilq.3 for ; Tue, 17 Jan 2023 05:54:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adacore.com; s=google; h=mime-version:user-agent:message-id:in-reply-to:date:references :subject:cc:to:from:from:to:cc:subject:date:message-id:reply-to; bh=+KVQc0pK8LsFg9UjBqo8iC0J40sPmfQOkFtfS9aKc0w=; b=ScGUUdqtTqq9zYI1zoNUF5xahkAkbgrtPwKRE4INt0pumL5Dsd/sE2MjhzoHl/zODI zVBeTVf1LNNi+tNsbmmEof8MzHmgA/caKhOpMBxWzEjl1dGusA1b16a+oBJW64BM2Eyh FvcdvEN/x2v+hVSSX14UjTH0os1WC1OSFzOBfDG6/HumiEw3bvpt0NTUNOlsYEldDa3a RNVpiKquxCHrNmdfGAvnJgjM8rGpmpl7aEELVt40N4iq+90dMQFXQ56C3GVcIU/pzUch uhoLIqWaACrijvLt1eS3LrimWcDSuL9NiUDESmQmpRLPuJFM+CsU+GkqH6ZgejHiPqK0 5t7A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=mime-version:user-agent:message-id:in-reply-to:date:references :subject:cc:to:from:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=+KVQc0pK8LsFg9UjBqo8iC0J40sPmfQOkFtfS9aKc0w=; b=jcZ/1kAbKqMPAC40HtoW6O8m6POifV2w0523g5M4JkZ9oC55i+tg5hxzniyFUFAJwJ EH+9LD/Dmpzlk7ZqjTwunZ956EYMdbsvdH6BEGNifrlyanHg1OLfEHKxR6YchTFAFVxe K2Da9kMqiZlzQcyNeRDL+UnRKyKFinkVq9utwsUG6N9kaaLs5HpZZY+VLShX+oMN5soh QZ9pGJvwFFBi4r1MUQ76YvSgzZw34tyW1TKEiusYSd5v09f149zvd+U7kdUKBPS+bRHu t+kwn6EtLhvIhU24nd/bYuRY0znVWskAja8p4fPWsRCyn4+9wHiqV+yLkTd320l5zkne Fybw== X-Gm-Message-State: AFqh2kq1nekYHj/Ue7bMM74obb5KGJ6TWeurunzGXyxpWGEaQGBPYQMb 30bHiDRtm8qNB5syau5Qqg0kfvM/HfHdiLY/ X-Google-Smtp-Source: AMrXdXsOt/bIb710aaY388vzSNH9X46DF1ZYWuucyyRFiYDnCY9M+0X/csysq8Om0iqmJbFjK87QxQ== X-Received: by 2002:a05:6e02:663:b0:302:9921:2ee2 with SMTP id l3-20020a056e02066300b0030299212ee2mr2135689ilt.25.1673963672624; Tue, 17 Jan 2023 05:54:32 -0800 (PST) Received: from murgatroyd (97-122-76-186.hlrn.qwest.net. [97.122.76.186]) by smtp.gmail.com with ESMTPSA id t29-20020a05663836dd00b003a5e6cd5cc1sm908283jau.51.2023.01.17.05.54.31 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 17 Jan 2023 05:54:32 -0800 (PST) From: Tom Tromey To: Joel Brobecker Cc: Tom Tromey via Gdb-patches , Tom Tromey Subject: Re: [PATCH v2 4/4] Fix parameter-less template regression in new DWARF reader References: <20230110183338.2623088-1-tromey@adacore.com> <20230110183338.2623088-5-tromey@adacore.com> X-Attribution: Tom Date: Tue, 17 Jan 2023 06:54:31 -0700 In-Reply-To: (Joel Brobecker's message of "Sat, 14 Jan 2023 10:11:28 +0400") Message-ID: <87k01l2rmw.fsf@tromey.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Status: No, score=-5.3 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: >>>>> "Joel" == Joel Brobecker writes: Joel> Thanks for updating the copyright years. Joel> I believe it should be 2022-2023, though. I remember being told that Joel> the start of the copyright year range corresponds to the year the file Joel> was committed to medium. Joel> The patch is still OK for me with the minor correction above. I made this change. Tom