From: Alexandre Oliva Date: Sun, 4 Jul 1999 22:16:22 +0000 (+0000) Subject: * g++.old-deja/g++.other/null1.C: Define l for 64bit hosts. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2f2ea326120e2254a8f83ed64d7e63522c58315a;p=gcc.git * g++.old-deja/g++.other/null1.C: Define l for 64bit hosts. From-SVN: r27940 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 169fc8e399e..abdd3bc40ad 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +1999-07-05 Alexandre Oliva + + * g++.old-deja/g++.other/null1.C: Define l for 64bit hosts. + 1999-06-29 Nick Clifton * lib/file-format.exp: New file: Move definition of proc diff --git a/gcc/testsuite/g++.old-deja/g++.other/null1.C b/gcc/testsuite/g++.old-deja/g++.other/null1.C index 22d08a40aef..f34407560aa 100644 --- a/gcc/testsuite/g++.old-deja/g++.other/null1.C +++ b/gcc/testsuite/g++.old-deja/g++.other/null1.C @@ -17,6 +17,9 @@ void l(T); template <> void l(int) {} +template <> +void l(long) {} + int main() { int i = NULL; // WARNING - converting NULL to non-pointer type