From 2f2ea326120e2254a8f83ed64d7e63522c58315a Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Sun, 4 Jul 1999 22:16:22 +0000 Subject: [PATCH] * g++.old-deja/g++.other/null1.C: Define l for 64bit hosts. From-SVN: r27940 --- gcc/testsuite/ChangeLog | 4 ++++ gcc/testsuite/g++.old-deja/g++.other/null1.C | 3 +++ 2 files changed, 7 insertions(+) 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 -- 2.30.2