aboutsummaryrefslogtreecommitdiffstats
path: root/test/regression/Results
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>2015-01-23 09:33:59 +0100
committerXavier Leroy <xavier.leroy@inria.fr>2015-01-23 09:33:59 +0100
commitd594c5da5e11fb10775c2b772961b8a2383887c7 (patch)
tree750ed5d4a0829519a258f3c12f7d518e53504487 /test/regression/Results
parent1e97bb4f6297b6fa7949684e522a592aab754d99 (diff)
parent2dd864217cc864d44e828a4d14dd45668e4ab095 (diff)
downloadcompcert-d594c5da5e11fb10775c2b772961b8a2383887c7.tar.gz
compcert-d594c5da5e11fb10775c2b772961b8a2383887c7.zip
Merge branch 'named-structs'
- Switch CompCert C / Clight AST of composite types (structs and unions) from a structural representation to a nominal representation, closer to concrete syntax. - This avoids algorithmic inefficiencies due to the structural representation. - Closes PR#4. - Smallstep: make small-step semantics more polymorphic in the type of the global environment. - Globalenvs: introduce Senv.t (symbol environments) as a restricted view on Genv.t (full global environments). - Events, Smallstep: use Senv instead of Genv to talk about global names.
Diffstat (limited to 'test/regression/Results')
-rw-r--r--test/regression/Results/alignas4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/regression/Results/alignas b/test/regression/Results/alignas
index 1fc87a4c..581a4377 100644
--- a/test/regression/Results/alignas
+++ b/test/regression/Results/alignas
@@ -2,8 +2,8 @@ a: size = 4, alignment = 16, address mod 16 = 0
b: size = 12, alignment = 16, address mod 16 = 0
bb: size = 12, alignment = 16, address mod 16 = 0
c: size = 32, alignment = 16, address mod 16 = 0
-d: size = 32, alignment = 32, address mod 32 = 0
+d: size = 32, alignment = 64, address mod 64 = 0
e: size = 16, alignment = 16, address mod 16 = 0
-f: size = 32, alignment = 32, address mod 32 = 0
+f: size = 16, alignment = 32, address mod 32 = 0
g: size = 96, alignment = 16, address mod 16 = 0
h: size = 192, alignment = 64, address mod 64 = 0