[Bug c++/22454] [4.0/4.1 Regression] ICE with operator in default argument in template class
reichelt at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Fri Aug 19 18:43:00 GMT 2005
------- Additional Comments From reichelt at gcc dot gnu dot org 2005-08-19 18:37 -------
Even shorter testcase:
===============================
template<int> struct A
{
A(void* = &operator new);
};
===============================
--
What |Removed |Added
----------------------------------------------------------------------------
GCC build triplet|i486-linux-gnu |
GCC host triplet|i486-linux-gnu |
GCC target triplet|i486-linux-gnu |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22454
More information about the Gcc-bugs
mailing list