summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2013-02-24 09:01:28 +0000
committerGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2013-02-24 09:01:28 +0000
commit202bc495442a1a8fa184b73ac0063bdbbbcdf846 (patch)
tree46c6920201b823bf47252bc52864b0bf60f3233e /Changelog
parentf774d5f2d604f747e72e2d3bb56cc3f90090e2dd (diff)
Constant propagation within __builtin_annot.
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2126 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog4
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 243cdff..cfb516d 100644
--- a/Changelog
+++ b/Changelog
@@ -10,6 +10,10 @@ Development version
- Comparisons involving pointers "one past" the end of a block are
now defined. (They used to be undefined behavior.)
(Contributed by Robbert Krebbers).
+- Arguments to __builtin_annot() that are compile-time constants
+ are now replaced by their (integer or float) value in the annotation
+ generated in the assembly file.
+
Release 1.12.1, 2013-01-29
==========================