diff options
author | xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e> | 2013-12-28 10:20:50 +0000 |
---|---|---|
committer | xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e> | 2013-12-28 10:20:50 +0000 |
commit | c167c00901b85bd4e66447958a10df612d17ea00 (patch) | |
tree | 2533c4f8dcee125537f149a0c6a2d885ef35c24b /Changelog | |
parent | de0ae111b043a473d78b510364d9447cf54fed27 (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-- | Changelog | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 ======================= |