From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Latest master is broken Date: Sun, 19 Feb 2017 18:37:25 +0200 Message-ID: <83lgt2p262.fsf@gnu.org> References: <83mvdip3aq.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1487522251 12620 195.159.176.226 (19 Feb 2017 16:37:31 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 19 Feb 2017 16:37:31 +0000 (UTC) Cc: emacs-devel@gnu.org To: monnier@iro.umontreal.ca Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 19 17:37:27 2017 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 1cfUUF-0002bh-PV for ged-emacs-devel@m.gmane.org; Sun, 19 Feb 2017 17:37:23 +0100 Original-Received: from localhost ([::1]:34280 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cfUUL-0008OJ-Ib for ged-emacs-devel@m.gmane.org; Sun, 19 Feb 2017 11:37:29 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57888) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cfUTo-0008O3-RI for emacs-devel@gnu.org; Sun, 19 Feb 2017 11:36:57 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cfUTj-0006I3-Vr for emacs-devel@gnu.org; Sun, 19 Feb 2017 11:36:56 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:33912) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cfUTj-0006Hn-Su; Sun, 19 Feb 2017 11:36:51 -0500 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:4118 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1cfUTj-0005eN-7B; Sun, 19 Feb 2017 11:36:51 -0500 In-reply-to: <83mvdip3aq.fsf@gnu.org> (message from Eli Zaretskii on Sun, 19 Feb 2017 18:13:01 +0200) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e 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:212474 Archived-At: > Date: Sun, 19 Feb 2017 18:13:01 +0200 > From: Eli Zaretskii > Cc: emacs-devel@gnu.org > > It produces a warning, and then aborts during loadup: > > In file included from fns.c:30:0: > fns.c: In function 'make_hash_table': > fns.c:3693:53: warning: implicit conversion from 'float' to 'double' to match other operand of binary expression [-Wdouble-promotion] > eassert (0 < rehash_threshold && rehash_threshold <= 1.0); > ^ > lisp.h:196:27: note: in definition of macro 'eassert' > (suppress_checking || (cond) \ > ^ > [...] > CCLD temacs.exe > /bin/mkdir -p ../etc > make -C ../lisp update-subdirs > make[2]: Entering directory `/d/gnu/git/emacs/trunk/lisp' > make[2]: Leaving directory `/d/gnu/git/emacs/trunk/lisp' > ./temacs --batch --load loadup bootstrap > > fns.c:3693: Emacs fatal error: assertion failed: 0 < rehash_threshold && rehash_threshold <= 1.0 Fixed.