From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/6133 Path: news.gmane.org!not-for-mail From: Szabolcs Nagy Newsgroups: gmane.linux.lib.musl.general Subject: _Alignas in i386/bits/alltypes.h.in Date: Wed, 10 Sep 2014 17:22:20 +0200 Message-ID: <20140910152220.GB21835@port70.net> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1410362562 18073 80.91.229.3 (10 Sep 2014 15:22:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 10 Sep 2014 15:22:42 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-6146-gllmg-musl=m.gmane.org@lists.openwall.com Wed Sep 10 17:22:35 2014 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1XRjj8-0001DV-NC for gllmg-musl@plane.gmane.org; Wed, 10 Sep 2014 17:22:34 +0200 Original-Received: (qmail 21831 invoked by uid 550); 10 Sep 2014 15:22:32 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 21823 invoked from network); 10 Sep 2014 15:22:32 -0000 Mail-Followup-To: musl@lists.openwall.com Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) Xref: news.gmane.org gmane.linux.lib.musl.general:6133 Archived-At: _Alignas usage in the definition of max_align_t is visible in stddef.h when __cplusplus >= 201103L there should be a #if __cplusplus >= 201103L #define _Alignas alignas #endif somewhere, or use alignas ifdef __cpluslpus in alltypes it may be reasonable to define _Alignas and _Noreturn in features.h to the c++11 equivalents in c++ mode