public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "michael dot haubenwallner at salomon dot at" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/29182] ICE when using long double with virtual inheritance and virtual methods
Date: Fri, 22 Sep 2006 14:46:00 -0000	[thread overview]
Message-ID: <20060922144638.13316.qmail@sourceware.org> (raw)
In-Reply-To: <bug-29182-9385@http.gcc.gnu.org/bugzilla/>



------- Comment #2 from michael dot haubenwallner at salomon dot at  2006-09-22 14:46 -------
was playing around somewhat after posting and indeed found the small testcase:

$ cat aa.cc

class A {
        virtual void f(long double);
};

class B : virtual public A
{
        void f(long double);
};

void B::f(long double x)
{
}

$ c++ -c aa.cc        
aa.cc: In member function 'void B::_ZTv0_n12_N1B1fEe(long double)':
aa.cc:7: internal compiler error: in make_decl_rtl, at varasm.c:890
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.


-- 

michael dot haubenwallner at salomon dot at changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|ICE in make_decl_rtl, at    |ICE when using long double
                   |varasm.c:890                |with virtual inheritance and
                   |                            |virtual methods


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


  parent reply	other threads:[~2006-09-22 14:46 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-09-22 13:57 [Bug c++/29182] New: ICE in make_decl_rtl, at varasm.c:890 michael dot haubenwallner at salomon dot at
2006-09-22 13:59 ` [Bug c++/29182] " michael dot haubenwallner at salomon dot at
2006-09-22 14:46 ` michael dot haubenwallner at salomon dot at [this message]
2006-09-22 15:44 ` [Bug c++/29182] ICE when using long double with virtual inheritance and virtual methods 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=20060922144638.13316.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).