struct-by-value-17a_main.c: Remove duplicated code.
authorH.J. Lu <hongjiu.lu@intel.com>
Thu, 3 Jul 2008 12:19:37 +0000 (12:19 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Thu, 3 Jul 2008 12:19:37 +0000 (05:19 -0700)
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

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/compat/struct-by-value-17a_main.c

index a511bfd2bed12379fc95c019e930b13bd5a584a0..8cbba25332a803e993ec2ff695d393d1325b288a 100644 (file)
@@ -1,3 +1,8 @@
+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>
 
index 09746a9d67b8edb1fafe36b93dbf6ee23b5a57d8..1db00215f2c97a1eefc57828a4772e6797a784f6 100644 (file)
@@ -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);
-}