Commit b6181dbb by Richard Henderson Committed by Richard Henderson

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

From-SVN: r26873
parent 9234f995
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
......
......@@ -3,6 +3,7 @@
#include <cstddef>
void g(int) {}
void g(long) {}
extern void g(void*);
template <int I>
......
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