[Bug c++/14278] [3.4/3.5 Regression] fails when calling through a function pointer

bangerth at dealii dot org gcc-bugzilla@gcc.gnu.org
Tue Feb 24 20:15:00 GMT 2004


------- Additional Comments From bangerth at dealii dot org  2004-02-24 20:15 -------
Here's something smaller: 
---------------------- 
struct S {}; 
 
struct X { 
    X(S* p); 
}; 
 
struct A { 
    A(X); 
}; 
 
void *p_fun; 
A ret(X ((*(S* (*)(int, int)) p_fun)(0, 0))); 
------------------ 
 
W. 

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14278



More information about the Gcc-bugs mailing list