From c167c00901b85bd4e66447958a10df612d17ea00 Mon Sep 17 00:00:00 2001 From: xleroy Date: Sat, 28 Dec 2013 10:20:50 +0000 Subject: 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 --- Changelog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Changelog') 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 ======================= -- cgit v1.2.3