summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 606ee86..d02866a 100644
--- a/Changelog
+++ b/Changelog
@@ -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