From a6c369cbd63996c1571ae601b7d92070f024b22c Mon Sep 17 00:00:00 2001 From: xleroy Date: Sat, 5 Oct 2013 08:11:34 +0000 Subject: Merge of the "alignas" branch. git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2342 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- Changelog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Changelog') diff --git a/Changelog b/Changelog index abc016a..e53b46c 100644 --- a/Changelog +++ b/Changelog @@ -15,6 +15,11 @@ Development trunk: - PowerPC: more efficient implementation of division on 64-bit integers. - Minor simplifications in the generic solvers for dataflow analysis. - Small improvements in compilation times for the register allocation pass. +- Support for _Alignas(N) attribute from ISO C 2011. +- Revised implementation of packed structs, taking advantage of _Alignas. +- Suppressed the pragma "packed", replaced by a struct-level attribute + __packed__(params) or __attribute__(packed(params)). +- Fixed compile-time error when assigning a long long RHS to a bitfield. Release 2.0, 2013-06-21 -- cgit v1.2.3