aboutsummaryrefslogtreecommitdiffstats
path: root/test/regression/Results/volatile2
diff options
context:
space:
mode:
authorxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2010-03-28 11:23:02 +0000
committerxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2010-03-28 11:23:02 +0000
commit939d3effd3f63e5a51d6bf0a6cf36e6ab82aac70 (patch)
tree823c67fe274343ed527e4bcc8b905e8e81096c39 /test/regression/Results/volatile2
parent9f95f9d59057ac914efe982aa501c6deeb241988 (diff)
downloadcompcert-939d3effd3f63e5a51d6bf0a6cf36e6ab82aac70.tar.gz
compcert-939d3effd3f63e5a51d6bf0a6cf36e6ab82aac70.zip
Extra volatile test
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1297 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'test/regression/Results/volatile2')
-rw-r--r--test/regression/Results/volatile214
1 files changed, 14 insertions, 0 deletions
diff --git a/test/regression/Results/volatile2 b/test/regression/Results/volatile2
new file mode 100644
index 00000000..5f888741
--- /dev/null
+++ b/test/regression/Results/volatile2
@@ -0,0 +1,14 @@
+signed char 1: OK
+signed char 2: OK
+unsigned char 1: OK
+unsigned char 2: OK
+signed short 1: OK
+signed short 2: OK
+unsigned short 1: OK
+unsigned short 2: OK
+int 1: OK
+int 2: OK
+float 1: OK
+float 2: OK
+double 1: OK
+double 2: OK