From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Andrea Corallo via "Bug reports for GNU Emacs, the Swiss army knife of text editors" Newsgroups: gmane.emacs.bugs Subject: bug#43725: 28.0.50; Include feature/native-comp into master Date: Fri, 04 Dec 2020 22:28:12 +0000 Message-ID: References: <87wny8xwcc.fsf@gnus.org> <87sg8wuzky.fsf@gnus.org> Reply-To: Andrea Corallo Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="33511"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: Eli Zaretskii , monnier@iro.umontreal.ca, 43725@debbugs.gnu.org To: Lars Ingebrigtsen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Fri Dec 04 23:34:24 2020 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1klJei-0008ce-01 for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 04 Dec 2020 23:34:24 +0100 Original-Received: from localhost ([::1]:40048 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1klJeh-0000WC-19 for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 04 Dec 2020 17:34:23 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:44200) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1klJZW-0005PA-D5 for bug-gnu-emacs@gnu.org; Fri, 04 Dec 2020 17:29:02 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:34536) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1klJZW-0000FZ-3Z for bug-gnu-emacs@gnu.org; Fri, 04 Dec 2020 17:29:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1klJZV-0006uX-VQ for bug-gnu-emacs@gnu.org; Fri, 04 Dec 2020 17:29:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Andrea Corallo Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 04 Dec 2020 22:29:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43725 X-GNU-PR-Package: emacs Original-Received: via spool by 43725-submit@debbugs.gnu.org id=B43725.160712090926525 (code B ref 43725); Fri, 04 Dec 2020 22:29:01 +0000 Original-Received: (at 43725) by debbugs.gnu.org; 4 Dec 2020 22:28:29 +0000 Original-Received: from localhost ([127.0.0.1]:46082 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1klJYy-0006tl-Mg for submit@debbugs.gnu.org; Fri, 04 Dec 2020 17:28:28 -0500 Original-Received: from mab.sdf.org ([205.166.94.33]:56646 helo=ma.sdf.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1klJYx-0006tc-2E for 43725@debbugs.gnu.org; Fri, 04 Dec 2020 17:28:27 -0500 Original-Received: from akrl by ma.sdf.org with local (Exim 4.92) (envelope-from ) id 1klJYi-0006Zb-Nf; Fri, 04 Dec 2020 22:28:12 +0000 In-Reply-To: (Andrea Corallo via's message of "Thu, 26 Nov 2020 12:02:42 +0000") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:195014 Archived-At: Andrea Corallo via "Bug reports for GNU Emacs, the Swiss army knife of text editors" writes: > Lars Ingebrigtsen writes: > >> Andrea Corallo writes: >> >>> Are these warnings related to compiler specific files or related to >>> other compilation units? >> >> I'm not quite sure I understand the question, but it's things like: >> >> ELC+ELN gnus/message.elc >> >> In end of data: >> message.el:8873:1: Warning: the function =E2=80=98safe-date-to-time=E2= =80=99 might not be >> defined at runtime. >> >> And: >> >> ;;;###autoload >> (defun safe-date-to-time (date) >> ...) >> >> I don't see any patterns to which ;;;###autoloads are "missing" in >> native-comp. > > Interesting, I've completely missed this :/ > > Gonna look into it > > Andrea Hi Lars, quite happy to mention that dcfd367d28 should fix the issue of the spurious warnings. A little less proud of the fact that took me good part of the day to track this stupid bug down :/ Anyway I've build the branch with and without --with-nativecomp and (after some clean-up on the vanilla build) I count the same number of warnings now on both builds. Andrea