This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/14464] [3.3/3.4/3.5 Regression] compiler dumps with internal compiler error


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]