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: Master broken by commit b76389f Date: Fri, 08 Jun 2018 12:49:12 +0300 Message-ID: <83in6tvc9z.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1528451269 15098 195.159.176.226 (8 Jun 2018 09:47:49 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 8 Jun 2018 09:47:49 +0000 (UTC) Cc: emacs-devel@gnu.org To: Paul Eggert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 08 11:47:45 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 1fRDzi-0003nd-Oz for ged-emacs-devel@m.gmane.org; Fri, 08 Jun 2018 11:47:42 +0200 Original-Received: from localhost ([::1]:34401 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fRE1p-0005Su-Tz for ged-emacs-devel@m.gmane.org; Fri, 08 Jun 2018 05:49:53 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38463) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fRE1D-0005Sp-Cc for emacs-devel@gnu.org; Fri, 08 Jun 2018 05:49:16 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fRE19-0005Py-9d for emacs-devel@gnu.org; Fri, 08 Jun 2018 05:49:15 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:45982) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fRE19-0005Ps-5G; Fri, 08 Jun 2018 05:49:11 -0400 Original-Received: from [176.228.60.248] (port=1216 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1fRE18-0004vT-GS; Fri, 08 Jun 2018 05:49:10 -0400 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:226118 Archived-At: 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.