aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8.1/gcc/testsuite/gcc.dg/compat/struct-layout-1_x2.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8.1/gcc/testsuite/gcc.dg/compat/struct-layout-1_x2.h')
-rw-r--r--gcc-4.8.1/gcc/testsuite/gcc.dg/compat/struct-layout-1_x2.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/gcc-4.8.1/gcc/testsuite/gcc.dg/compat/struct-layout-1_x2.h b/gcc-4.8.1/gcc/testsuite/gcc.dg/compat/struct-layout-1_x2.h
deleted file mode 100644
index 907a2c959..000000000
--- a/gcc-4.8.1/gcc/testsuite/gcc.dg/compat/struct-layout-1_x2.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#undef F
-#undef N
-#undef B
-#undef TX
-#define F(n, x, v, w) \
- if (arg.x != s##n.x) FAIL (n, 30);
-#define N(n, x)
-#define B(n, x, v, w) \
- if (arg.x != s##n.x) FAIL (n, 30);
-#define TX(n, type, attrs, fields, ops) \
-void checkx##n (type S##n arg) \
-{ \
- ops \
-}