aboutsummaryrefslogtreecommitdiffstats
path: root/test/regression/Makefile
diff options
context:
space:
mode:
authorJacques-Henri Jourdan <jacques-henri.jourdan@inria.fr>2015-09-30 18:41:50 +0200
committerJacques-Henri Jourdan <jacques-henri.jourdan@inria.fr>2015-09-30 18:41:50 +0200
commit504228b1f7b875550eae9e3782a5f2c1033b0233 (patch)
treef3e5121f9694fb57974697475f88361b42da8330 /test/regression/Makefile
parentc212ab7a8adea516db72f17d818393629dbde1b3 (diff)
downloadcompcert-504228b1f7b875550eae9e3782a5f2c1033b0233.tar.gz
compcert-504228b1f7b875550eae9e3782a5f2c1033b0233.zip
Fixed a few bugs in the pre parser. In particular, the following code
was not parsed correctly: typedef int a; int f() { for(int a; ;) if(1); a * x; } Additionnaly, I tried to add some comments in the pre-parser code, especially for the different hacks used to solve various conflicts.
Diffstat (limited to 'test/regression/Makefile')
-rw-r--r--test/regression/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/regression/Makefile b/test/regression/Makefile
index 2f70c63a..6ef44b78 100644
--- a/test/regression/Makefile
+++ b/test/regression/Makefile
@@ -17,7 +17,8 @@ TESTS=int32 int64 floats floats-basics \
volatile1 volatile2 volatile3 \
funct3 expr5 struct7 struct8 struct11 struct12 casts1 casts2 char1 \
sizeof1 sizeof2 binops bool for1 switch switch2 compound \
- decl1 interop1 bitfields9 ptrs3
+ decl1 interop1 bitfields9 ptrs3 \
+ parsing
# Can run, but only in compiled mode, and have reference output in Results