Commit 2a6b7809 by Nathan Sidwell Committed by Nathan Sidwell

* g++.old-deja/g++.pt/unify7.C: New test.

From-SVN: r32254
parent 8d3631f8
2000-02-29 Nathan Sidwell <nathan@codesourcery.com>
* g++.old-deja/g++.pt/unify7.C: New test.
Sat Feb 26 19:46:09 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* g++.old-deja/g++.ext/attrib5.C: XFAIL on Alpha since no link alias.
......
// Build don't link:
// Copyright (C) 2000 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 26 Feb 2000 <nathan@codesourcery.com>
// template functions can be distinguished by return type alone. The return
// type may also be a template parameter.
template <typename C> C foo (); // gets bogus error
void g ()
{
int (*pfn1) () = &foo; // gets bogus error
void (*pfn2) () = &foo; // gets bogus error
}
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