* g++.old-deja/g++.other/null1.C: Define l<long> for 64bit hosts.
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Sun, 4 Jul 1999 22:16:22 +0000 (22:16 +0000)
committerAlexandre Oliva <oliva@gcc.gnu.org>
Sun, 4 Jul 1999 22:16:22 +0000 (22:16 +0000)
From-SVN: r27940

gcc/testsuite/ChangeLog
gcc/testsuite/g++.old-deja/g++.other/null1.C

index 169fc8e399ec4884da7777cf36c0f34872c864c3..abdd3bc40ad6cfe39e8782830bc8a3a6a0590469 100644 (file)
@@ -1,3 +1,7 @@
+1999-07-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
+
+       * g++.old-deja/g++.other/null1.C: Define l<long> for 64bit hosts.
+
 1999-06-29  Nick Clifton  <nickc@cygnus.com>
 
        * lib/file-format.exp: New file: Move definition of proc 
index 22d08a40aefa267a75505f619686118c456aaa6f..f34407560aa1f304cb60916a1f1d4c1d94348d34 100644 (file)
@@ -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