public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "belyshev at depni dot sinp dot msu dot ru" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/21123] ICE in cp_expr_size, at cp/cp-objcp-common.c:101
Date: Fri, 29 Apr 2005 13:12:00 -0000	[thread overview]
Message-ID: <20050429131222.4708.qmail@sourceware.org> (raw)
In-Reply-To: <20050420142713.21123.b.gunreben@web.de>


------- Additional Comments From belyshev at depni dot sinp dot msu dot ru  2005-04-29 13:12 -------
// Confirmed, smaller testcase:

struct U {
  U ();
  U (const U&);
};

struct T {
  U u;
};

struct V : T {
  int operator= (V &__x);
};

struct A {
  virtual V foo() const;
};

struct B : virtual public A {
  virtual V foo() const;
};

V B::foo() const
{
  V ret;
  return ret;
}


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
  GCC build triplet|hppa-suse-linux-gnu         |
   GCC host triplet|hppa-suse-linux-gnu         |
   Last reconfirmed|0000-00-00 00:00:00         |2005-04-29 13:12:21
               date|                            |


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


  parent reply	other threads:[~2005-04-29 13:12 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-04-20 14:27 [Bug c++/21123] New: " b dot gunreben at web dot de
2005-04-20 14:28 ` [Bug c++/21123] " b dot gunreben at web dot de
2005-04-20 14:52 ` pinskia at gcc dot gnu dot org
2005-04-20 15:10 ` pinskia at gcc dot gnu dot org
2005-04-22  8:01 ` b dot gunreben at web dot de
2005-04-29 13:12 ` belyshev at depni dot sinp dot msu dot ru [this message]
2005-05-25  9:36 ` [Bug c++/21123] [4.0 regression] " trauscher at loytec dot com
2005-07-15 17:01 ` mki at maconomy dot dk
2005-07-15 17:41 ` dave at hiauly1 dot hia dot nrc dot ca
2005-07-15 19:12 ` mki at maconomy dot dk
2005-07-15 20:25 ` dave at hiauly1 dot hia dot nrc dot ca
2005-07-15 22:11 ` sje at cup dot hp dot com
2005-07-15 23:08 ` dave at hiauly1 dot hia dot nrc dot ca
2005-07-15 23:37 ` sje at cup dot hp dot com
2005-07-15 23:45 ` dave at hiauly1 dot hia dot nrc dot ca
2005-07-19 17:00 ` b dot gunreben at web dot de
2005-07-27 16:31 ` mki at maconomy dot dk
2005-07-27 17:31 ` dave at hiauly1 dot hia dot nrc dot ca
2005-07-27 20:24 ` dave at hiauly1 dot hia dot nrc dot ca
2005-07-27 21:43 ` danglin at gcc dot gnu dot org
2005-08-29  9:29 ` debian-gcc at lists dot debian dot org
2005-09-05 17:29 ` toots at rastageeks 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=20050429131222.4708.qmail@sourceware.org \
    --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).