From 916bfc0c4f2a025e9aa642cf616cd8c6ace4ec70 Mon Sep 17 00:00:00 2001 From: Xavier Leroy Date: Tue, 28 Apr 2015 13:16:03 +0200 Subject: Bitfield improvements continued: perform bitfield expansion before unblocking; improve translation of bitfield initializers and compound literals. --- test/regression/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/regression/Makefile') diff --git a/test/regression/Makefile b/test/regression/Makefile index 1ffe586c..94c212d2 100644 --- a/test/regression/Makefile +++ b/test/regression/Makefile @@ -17,7 +17,7 @@ TESTS=int32 int64 floats floats-basics \ volatile1 volatile2 volatile3 \ funct3 expr5 struct7 struct8 struct11 casts1 casts2 char1 \ sizeof1 sizeof2 binops bool for1 switch switch2 compound \ - decl1 interop1 + decl1 interop1 bitfields9 # Can run, but only in compiled mode, and have reference output in Results -- cgit