2008-07-03 H.J. Lu <hongjiu.lu@intel.com>
* gcc.dg/compat/struct-by-value-17a_main.c: Remove duplicated
code.
From-SVN: r137417
+2008-07-03 H.J. Lu <hongjiu.lu@intel.com>
+
+ * gcc.dg/compat/struct-by-value-17a_main.c: Remove duplicated
+ code.
+
2008-07-03 H.J. Lu <hongjiu.lu@intel.com>
Uros Bizjak <ubizjak@gmail.com>
struct_by_value_17a_x ();
exit (0);
}
-/* Test structures passed by value, including to a function with a
- variable-length argument lists. All struct members are of type
- _Complex double. */
-
-extern void struct_by_value_17_x (void);
-extern void exit (int);
-int fails;
-
-int
-main ()
-{
- struct_by_value_17a_x ();
- exit (0);
-}