From 1b8e228a2c5d8f63ffa28c1fcef68f64a0408900 Mon Sep 17 00:00:00 2001 From: xleroy Date: Wed, 1 Sep 2010 07:08:02 +0000 Subject: Bugs with 1- empty bitfields, 2- anonymous bitfields, 3- result type of reading a small unsigned bitfield git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1496 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- test/regression/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'test/regression/Makefile') diff --git a/test/regression/Makefile b/test/regression/Makefile index 06ad9efe..44e1718e 100644 --- a/test/regression/Makefile +++ b/test/regression/Makefile @@ -8,6 +8,7 @@ LIBS=$(LIBMATH) # Can run and have reference output in Results TESTS=bitfields1 bitfields2 bitfields3 bitfields4 \ + bitfields5 bitfields6 \ expr1 initializers volatile2 \ funct3 expr5 struct7 struct8 casts1 casts2 -- cgit