[Bug c++/14464] [3.3/3.4/3.5 Regression] compiler dumps with internal compiler error
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sat Mar 6 23:38:00 GMT 2004
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-03-06 23:38 -------
This can be further reduced to PR14230:
struct cow_String {
cow_String(const cow_String& rhs) { }
inline cow_String& operator=(const cow_String& str);
};
struct inp_StringIntPair {
cow_String name;
const cow_String& ConstGetInstanceNodeIdPair();
};
inp_StringIntPair ConstGetInstanceNodeIdPair();
const cow_String& name = ConstGetInstanceNodeIdPair().name;
*** This bug has been marked as a duplicate of 14230 ***
--
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Keywords| |ice-on-valid-code
Known to fail| |3.3.1 3.4.0 3.5.0 3.3.3
Known to work| |3.2.3 3.0.4
Resolution| |DUPLICATE
Summary|compiler dumps with internal|[3.3/3.4/3.5 Regression]
|compiler error |compiler dumps with internal
| |compiler error
Target Milestone|--- |3.3.4
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14464
More information about the Gcc-bugs
mailing list