public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "trippels at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug ipa/60871] [4.9/4.10 Regression] internal compiler error: in possible_polymorphic_call_targets, at ipa-devirt.c:1510
Date: Thu, 17 Apr 2014 11:13:00 -0000	[thread overview]
Message-ID: <bug-60871-4-dgUbwBofbl@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-60871-4@http.gcc.gnu.org/bugzilla/>

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

Markus Trippelsdorf <trippels at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |trippels at gcc dot gnu.org

--- Comment #2 from Markus Trippelsdorf <trippels at gcc dot gnu.org> ---
A bit further reduced:

class A
{
public:
  virtual void m_fn1 ();
  int m_local;
};
class C : virtual public A
{
};
class B
{
  A *m_g;

public:
  B (A *p1) : m_g (p1) { m_g->m_fn1 (); }
};
class C7
{
public:
  virtual ~C7 ();
};
class D : public C, C7
{
};
class F : D
{
  F (int);

public:
  static void m_fn2 ()
  {
    F a (0);
    B b (&a);
  }
};
void fn1 () { F::m_fn2 (); }


  parent reply	other threads:[~2014-04-17 11:13 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-17 11:02 [Bug tree-optimization/60871] New: " holger.hopp at sap dot com
2014-04-17 11:07 ` [Bug ipa/60871] [4.9/4.10 Regression] " rguenth at gcc dot gnu.org
2014-04-17 11:13 ` trippels at gcc dot gnu.org [this message]
2014-04-17 12:06 ` jakub at gcc dot gnu.org
2014-04-17 15:56 ` hubicka at gcc dot gnu.org
2014-05-01  8:19 ` hubicka at gcc dot gnu.org
2014-05-01  8:19 ` hubicka at gcc dot gnu.org
2014-06-26 13:01 ` rguenth at gcc dot gnu.org
2014-07-16 13:26 ` jakub at gcc dot gnu.org
2014-10-30 10:36 ` [Bug ipa/60871] [4.9/5 " jakub at gcc dot gnu.org
2014-12-11  9:00 ` jakub at gcc dot gnu.org
2015-01-27 17:07 ` hubicka at gcc dot gnu.org
2015-01-27 17:08 ` hubicka at gcc dot gnu.org
2015-01-27 17:11 ` hubicka at gcc dot gnu.org
2015-01-27 19:40 ` hubicka at gcc dot gnu.org
2015-01-27 19:52 ` [Bug ipa/60871] [4.9 " hubicka at gcc dot gnu.org
2015-02-08 15:54 ` boris at kolpackov dot net
2015-02-08 21:10 ` hubicka at ucw dot cz
2015-03-02 18:01 ` jussilehtola at fedoraproject dot org
2015-06-26 20:12 ` jakub at gcc dot gnu.org
2015-06-26 20:36 ` jakub at gcc dot gnu.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=bug-60871-4-dgUbwBofbl@http.gcc.gnu.org/bugzilla/ \
    --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).