unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Latest master is broken
@ 2017-02-19 16:13 Eli Zaretskii
  2017-02-19 16:29 ` Kaushal Modi
  2017-02-19 16:37 ` Eli Zaretskii
  0 siblings, 2 replies; 6+ messages in thread
From: Eli Zaretskii @ 2017-02-19 16:13 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: emacs-devel

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.



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-02-19 20:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-19 16:13 Latest master is broken Eli Zaretskii
2017-02-19 16:29 ` Kaushal Modi
2017-02-19 16:38   ` Eli Zaretskii
2017-02-19 16:37 ` Eli Zaretskii
2017-02-19 18:43   ` Stefan Monnier
2017-02-19 20:26     ` Paul Eggert

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).