mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-24 21:36:24 +08:00
* gcc.dg/compat/fnptr-by-value-1_x.c: Add a prototype for testva.
From-SVN: r68923
This commit is contained in:
parent
10ef4e2e3f
commit
ae81000a69
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user