emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Master broken by commit b76389f


From: Eli Zaretskii
Subject: Master broken by commit b76389f
Date: Fri, 08 Jun 2018 12:49:12 +0300

In a 32-bit MinGW build --with-wide-int, I cannot compile today's master:

    CC       dispnew.o
  In file included from lisp.h:35:0,
                   from dispnew.c:27:
  ../lib/verify.h:207:21: error: static assertion failed: "verify (alignof 
(union vectorlike_header) % GCALIGNMENT == 0)"
   # define _GL_VERIFY _Static_assert
                       ^
  ../lib/verify.h:252:20: note: in expansion of macro '_GL_VERIFY'
   # define verify(R) _GL_VERIFY (R, "verify (" #R ")")
                      ^
  lisp.h:901:1: note: in expansion of macro 'verify'
   verify (alignof (union vectorlike_header) % GCALIGNMENT == 0);
   ^
  ../lib/verify.h:207:21: error: static assertion failed: "verify (alignof 
(struct Lisp_String) % GCALIGNMENT == 0)"
   # define _GL_VERIFY _Static_assert
                       ^
  ../lib/verify.h:252:20: note: in expansion of macro '_GL_VERIFY'
   # define verify(R) _GL_VERIFY (R, "verify (" #R ")")
                      ^
  lisp.h:1384:1: note: in expansion of macro 'verify'
   verify (alignof (struct Lisp_String) % GCALIGNMENT == 0);
   ^
  Makefile:382: recipe for target `dispnew.o' failed

and many similar problems in other C source files.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]