aboutsummaryrefslogtreecommitdiffstats
path: root/test/regression/Results
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@college-de-france.fr>2019-02-12 20:53:17 +0100
committerXavier Leroy <xavierleroy@users.noreply.github.com>2019-02-25 17:15:36 +0100
commitaca94d735e74a0cfbdbebfbc1c81aa03c0a3bdb3 (patch)
tree6ef85c4164be3f5fd68c2e1aada61a67fdba4d55 /test/regression/Results
parentd7dfc21c20f55b705e3e749c2c7b31f9a4611c39 (diff)
downloadcompcert-kvx-aca94d735e74a0cfbdbebfbc1c81aa03c0a3bdb3.tar.gz
compcert-kvx-aca94d735e74a0cfbdbebfbc1c81aa03c0a3bdb3.zip
Add regression test for "aligned" attribute
Expected results were obtained with GCC 5.4 and Clang 8.0
Diffstat (limited to 'test/regression/Results')
-rw-r--r--test/regression/Results/aligned11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/regression/Results/aligned b/test/regression/Results/aligned
new file mode 100644
index 00000000..7a4f7c9f
--- /dev/null
+++ b/test/regression/Results/aligned
@@ -0,0 +1,11 @@
+a: size 1, offset mod 16 = 0
+b: size 3, offset mod 16 = 0
+c: size is that of a pointer, offset mod 16 is good
+d: size 1, offset mod 16 = 0
+f: size is that of a pointer, offset mod 16 is good
+g: size 32, offset mod 16 = 0
+h: size 16, offset mod 16 = 0
+i: size 16, offset mod 16 = 0
+j: size 16, offset mod 16 = 0
+T2: size 112, alignment 16
+T4: size is that of a pointer, alignment is that of a pointer