Commit 2f2ea326 by Alexandre Oliva Committed by Alexandre Oliva

* g++.old-deja/g++.other/null1.C: Define l<long> for 64bit hosts.

From-SVN: r27940
parent 84aefe8e
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
......
......@@ -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
......
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