* gcc.dg/compat/fnptr-by-value-1_x.c: Add a prototype for testva.

From-SVN: r68923
This commit is contained in:
Kazu Hirata 2003-07-04 16:44:37 +00:00 committed by Kazu Hirata
parent 10ef4e2e3f
commit ae81000a69
2 changed files with 5 additions and 0 deletions

View 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

View 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;