From 507e6c242ced3c7f083edc1657092c9ff7a9c8f2 Mon Sep 17 00:00:00 2001 From: xleroy Date: Sat, 16 Apr 2011 09:16:26 +0000 Subject: cparser/Elab: __attribute, not attribute ia32/PrintAsm: wrong section name regression: added test attribs1 git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1636 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- test/regression/Results/attribs1 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test/regression/Results/attribs1 (limited to 'test/regression/Results') diff --git a/test/regression/Results/attribs1 b/test/regression/Results/attribs1 new file mode 100644 index 00000000..e9954741 --- /dev/null +++ b/test/regression/Results/attribs1 @@ -0,0 +1,4 @@ +Address of a = 0 mod 16 +Address of b = 0 mod 8 +Delta d - c = 4 +Delta f - e = 4 -- cgit