diff options
author | xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e> | 2014-02-16 07:50:21 +0000 |
---|---|---|
committer | xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e> | 2014-02-16 07:50:21 +0000 |
commit | 9aeba45962e8ba5cde5d81fb701a4c9a3963f4a5 (patch) | |
tree | 05530f4ab9da6f63eaf375ea01d726a3385d78a2 | |
parent | c5f12d3927812a2485f06fab2c286de122ba361c (diff) |
Update for 2.2, continued
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2409 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
-rw-r--r-- | Changelog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -45,6 +45,8 @@ Usability: - Revised parsing of command-line arguments to be closer to GCC and Clang. In particular, "ccomp -c foo.c -o obj/foo.o" now works as expected, instead of ignoring the "-o" option as in earlier CompCert versions. +- Recognize input files ending in .i and .p as C source files that + must not be preprocessed. - Warn for uses of the following GCC extensions to ISO C: zero-sized arrays, empty structs/unions, empty initializer braces. - Option "-fno-fpu" to prevent the use of FP registers for some |