This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/14464] [3.3/3.4/3.5 Regression] compiler dumps with internal compiler error
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 Mar 2004 23:38:20 -0000
- Subject: [Bug c++/14464] [3.3/3.4/3.5 Regression] compiler dumps with internal compiler error
- References: <20040306223334.14464.robert.schweikert@abaqus.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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