From debbugs-submit-bounces@debbugs.gnu.org Mon May 01 11:45:36 2017 Received: (at submit) by debbugs.gnu.org; 1 May 2017 15:45:36 +0000 Received: from localhost ([127.0.0.1]:49817 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d5DW4-0002xV-8K for submit@debbugs.gnu.org; Mon, 01 May 2017 11:45:36 -0400 Received: from eggs.gnu.org ([208.118.235.92]:48126) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d5DW2-0002xI-3S for submit@debbugs.gnu.org; Mon, 01 May 2017 11:45:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d5DVw-0003sb-2F for submit@debbugs.gnu.org; Mon, 01 May 2017 11:45:28 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,HTML_MESSAGE autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:42792) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d5DVv-0003sV-Ul for submit@debbugs.gnu.org; Mon, 01 May 2017 11:45:27 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39097) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d5DVu-0001C2-Rr for bug-gnu-emacs@gnu.org; Mon, 01 May 2017 11:45:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d5DVq-0003qz-SH for bug-gnu-emacs@gnu.org; Mon, 01 May 2017 11:45:26 -0400 Received: from mailrelay.anl.gov ([130.202.101.22]:54822) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d5DVq-0003qZ-Ky for bug-gnu-emacs@gnu.org; Mon, 01 May 2017 11:45:22 -0400 Received: from mailgateway.anl.gov (mailgateway.anl.gov [130.202.101.28]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mailrelay.anl.gov (Postfix) with ESMTPS id 9BF872000B9 for ; Mon, 1 May 2017 10:45:18 -0500 (CDT) X-IronPort-AV: E=Sophos;i="5.37,401,1488866400"; d="scan'208,217";a="152358982" Received: from hybrid-george.anl.gov (HELO GEORGE.anl.gov) ([146.137.81.15]) by mailgateway.anl.gov with ESMTP/TLS/DHE-RSA-AES256-SHA; 01 May 2017 10:45:08 -0500 Received: from PAYTON.anl.gov ([fe80::745c:c48e:11e8:4088]) by GEORGE.anl.gov ([2002:9289:510f::9289:510f]) with mapi id 14.03.0266.001; Mon, 1 May 2017 10:45:07 -0500 From: "Stewart, Adam James" To: "bug-gnu-emacs@gnu.org" Subject: Unable to build emacs with Intel compilers Thread-Topic: Unable to build emacs with Intel compilers Thread-Index: AdLCkehSSdVRQPzyQgK9J/6/LmqSYQ== Date: Mon, 1 May 2017 15:45:07 +0000 Message-ID: <9F5501637440B04B9DE4C86279C60B6E4A5ACE82@PAYTON.anl.gov> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [146.137.81.41] Content-Type: multipart/alternative; boundary="_000_9F5501637440B04B9DE4C86279C60B6E4A5ACE82PAYTONanlgov_" MIME-Version: 1.0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) --_000_9F5501637440B04B9DE4C86279C60B6E4A5ACE82PAYTONanlgov_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, I'm trying to build emacs 25.2 with Intel 17.0.2 on CentOS 7.3, but the bui= ld is crashing with the following error message: alloc.c(1383): error: identifier "max_align_t" is undefined return (MALLOC_IS_GC_ALIGNED || (intptr_t) p % GCALIGNMENT =3D=3D 0 ^ alloc.c(1407): error: identifier "max_align_t" is undefined if (! MALLOC_IS_GC_ALIGNED) ^ Do you have any idea what might be causing this? I can send you the full bu= ild log if it will help. Adam J. Stewart Assistant Systems Administrator Laboratory Computing Resource Center Computing, Environment and Life Sciences Argonne National Laboratory --_000_9F5501637440B04B9DE4C86279C60B6E4A5ACE82PAYTONanlgov_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi,

I'm trying to build emacs 25.2 with Intel 17.0.2 on CentOS 7.3, but the bui= ld is crashing with the following error message:


