aboutsummaryrefslogtreecommitdiffstats
path: root/test/regression/volatile2.c
diff options
context:
space:
mode:
authorxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2011-07-28 12:51:16 +0000
committerxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2011-07-28 12:51:16 +0000
commit4af1682d04244bab9f793e00eb24090153a36a0f (patch)
treea9a70d236c06a78aa9b607c6a41e09b80651aa51 /test/regression/volatile2.c
parentd8d1bf1aa09373f64aa1b1e6cdfb914c23a910be (diff)
downloadcompcert-kvx-4af1682d04244bab9f793e00eb24090153a36a0f.tar.gz
compcert-kvx-4af1682d04244bab9f793e00eb24090153a36a0f.zip
Added animation of the CompCert C semantics (ccomp -interp)
test/regression: int main() so that interpretation works Revised once more implementation of __builtin_memcpy (to check for PPC & ARM) git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1688 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'test/regression/volatile2.c')
-rw-r--r--test/regression/volatile2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regression/volatile2.c b/test/regression/volatile2.c
index d83927b2..06086509 100644
--- a/test/regression/volatile2.c
+++ b/test/regression/volatile2.c
@@ -8,7 +8,7 @@
*((ty *) &x) = v2; \
printf("%s 2: %s\n", msg, *((volatile ty *) &x) == v2 ? "OK" : "FAILED");
-int main(int argc, char ** argv)
+int main()
{
signed char sc;
unsigned char uc;