From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Andy Moreton Newsgroups: gmane.emacs.devel Subject: Re: bignum branch Date: Fri, 13 Jul 2018 15:53:15 +0100 Message-ID: References: <87o9fbbw1t.fsf@tromey.com> <83in5jci31.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1531493530 2346 195.159.176.226 (13 Jul 2018 14:52:10 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 13 Jul 2018 14:52:10 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (windows-nt) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 13 16:52:06 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fdzQU-0000UO-6x for ged-emacs-devel@m.gmane.org; Fri, 13 Jul 2018 16:52:06 +0200 Original-Received: from localhost ([::1]:37719 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fdzSb-0002nu-8f for ged-emacs-devel@m.gmane.org; Fri, 13 Jul 2018 10:54:17 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39445) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fdzRr-0002RK-Mi for emacs-devel@gnu.org; Fri, 13 Jul 2018 10:53:32 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fdzRn-0006wi-Fx for emacs-devel@gnu.org; Fri, 13 Jul 2018 10:53:31 -0400 Original-Received: from [195.159.176.226] (port=52739 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fdzRn-0006vV-7F for emacs-devel@gnu.org; Fri, 13 Jul 2018 10:53:27 -0400 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1fdzPb-0007qX-UK for emacs-devel@gnu.org; Fri, 13 Jul 2018 16:51:11 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 21 Original-X-Complaints-To: usenet@blaine.gmane.org Cancel-Lock: sha1:55c5yxSc3Bc8fgz1z1rY2R8yiiM= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 195.159.176.226 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:227342 Archived-At: On Fri 13 Jul 2018, Eli Zaretskii wrote: >> From: Andy Moreton >> Date: Fri, 13 Jul 2018 15:28:27 +0100 >> >> I've bootstrapped this with 64bit mingw64 (MSYS2) on Windows without >> problems. > > Thanks. > >> All of the other warnings are the same as the master branch. > > If those warnings were never reported before, please report them (in a > separate thread, preferably a bug report). Emacs should ideally > compile cleanly, without any warnings, as long as you use a recent > enough version of GCC. The warnings on the master branch are from byte compiling lisp, not from GCC. AndyM