[Bug c++/18512] [3.4/4.0 Regression] ICE on overriden template method
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Tue Nov 16 02:21:00 GMT 2004
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-16 02:21 -------
Confirmed.
: Search converges between 2003-07-08-trunk (#288) and 2003-07-09-trunk (#289).
reduced testcase:
template <typename T> struct property {
};
struct iii : public property<int> {
const int get_callback() const {
return this->property<int>;
};
};
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |ice-on-valid-code
Last reconfirmed|0000-00-00 00:00:00 |2004-11-16 02:21:16
date| |
Summary|ICE on overriden template |[3.4/4.0 Regression] ICE on
|method |overriden template method
Target Milestone|--- |3.4.4
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18512
More information about the Gcc-bugs
mailing list