This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: c++/9328: [3.2/3.3/3.4 regression] ICE with templates and namespace std members


In the meanwhile I found that this ICE has nothing to do with templates and namespaces,
but is a problem of typeof(X) when the type of X cannot be uniquely derived.
The same ICE occurs in the following code:

double f(double);
float f(float);
void h(typeof(f) g) {}

Helmut



 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]