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/Results/bitfields5 | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test/regression/Results/bitfields5 (limited to 'test/regression/Results/bitfields5') diff --git a/test/regression/Results/bitfields5 b/test/regression/Results/bitfields5 new file mode 100644 index 00000000..1734b083 --- /dev/null +++ b/test/regression/Results/bitfields5 @@ -0,0 +1,2 @@ +f0 = 1, f1 = 2, f2 = 3, second = 3 +f0 = 123, f1 = 4, f2 = 56, second = 56 -- cgit