From: Richard Henderson Date: Mon, 10 May 1999 17:42:01 +0000 (-0700) Subject: * g++.old-deja/g++.other/null1.C (g): Add overload for long. X-Git-Tag: prereleases/gcc-2.95-test~533 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6181dbb4271c8b5346288c6ca9d17418120ac26;p=thirdparty%2Fgcc.git * g++.old-deja/g++.other/null1.C (g): Add overload for long. From-SVN: r26873 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 8f47a2272ccc..ad7617cf7751 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +1999-05-10 Richard Henderson + + * g++.old-deja/g++.other/null1.C (g): Add overload for long. + 1999-05-10 Craig Burley * g77.f-torture/execute/erfc.f: Use small single-precision diff --git a/gcc/testsuite/g++.old-deja/g++.other/null1.C b/gcc/testsuite/g++.old-deja/g++.other/null1.C index 1c72d1cf8f80..22d08a40aefa 100644 --- a/gcc/testsuite/g++.old-deja/g++.other/null1.C +++ b/gcc/testsuite/g++.old-deja/g++.other/null1.C @@ -3,6 +3,7 @@ #include void g(int) {} +void g(long) {} extern void g(void*); template