public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/14464] [3.3/3.4/3.5 Regression] compiler dumps with internal compiler error
Date: Sat, 06 Mar 2004 23:38:00 -0000	[thread overview]
Message-ID: <20040306233820.5948.qmail@sources.redhat.com> (raw)
In-Reply-To: <20040306223334.14464.robert.schweikert@abaqus.com>


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


      parent reply	other threads:[~2004-03-06 23:38 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-06 22:33 [Bug c++/14464] New: " robert dot schweikert at abaqus dot com
2004-03-06 22:35 ` [Bug c++/14464] " robert dot schweikert at abaqus dot com
2004-03-06 23:31 ` falk at debian dot org
2004-03-06 23:38 ` pinskia at gcc dot gnu dot org [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040306233820.5948.qmail@sources.redhat.com \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).