* g++.old-deja/g++.other/null1.C (g): Add overload for long.

From-SVN: r26873
This commit is contained in:
Richard Henderson 1999-05-10 10:42:01 -07:00 committed by Richard Henderson
parent 9234f99569
commit b6181dbb42
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
1999-05-10 Richard Henderson <rth@cygnus.com>
* g++.old-deja/g++.other/null1.C (g): Add overload for long.
1999-05-10 Craig Burley <craig@jcb-sc.com>
* g77.f-torture/execute/erfc.f: Use small single-precision

View File

@ -3,6 +3,7 @@
#include <cstddef>
void g(int) {}
void g(long) {}
extern void g(void*);
template <int I>