Fix declarations in some tests.
authorBernd Schmidt <bernds@codesourcery.com>
Thu, 11 Sep 2014 09:07:23 +0000 (09:07 +0000)
committerBernd Schmidt <bernds@gcc.gnu.org>
Thu, 11 Sep 2014 09:07:23 +0000 (09:07 +0000)
* gcc.dg/compat/struct-by-value-13_main.c (struct_by_value_13_x):
Fix declaration.
* gcc.dg/compat/struct-by-value-16a_main.c (struct_by_value_16a_x):
Fix declaration.
* gcc.dg/compat/struct-by-value-17a_main.c (struct_by_value_17a_x):
Fix declaration.
* gcc.dg/compat/struct-by-value-18a_main.c (struct_by_value_18a_x):
Fix declaration.

From-SVN: r215158

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/compat/struct-by-value-13_main.c
gcc/testsuite/gcc.dg/compat/struct-by-value-16a_main.c
gcc/testsuite/gcc.dg/compat/struct-by-value-17a_main.c
gcc/testsuite/gcc.dg/compat/struct-by-value-18a_main.c

index 1432e77f73f0bc70f3435424b6c0681a1deb4fb9..d83fee53dd250d8ee46503c732775b99e0d4a256 100644 (file)
@@ -1,3 +1,14 @@
+2014-09-11  Bernd Schmidt  <bernds@codesourcery.com>
+
+        * gcc.dg/compat/struct-by-value-13_main.c (struct_by_value_13_x):
+        Fix declaration.
+        * gcc.dg/compat/struct-by-value-16a_main.c (struct_by_value_16a_x):
+        Fix declaration.
+        * gcc.dg/compat/struct-by-value-17a_main.c (struct_by_value_17a_x):
+        Fix declaration.
+        * gcc.dg/compat/struct-by-value-18a_main.c (struct_by_value_18a_x):
+        Fix declaration.
+
 2014-09-10  Jan Hubicka  <hubicka@ucw.cz>
 
        PR tree-optimization/63186
index b853bb88eee1e5e3798a33ed498e13b0e64629fe..41f492767e96ac48ef4b3e5b382152a7821b7a73 100644 (file)
@@ -2,7 +2,7 @@
    variable-length argument lists.  All struct members are type
    _Complex int.  */
 
-extern void struct_by_value_l3_x (void);
+extern void struct_by_value_13_x (void);
 extern void exit (int);
 int fails;
 
index 6a71d15b8ec71a156b081458fe2e401054453708..1520e945847c4774c3c54ffda4d6898992d82015 100644 (file)
@@ -1,14 +1,14 @@
-/* Test structures passed by value, including to a function with a\r
-   variable-length argument lists.  All struct members are of type\r
-   _Complex float.  */\r
-\r
-extern void struct_by_value_16_x (void);\r
-extern void exit (int);\r
-int fails;\r
-\r
-int\r
-main ()\r
-{\r
-  struct_by_value_16a_x ();\r
-  exit (0);\r
-}\r
+/* Test structures passed by value, including to a function with a
+   variable-length argument lists.  All struct members are of type
+   _Complex float.  */
+
+extern void struct_by_value_16a_x (void);
+extern void exit (int);
+int fails;
+
+int
+main ()
+{
+  struct_by_value_16a_x ();
+  exit (0);
+}
index 1db00215f2c97a1eefc57828a4772e6797a784f6..f5baefc26964ddbc12844fac42db60b642c3ce69 100644 (file)
@@ -2,7 +2,7 @@
    variable-length argument lists.  All struct members are of type
    _Complex double.  */
 
-extern void struct_by_value_17_x (void);
+extern void struct_by_value_17a_x (void);
 extern void exit (int);
 int fails;
 
index 5b9dfd983b4e97018bcf5f7c2eeaa2f1e72a667a..ce7edfbd34ccee634e9d97c896a9ec700548f3cb 100644 (file)
@@ -1,14 +1,14 @@
-/* Test structures passed by value, including to a function with a\r
-   variable-length argument lists.  All struct members are of type\r
-   _Complex long double.  */\r
-\r
-extern void struct_by_value_18_x (void);\r
-extern void exit (int);\r
-int fails;\r
-\r
-int\r
-main ()\r
-{\r
-  struct_by_value_18a_x ();\r
-  exit (0);\r
-}\r
+/* Test structures passed by value, including to a function with a
+   variable-length argument lists.  All struct members are of type
+   _Complex long double.  */
+
+extern void struct_by_value_18a_x (void);
+extern void exit (int);
+int fails;
+
+int
+main ()
+{
+  struct_by_value_18a_x ();
+  exit (0);
+}