]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* gcc.dg/compat/fnptr-by-value-1_x.c: Add a prototype for testva.
authorKazu Hirata <kazu@cs.umass.edu>
Fri, 4 Jul 2003 16:44:37 +0000 (16:44 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Fri, 4 Jul 2003 16:44:37 +0000 (16:44 +0000)
From-SVN: r68923

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/compat/fnptr-by-value-1_x.c

index 9734bdf668af07816b6246ff4f965017c7388c78..8f9b5f557c070ce9f1dc75b8c88e026650483e36 100644 (file)
@@ -1,3 +1,7 @@
+2003-07-04  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * gcc.dg/compat/fnptr-by-value-1_x.c: Add a prototype for testva.
+
 2003-07-04  Danny Smith  <dannysmith@users.sourceforge.net>
 
        PR c++/5287, PR c++/7910,  PR c++/11021
index d6984fc2005d3b383bce40368cfbfde90a76fec9..80f4fbcce1e09c2327d59a1b75ee3a08203ae046 100644 (file)
@@ -23,6 +23,7 @@ extern void test2g (fpi, int, double, fpd);
 extern void test2h (double, fpd, fpi, int);
 extern void test2i (double, fpd, int, fpi);
 extern void test2j (int, double, fpi, fpd);
+extern void testva (int, ...);
 
 int f1_val;
 double f2_val;