Commit c9f81ec2 by Alexandre Oliva Committed by Alexandre Oliva

static2.C: invocation of static data member of type pointer-to-function denoted as...

	* g++.old-deja/g++.other/static2.C: invocation of static data
 	member of type pointer-to-function denoted as non-static member

From-SVN: r22434
parent e1b81ca4
1998-09-15 Alexandre Oliva <oliva@dcc.unicamp.br> 1998-09-15 Alexandre Oliva <oliva@dcc.unicamp.br>
* g++.old-deja/g++.other/static2.C: invocation of static data
member of type pointer-to-function denoted as non-static member
* g++.old-deja/g++.other/typedef5.C: add some more tests involving * g++.old-deja/g++.other/typedef5.C: add some more tests involving
checks involving function types and aliases checks involving function types and aliases
......
// Build don't link:
// Based on a test case by Koos Vriezen <koos@polder.ubc.kun.nl>
struct foo {
static void (*mystatic) ();
};
void bar(foo& t) {
t.mystatic ();
}
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