aboutsummaryrefslogtreecommitdiffstats
path: root/test/regression/Results/packedstruct1-32
diff options
context:
space:
mode:
Diffstat (limited to 'test/regression/Results/packedstruct1-32')
-rw-r--r--test/regression/Results/packedstruct1-3212
1 files changed, 12 insertions, 0 deletions
diff --git a/test/regression/Results/packedstruct1-32 b/test/regression/Results/packedstruct1-32
index e4bca769..e7d1c296 100644
--- a/test/regression/Results/packedstruct1-32
+++ b/test/regression/Results/packedstruct1-32
@@ -1,25 +1,37 @@
sizeof(struct s1) = 14
+precomputed sizeof(struct s1) = 14
offsetof(x) = 0, offsetof(y) = 2, offsetof(z) = 6
+precomputed offsetof(x) = 0, offsetof(y) = 2, offsetof(z) = 6
s1 = {x = 123, y = -456, z = 3.14159}
sizeof(struct s2) = 16
+precomputed sizeof(struct s2) = 16
&s2 mod 16 = 0
offsetof(x) = 0, offsetof(y) = 2, offsetof(z) = 6
+precomputed offsetof(x) = 0, offsetof(y) = 2, offsetof(z) = 6
s2 = {x = 57, y = -456, z = 3.14159}
sizeof(struct s3) = 31
+precomputed sizeof(struct s3) = 31
offsetof(s) = 29
+precomputed offsetof(s) = 29
s3 = {x = 123, y = 45678, z = 2147483649, v = -456, w = -1234567, p is ok, t = {111,222,333}, s = {'o','k'}}
sizeof(struct s4) = 16
+precomputed sizeof(struct s4) = 16
offsetof(x) = 0, offsetof(y) = 4, offsetof(z) = 8
+precomputed offsetof(x) = 0, offsetof(y) = 4, offsetof(z) = 8
s4 = {x = 123, y = -456, z = 3.14159}
sizeof(struct s5) = 14
+precomputed sizeof(struct s5) = 14
offsetof(x) = 0, offsetof(y) = 2, offsetof(z) = 6
+precomputed offsetof(x) = 0, offsetof(y) = 2, offsetof(z) = 6
s5 = {x = 123, y = -456, z = 3.14159}
sizeof(struct s6) = 14
+precomputed sizeof(struct s6) = 14
offsetof(x) = 0, offsetof(y) = 2, offsetof(z) = 6
+precomputed offsetof(x) = 0, offsetof(y) = 2, offsetof(z) = 6
s62 = {x = 123, y = -456, z = 3.14159}