alloc.c(1383): error: identifier "max_align_t" is undefined
    return (MALLOC_IS_GC_ALIGNED || (intptr_t) p % GCALIGNME= NT =3D=3D 0
            ^

alloc.c(1407): error: identifier "max_align_t" is undefined
    if (! MALLOC_IS_GC_ALIGNED)
          ^


Do you have any idea what might be causing this? I can send you the full bu= ild log if it will help.

Adam J. Stewart
Assistant Systems Administrator=
Laboratory Computing Resource Center
Computing, Environment and Life Scienc= es
Argonne National Laboratory
--_000_9F5501637440B04B9DE4C86279C60B6E4A5ACE82PAYTONanlgov_-- From debbugs-submit-bounces@debbugs.gnu.org Mon May 01 13:29:38 2017 Received: (at control) by debbugs.gnu.org; 1 May 2017 17:29:38 +0000 Received: from localhost ([127.0.0.1]:49866 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d5F8k-0005Ir-0V for submit@debbugs.gnu.org; Mon, 01 May 2017 13:29:38 -0400 Received: from eggs.gnu.org ([208.118.235.92]:45854) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d5F8h-0005Ia-WD for control@debbugs.gnu.org; Mon, 01 May 2017 13:29:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d5F8c-0001lm-0n for control@debbugs.gnu.org; Mon, 01 May 2017 13:29:30 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:43443) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d5F8b-0001lg-Tf for control@debbugs.gnu.org; Mon, 01 May 2017 13:29:29 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1d5F8b-0006gS-Jy for control@debbugs.gnu.org; Mon, 01 May 2017 13:29:29 -0400 Subject: control message for bug 26735 To: X-Mailer: mail (GNU Mailutils 2.99.98) Message-Id: From: Glenn Morris Date: Mon, 01 May 2017 13:29:29 -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-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) severity 26735 important From debbugs-submit-bounces@debbugs.gnu.org Mon May 01 13:29:49 2017 Received: (at control) by debbugs.gnu.org; 1 May 2017 17:29:49 +0000 Received: from localhost ([127.0.0.1]:49869 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d5F8v-0005JK-5z for submit@debbugs.gnu.org; Mon, 01 May 2017 13:29:49 -0400 Received: from eggs.gnu.org ([208.118.235.92]:45960) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d5F8t-0005J5-B2 for control@debbugs.gnu.org; Mon, 01 May 2017 13:29:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d5F8n-0001pF-Kv for control@debbugs.gnu.org; Mon, 01 May 2017 13:29:42 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:43449) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d5F8n-0001p2-IA for control@debbugs.gnu.org; Mon, 01 May 2017 13:29:41 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1d5F8n-0007IF-9u for control@debbugs.gnu.org; Mon, 01 May 2017 13:29:41 -0400 Subject: control message for bug 24655 To: X-Mailer: mail (GNU Mailutils 2.99.98) Message-Id: From: Glenn Morris Date: Mon, 01 May 2017 13:29:41 -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-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) block 24655 by 26735 From debbugs-submit-bounces@debbugs.gnu.org Fri May 19 03:59:38 2017 Received: (at 26735) by debbugs.gnu.org; 19 May 2017 07:59:38 +0000 Received: from localhost ([127.0.0.1]:54334 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dBcp0-0007Ky-H4 for submit@debbugs.gnu.org; Fri, 19 May 2017 03:59:38 -0400 Received: from zimbra.cs.ucla.edu ([131.179.128.68]:43988) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dBcoy-0007Ki-6h for 26735@debbugs.gnu.org; Fri, 19 May 2017 03:59:36 -0400 Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id EF1851600AB; Fri, 19 May 2017 00:59:29 -0700 (PDT) Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id 3l98XSq1Xpk6; Fri, 19 May 2017 00:59:29 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 46E9B1600B0; Fri, 19 May 2017 00:59:29 -0700 (PDT) X-Virus-Scanned: amavisd-new at zimbra.cs.ucla.edu Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id aEMyUqiheCdv; Fri, 19 May 2017 00:59:29 -0700 (PDT) Received: from [192.168.1.9] (unknown [47.153.188.248]) by zimbra.cs.ucla.edu (Postfix) with ESMTPSA id 2C2991600AB; Fri, 19 May 2017 00:59:29 -0700 (PDT) To: "Stewart, Adam James" From: Paul Eggert Subject: Re: Unable to build emacs with Intel compilers Organization: UCLA Computer Science Department Message-ID: <7d9adec9-92d4-a94b-1476-649111b01b61@cs.ucla.edu> Date: Fri, 19 May 2017 00:59:28 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 26735 Cc: 26735@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) > I'm trying to build emacs 25.2 with Intel 17.0.2 on CentOS 7.3, but the= build is crashing with the following error message: >=20 >=20 > alloc.c(1383): error: identifier "max_align_t" is undefined > return (MALLOC_IS_GC_ALIGNED || (intptr_t) p % GCALIGNMENT =3D=3D 0 > ^ >=20 > alloc.c(1407): error: identifier "max_align_t" is undefined > if (! MALLOC_IS_GC_ALIGNED) > ^ >=20 >=20 > Do you have any idea what might be causing this? I can send you the ful= l build log if it will help. The build log will help, yes. Please gzip the output of 'configure' and o= f=20 'make' and the contents of 'config.log', and attach the resulting file. I assume Intel's does not define max_align_t as C11 requires; = is that=20 right? If so, the 'configure' command is supposed to arrange for lib/stdd= ef.h to=20 define max_align_t. Apparently this is not working for you. Does 'make' build a file lib/stdd= ef.h at=20 all? If not, why not? If so, what does lib/stddef.h contain? From debbugs-submit-bounces@debbugs.gnu.org Thu May 25 03:45:00 2017 Received: (at 26735) by debbugs.gnu.org; 25 May 2017 07:45:00 +0000 Received: from localhost ([127.0.0.1]:36867 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dDnS8-0007kq-J1 for submit@debbugs.gnu.org; Thu, 25 May 2017 03:45:00 -0400 Received: from zimbra.cs.ucla.edu ([131.179.128.68]:55020) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dDnS5-0007kY-WE for 26735@debbugs.gnu.org; Thu, 25 May 2017 03:44:58 -0400 Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 18E151600A1; Thu, 25 May 2017 00:44:51 -0700 (PDT) Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id 1nOufcJtgUgm; Thu, 25 May 2017 00:44:49 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id DED7B1600A6; Thu, 25 May 2017 00:44:49 -0700 (PDT) X-Virus-Scanned: amavisd-new at zimbra.cs.ucla.edu Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id p7vbfxBLVyno; Thu, 25 May 2017 00:44:49 -0700 (PDT) Received: from [192.168.1.9] (unknown [47.153.188.248]) by zimbra.cs.ucla.edu (Postfix) with ESMTPSA id C4C851600A1; Thu, 25 May 2017 00:44:49 -0700 (PDT) To: "Stewart, Adam James" From: Paul Eggert Subject: Re: Unable to build emacs with Intel compilers Organization: UCLA Computer Science Department Message-ID: <78b0aa6e-53e1-0c68-7854-2ae874652bb1@cs.ucla.edu> Date: Thu, 25 May 2017 00:44:46 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 26735 Cc: 26735@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) I could not reproduce the problem with the latest GNU Emacs master, compi= ling on=20 Ubuntu 16.04.2 x86-64 using icc (ICC) 17.0.4 20170411. The following simp= le C=20 program: #include max_align_t x; compiles OK if I use "icc -S foo.c". I suspect that it does not compile w= ith=20 your older icc setup (you mention that you're using 17.0.2); could you ch= eck this? I did find a couple of unrelated icc-related glitches in other parts of t= he=20 Emacs master, and just now installed fixes for them. So if you have time,= please=20 try the latest Emacs master source code, which you can build as follows: git clone https://git.savannah.gnu.org/git/emacs.git cd emacs ./autogen.sh all ./configure CC=3Dicc make For more details see: http://git.savannah.gnu.org/cgit/emacs.git/tree/CONTRIBUTE If the above doesn't work, I suggest upgrading to the latest icc and tryi= ng=20 again with a fresh copy of the master. From debbugs-submit-bounces@debbugs.gnu.org Thu May 25 03:45:36 2017 Received: (at control) by debbugs.gnu.org; 25 May 2017 07:45:36 +0000 Received: from localhost ([127.0.0.1]:36872 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dDnSh-0007mM-SW for submit@debbugs.gnu.org; Thu, 25 May 2017 03:45:36 -0400 Received: from zimbra.cs.ucla.edu ([131.179.128.68]:55062) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dDnSf-0007m7-1W for control@debbugs.gnu.org; Thu, 25 May 2017 03:45:33 -0400 Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id A7BB81600A1 for ; Thu, 25 May 2017 00:45:27 -0700 (PDT) Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id wV_0BY2w9bM9 for ; Thu, 25 May 2017 00:45:27 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 0D49A1600A6 for ; Thu, 25 May 2017 00:45:27 -0700 (PDT) X-Virus-Scanned: amavisd-new at zimbra.cs.ucla.edu Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id wBw1029JySAk for ; Thu, 25 May 2017 00:45:26 -0700 (PDT) Received: from [192.168.1.9] (unknown [47.153.188.248]) by zimbra.cs.ucla.edu (Postfix) with ESMTPSA id E76FC1600A1 for ; Thu, 25 May 2017 00:45:26 -0700 (PDT) To: control@debbugs.gnu.org From: Paul Eggert Subject: 26735 needs more info Organization: UCLA Computer Science Department Message-ID: <5d84c250-b689-b109-3860-1892084d0cc9@cs.ucla.edu> Date: Thu, 25 May 2017 00:45:26 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) tags 26735 moreinfo From debbugs-submit-bounces@debbugs.gnu.org Mon May 29 16:50:20 2017 Received: (at 26735-done) by debbugs.gnu.org; 29 May 2017 20:50:20 +0000 Received: from localhost ([127.0.0.1]:43853 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dFRcI-0000jO-AH for submit@debbugs.gnu.org; Mon, 29 May 2017 16:50:20 -0400 Received: from zimbra.cs.ucla.edu ([131.179.128.68]:45166) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dFRcG-0000jB-9S for 26735-done@debbugs.gnu.org; Mon, 29 May 2017 16:50:16 -0400 Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 53D12160077; Mon, 29 May 2017 13:50:10 -0700 (PDT) Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id hBYiur4Bd385; Mon, 29 May 2017 13:50:09 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 9D9031600C6; Mon, 29 May 2017 13:50:09 -0700 (PDT) X-Virus-Scanned: amavisd-new at zimbra.cs.ucla.edu Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id SLP4Xb3yq-fU; Mon, 29 May 2017 13:50:09 -0700 (PDT) Received: from [192.168.1.9] (unknown [47.153.188.248]) by zimbra.cs.ucla.edu (Postfix) with ESMTPSA id 81982160077; Mon, 29 May 2017 13:50:09 -0700 (PDT) To: "Stewart, Adam James" From: Paul Eggert Subject: Re: Unable to build emacs with Intel compilers Organization: UCLA Computer Science Department Message-ID: <4cb611cf-d8f7-5689-164f-7bd48569f486@cs.ucla.edu> Date: Mon, 29 May 2017 13:50:09 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 26735-done Cc: 26735-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) I managed to obtain a copy of icc (ICC) 17.0.2 20170213, the same version= in the=20 original bug report, and could not reproduce the bug when building Emacs = 25.2 on=20 Ubuntu 16.04.2 LTS x86-65. icc's stddef.h defines max_align_t inside this nested #if: #if __STDC_VERSION__ >=3D 201112L || __cplusplus >=3D 201103L #if !defined(__CLANG_MAX_ALIGN_T_DEFINED) /* || __has_feature(modules) */ #ifndef _MSC_VER Possibly the original bug occurred when configuring with __STDC_VERSION__= equal=20 to 201112, and building with __STDC_VERSION__ equal to some lower value, = which=20 is not something that is supposed to work in general. Or possibly there w= as a=20 file lib/stddef.h left over from a previous build with some other compile= r.=20 Anyway, as this bug report looks like a false alarm and is not being foll= owed up=20 on, I'm taking the liberty of closing it. We can reopen it later if I was= too hasty. From unknown Fri Jun 13 10:22:50 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 27 Jun 2017 11:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator