[Bug c++/23797] [3.4/4.0/4.1 Regression] ICE (on invalid)
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Fri Sep 9 23:10:00 GMT 2005
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-09 23:10 -------
It took me a while to reduce this but finally:
struct CK {
typedef int RT;
};
void f(void)
{
2 / typename CK::RT(2);
}
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2005-09-09 23:10:06
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23797
More information about the Gcc-bugs
mailing list