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: Latest master is broken Date: Sun, 19 Feb 2017 18:13:01 +0200 Message-ID: <83mvdip3aq.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1487520759 4233 195.159.176.226 (19 Feb 2017 16:12:39 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 19 Feb 2017 16:12:39 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 19 17:12:34 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 1cfU6C-0000VO-VA for ged-emacs-devel@m.gmane.org; Sun, 19 Feb 2017 17:12:33 +0100 Original-Received: from localhost ([::1]:34209 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cfU6I-0001hv-Dc for ged-emacs-devel@m.gmane.org; Sun, 19 Feb 2017 11:12:38 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54012) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cfU6C-0001ho-4c for emacs-devel@gnu.org; Sun, 19 Feb 2017 11:12:33 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cfU68-0002bl-Vu for emacs-devel@gnu.org; Sun, 19 Feb 2017 11:12:32 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:33715) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cfU68-0002bd-SJ; Sun, 19 Feb 2017 11:12:28 -0500 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:4085 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1cfU67-0007yT-Ui; Sun, 19 Feb 2017 11:12:28 -0500 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:212471 Archived-At: 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 Let me know if I can provide more information.