aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8.1/gcc/testsuite/gcc.dg/lto/pr28712_1.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8.1/gcc/testsuite/gcc.dg/lto/pr28712_1.c')
-rw-r--r--gcc-4.8.1/gcc/testsuite/gcc.dg/lto/pr28712_1.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/gcc-4.8.1/gcc/testsuite/gcc.dg/lto/pr28712_1.c b/gcc-4.8.1/gcc/testsuite/gcc.dg/lto/pr28712_1.c
deleted file mode 100644
index 8a322457f..000000000
--- a/gcc-4.8.1/gcc/testsuite/gcc.dg/lto/pr28712_1.c
+++ /dev/null
@@ -1,12 +0,0 @@
-/* PR c/28712 */
-struct A;
-
-extern struct A *a;
-
-struct A { } __attribute__((packed));
-
-struct B __attribute__((aligned (sizeof (int))));
-
-extern struct B *b;
-
-struct B { int i; } __attribute__((packed));