2008-07-03 H.J. Lu <hongjiu.lu@intel.com>
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 3 Jul 2008 12:19:37 +0000 (12:19 +0000)
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 3 Jul 2008 12:19:37 +0000 (12:19 +0000)
* gcc.dg/compat/struct-by-value-17a_main.c: Remove duplicated
code.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@137417 138bc75d-0d04-0410-961f-82ee72b054a4

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

index a511bfd..8cbba25 100644 (file)
@@ -1,4 +1,9 @@
 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.
index 09746a9..1db0021 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);
-}