Commit cc6ecc6a by Nathan Sidwell Committed by Nathan Sidwell

* g++.old-deja/g++.ns/koenig8.C: New test.

From-SVN: r31239
parent f0b9bc6c
2000-01-05 Nathan Sidwell <nathan@acm.org>
* g++.old-deja/g++.ns/koenig8.C: New test.
2000-01-05 Nathan Sidwell <nathan@acm.org>
* g++.old-deja/g++.other/cast4.C: New test.
Wed Jan 5 00:26:20 2000 Jeffrey A Law (law@cygnus.com)
......
// Build don't link:
// Copyright (C) 1999 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 15 Dec 1999 <nathan@acm.org>
// caused an ICE determining whether to perform Koenig lookup
// when checking is enabled
template<class T> void Zap (T);
void V3 ()
{
Zap (1);
}
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