summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2013-12-28 10:20:50 +0000
committerGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2013-12-28 10:20:50 +0000
commitc167c00901b85bd4e66447958a10df612d17ea00 (patch)
tree2533c4f8dcee125537f149a0c6a2d885ef35c24b /Changelog
parentde0ae111b043a473d78b510364d9447cf54fed27 (diff)
More tolerance for functions declared without a prototype
(option -funprototyped, on by default). Error if call to vararg function and -fvararg-calls is off. git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2389 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog4
1 files changed, 3 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index d25e5a1..16e8beb 100644
--- a/Changelog
+++ b/Changelog
@@ -14,7 +14,9 @@
the last case.
- Revised parsing of command-line options, more GCC-like.
- Simpler and more robust handling of calls to variadic functions.
-
+- More tolerance for functions declared without a prototype
+ (option -funprototyped, on by default).
+
Release 2.1, 2013-10-28
=======================