Commit ae81000a by Kazu Hirata Committed by Kazu Hirata

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

From-SVN: r68923
parent 10ef4e2e
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
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment