Commit dbcc3274 by H.J. Lu Committed by H.J. Lu

struct-by-value-17a_main.c: Remove duplicated code.

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
parent 192f2d33
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>
* gcc.target/i386/float128-1.c: New.
......
......@@ -12,17 +12,3 @@ main ()
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);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment