diff options
author | xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e> | 2013-12-21 17:08:16 +0000 |
---|---|---|
committer | xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e> | 2013-12-21 17:08:16 +0000 |
commit | 9fb435abe98f358b1dde5de6604663a176634e53 (patch) | |
tree | eb03b7eaee9439560cb51cff176cfbb3e6813df6 /Changelog | |
parent | 1cd385f3b354a78ae8d02333f40cd065073c9b19 (diff) |
Revised parsing of command-line options, more GCC-like.
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2384 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ - New optimization: removal of partially dead code. - A "default" case can now appear anywhere in a "switch", not just as the last case. +- Revised parsing of command-line options, more GCC-like. Release 2.1, 2013-10-28 ======================= |