From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: master updated (eb787d7 -> dc18a09) Date: Tue, 14 Aug 2018 02:18:59 -0400 Message-ID: References: <20180813225557.8746.83112@vcs0.savannah.gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1534227431 25761 195.159.176.226 (14 Aug 2018 06:17:11 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 14 Aug 2018 06:17:11 +0000 (UTC) User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) Cc: emacs-devel@gnu.org To: eggert@cs.ucla.edu (Paul Eggert) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 14 08:17:07 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 1fpSde-0006cK-E0 for ged-emacs-devel@m.gmane.org; Tue, 14 Aug 2018 08:17:06 +0200 Original-Received: from localhost ([::1]:42587 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fpSfk-0001GS-PL for ged-emacs-devel@m.gmane.org; Tue, 14 Aug 2018 02:19:16 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40403) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fpSfY-0001FA-Dz for emacs-devel@gnu.org; Tue, 14 Aug 2018 02:19:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fpSfX-0003Wh-Hc for emacs-devel@gnu.org; Tue, 14 Aug 2018 02:19:04 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:37481) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fpSfV-0003Vq-PI; Tue, 14 Aug 2018 02:19:01 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1fpSfT-0007Fw-FT; Tue, 14 Aug 2018 02:18:59 -0400 X-Spook: red noise tempest PGP Shots fired Tamil Tigers national X-Ran: lV,;/Kj&TYWpKrw^`V82 (Paul Eggert's message of "Mon, 13 Aug 2018 18:55:57 -0400 (EDT)") 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:228517 Archived-At: This fails to build with --enable-check-lisp-object-type. Ref eg https://hydra.nixos.org/build/79513673 In file included from vm-limit.c:21:0: lisp.h: In function 'make_pointer_integer_unsafe': lisp.h:568:28: error: expected expression before '{' token # define LISP_INITIALLY(w) {w} ^ lisp.h:790:3: note: in expansion of macro 'LISP_INITIALLY' LISP_INITIALLY ((Lisp_Word) ((untagged_ptr) (ptr) + LISP_WORD_TAG (tag))) ^ lisp.h:1194:10: note: in expansion of macro 'TAG_PTR' return TAG_PTR (Lisp_Int0, p); ^ make[1]: *** [vm-limit.o] Error 1