[Bug c++/38089] [4.2/4.3/4.4 Regression] g++ crash on invalid code
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed Dec 24 04:37:00 GMT 2008
------- Comment #2 from pinskia at gcc dot gnu dot org 2008-12-24 04:35 -------
Reduced testcase:
class basic_string
{
basic_string(const int __s);
};
namespace MyNS {
class MyClass {
template <typename T>
T test() { }
};
}
template <>
basic_string MyNS::MyClass::test(){ return 1;}
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Last reconfirmed|0000-00-00 00:00:00 |2008-12-24 04:35:02
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38089
More information about the Gcc-bugs
mailing list