aboutsummaryrefslogtreecommitdiffstats
path: root/test/regression/Makefile
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>2016-06-24 15:07:00 +0200
committerXavier Leroy <xavier.leroy@inria.fr>2016-06-24 15:07:00 +0200
commit096a6e38665392d1de16a3059d73ed77e32045a5 (patch)
tree57258ac54c6a3a55a710303e7f1a77a532ad75e9 /test/regression/Makefile
parent9b31f673da13a4f4d04d937ac2b9e934c9b8291d (diff)
downloadcompcert-096a6e38665392d1de16a3059d73ed77e32045a5.tar.gz
compcert-096a6e38665392d1de16a3059d73ed77e32045a5.zip
Revised handling of old-style, K&R function definitions
This commits handles the case where the argument is passed with a type different from the actual type of the argument, as in float f (x) float x; { return x; } "x" is passed with type "double", and must be converted to "float" at the beginning of the function.
Diffstat (limited to 'test/regression/Makefile')
-rw-r--r--test/regression/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regression/Makefile b/test/regression/Makefile
index 6ef44b78..335a136b 100644
--- a/test/regression/Makefile
+++ b/test/regression/Makefile
@@ -18,7 +18,7 @@ TESTS=int32 int64 floats floats-basics \
funct3 expr5 struct7 struct8 struct11 struct12 casts1 casts2 char1 \
sizeof1 sizeof2 binops bool for1 switch switch2 compound \
decl1 interop1 bitfields9 ptrs3 \
- parsing
+ parsing krfun
# Can run, but only in compiled mode, and have reference output in Results