public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "reichelt at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/12253] [tree-ssa] ICE on conversion to std::string inside array initialization
Date: Wed, 03 Dec 2003 22:56:00 -0000	[thread overview]
Message-ID: <20031203225608.30811.qmail@sources.redhat.com> (raw)
In-Reply-To: <20030911210031.12253.stefaandr@hotmail.com>


------- Additional Comments From reichelt at gcc dot gnu dot org  2003-12-03 22:56 -------
Here's an even shorter testcase.

============================
struct A
{
    ~A();
};

struct B
{
    A a;
    B(const A& = A());
};

B b[1] = { B() };
============================

Btw, if you remove the line "A a;" you'll also get an ICE since about
gcc 3.5-tree-ssa-20031114, see PR 13059.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12253


  parent reply	other threads:[~2003-12-03 22:56 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-11 21:00 [Bug c++/12253] New: " stefaandr at hotmail dot com
2003-10-06 20:03 ` [Bug c++/12253] " reichelt at gcc dot gnu dot org
2003-10-07  7:56 ` reichelt at gcc dot gnu dot org
2003-10-07  8:12 ` reichelt at gcc dot gnu dot org
2003-10-26 20:08 ` pinskia at gcc dot gnu dot org
2003-11-13 23:30 ` steven at gcc dot gnu dot org
2003-11-17  0:41 ` jason at gcc dot gnu dot org
2003-12-03 22:56 ` reichelt at gcc dot gnu dot org [this message]
2003-12-03 22:56 ` reichelt at gcc dot gnu dot org
2003-12-11 22:15 ` pinskia at gcc dot gnu dot org
2003-12-18 20:15 ` cvs-commit at gcc dot gnu dot org
2003-12-18 21:18 ` cvs-commit at gcc dot gnu dot org
2003-12-18 21:44 ` cvs-commit at gcc dot gnu dot org
2003-12-18 21:44 ` cvs-commit at gcc dot gnu dot org
2003-12-18 22:20 ` pinskia at gcc dot gnu dot org

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=20031203225608.30811.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).