summaryrefslogtreecommitdiff
path: root/test/regression
diff options
context:
space:
mode:
authorGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2011-05-23 07:43:21 +0000
committerGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2011-05-23 07:43:21 +0000
commit5b9d443a3a7f1be0e229bfc424dc857f080ef485 (patch)
tree3d31b3e5df6861b5e4f538b0457880b129b8e5dd /test/regression
parent6507802928d50f97511c2cb8bca5c9bb389385e1 (diff)
Nicer printing of annotations.
ia32: support builtins for reversed reads and writes (facilitates testing). git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1655 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'test/regression')
-rw-r--r--test/regression/packedstruct1.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/regression/packedstruct1.c b/test/regression/packedstruct1.c
index 01f6b46..1bde780 100644
--- a/test/regression/packedstruct1.c
+++ b/test/regression/packedstruct1.c
@@ -42,11 +42,7 @@ void test2(void)
/* Now with byte-swapped fields */
-#if defined(__COMPCERT__) && defined(_ARCH_PPC)
#pragma pack(1,1,1)
-#else
-#pragma pack(1,1,0)
-#endif
struct s3 {
unsigned char x;