[Bug c++/14604] [3.4?/3.5 Regression]compiler dumps with an internal error
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Tue Mar 16 15:17:00 GMT 2004
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-03-16 15:17 -------
Here is the reduced source for the failure on the mainline:
struct X
{
X(char *);
};
template <class T>
void ChangeKey()
{
X newVal = X("");
}
template
void ChangeKey<int>();
--
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |critical
Keywords| |ice-on-valid-code
Known to fail| |3.5.0
Known to work| |3.3.1
Summary|compiler dumps with an |[3.4?/3.5
|internal error |Regression]compiler dumps
| |with an internal error
Target Milestone|--- |3.4.1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14604
More information about the Gcc-bugs
mailing list