From 60b6624ae2b28ebe9fb30c2aa6115e4d5c1ab436 Mon Sep 17 00:00:00 2001 From: xleroy Date: Sat, 26 Nov 2011 15:40:57 +0000 Subject: cparser/*: refactoring of the expansion of read-modify-write operators cparser/PackedStructs: treat r-m-w operations over byte-swapped fields cparser/PackedStructs: allow static initialization of packed structs test/regression: more packedstruct tests git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1738 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- test/regression/Results/packedstruct2 | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/regression/Results/packedstruct2 (limited to 'test/regression/Results/packedstruct2') diff --git a/test/regression/Results/packedstruct2 b/test/regression/Results/packedstruct2 new file mode 100644 index 00000000..360a5c6c --- /dev/null +++ b/test/regression/Results/packedstruct2 @@ -0,0 +1,6 @@ +s1 = {x = 2345, y = -12345678, z = 'x'} + +s3 = {x = 42, y = 123, z = 456789, v = -333, w = -314159, p is ok, t = {111,222,333}, s = {'o','k'}} + +s4 = {x = 123, y = -456789, z = 3.14159} + -- cgit