aboutsummaryrefslogtreecommitdiffstats
path: root/test/regression
diff options
context:
space:
mode:
authorCyril SIX <cyril.six@kalray.eu>2019-09-25 10:51:04 +0200
committerCyril SIX <cyril.six@kalray.eu>2019-09-25 10:51:04 +0200
commit2e056d91b45d9c2d8302bed201ad3c30b7fc98ed (patch)
tree23d3c4262d4630f040897cd3650324594066e966 /test/regression
parent92cf42b6b710b8c79e69ee0cca7fb3445825df47 (diff)
downloadcompcert-kvx-2e056d91b45d9c2d8302bed201ad3c30b7fc98ed.tar.gz
compcert-kvx-2e056d91b45d9c2d8302bed201ad3c30b7fc98ed.zip
varargs2 now work correctly
Diffstat (limited to 'test/regression')
-rw-r--r--test/regression/Results/varargs2-mppa_k1c11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/regression/Results/varargs2-mppa_k1c b/test/regression/Results/varargs2-mppa_k1c
new file mode 100644
index 00000000..f954927e
--- /dev/null
+++ b/test/regression/Results/varargs2-mppa_k1c
@@ -0,0 +1,11 @@
+An int: 42
+A long long: 123456789012345
+A string: Hello world
+A double: 3.141592654
+A mixture: x & Hello, world! & 42 & 123456789012345 & 3.141592654 & 2.718281746
+Twice: -1 1.23
+Twice: -1 1.23
+With va_copy: -1 1.23
+With va_copy: -1 1.23
+With extra args: x & Hello, world! & 42 & 123456789012345 & 3.141592654 & 2.718281746
+va_list compatibility: x & Hello, world! & 42 & 123456789012345 & 3.141592654 & 2.718281746