summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2014-05-08 07:52:46 +0000
committerGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2014-05-08 07:52:46 +0000
commit329b44b4864eeefb5f935282c3fe6c025bc1c8bc (patch)
tree7d155623b113cd85c309cb9dde6f4d72feed650c /Changelog
parentb4200796aab1ec26288a1376c7dd99c0927b5ee9 (diff)
Fixed regression on initializers of the form T x[N] = "literal";
where T is a typedef for a character type. git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2488 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog9
1 files changed, 9 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 833b9df..3d8bf53 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,12 @@
+Usability:
+- Re-added alternate keywords __restrict, __inline__, etc,
+ for GCC compatibility.
+- Do not assume that the preprocessor removed all comments.
+
+Bug fixing:
+- Fixed regression on initializers of the form T x[N] = "literal";
+ where T is a typedef for a character type.
+
Release 2.3, 2014-05-05
=======================