summaryrefslogtreecommitdiff
path: root/test/regression
diff options
context:
space:
mode:
authorGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2012-02-22 14:05:47 +0000
committerGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2012-02-22 14:05:47 +0000
commite1030852452c9e59045806d3306bffb14742da3b (patch)
tree075dc8dedbeaa40aab5737045950c46136bcacf5 /test/regression
parent902c3f9defe6599c20c74cf0af646e270fe91122 (diff)
Simplified and cleaned up the passing of information from C2C to PrintAsm, as well as the handling of sections.
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1822 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'test/regression')
-rw-r--r--test/regression/pragmas.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/regression/pragmas.c b/test/regression/pragmas.c
index 36361cd..bc47dbb 100644
--- a/test/regression/pragmas.c
+++ b/test/regression/pragmas.c
@@ -45,6 +45,7 @@ const char t[5][5] = { 1, 2, 3 };
double h(int n)
{
+ w[0] --;
w[n] ++;
return v;
}