Hi Honggyu, On 16/03/15 00:53, Honggyu Kim wrote:
new file mode 100644
index 0000000..3790764
--- /dev/null
+++ b/gcc/testsuite/gcc.dg/pr65358.c
@@ -0,0 +1,33 @@
+/* { dg-do run */
Forgot to close the brace here after 'run'Dejagnu happily ignores that and transforms this into a compile-only testcase
without that. Otherwise looks good to me. Kyrill
+/* { dg-options "-O2" } */
+
+struct pack
+{
+ int fine;
+ int victim;
+ int killer;
+};
+
