public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/47666] New: [4.6 Regression] ICE in dfs_walk_once
@ 2011-02-09 16:47 jakub at gcc dot gnu.org
  2011-02-09 16:49 ` [Bug c++/47666] " jakub at gcc dot gnu.org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: jakub at gcc dot gnu.org @ 2011-02-09 16:47 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: [4.6 Regression] ICE in dfs_walk_once
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P3
         Component: ada
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: jakub@gcc.gnu.org


template <typename T>
struct A
{
  int a;
};
template <typename T>
struct B : public A <T>
{
};
class D : public B <D *>
{
  virtual D & operator= (const D &);
};
class E : virtual public D
{
};
class F : public E
{
  virtual void foo ();
};

ICEs in dfs_walk_once, starting in between r161566 and r161597.


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2011-02-22 19:59 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-09 16:47 [Bug ada/47666] New: [4.6 Regression] ICE in dfs_walk_once jakub at gcc dot gnu.org
2011-02-09 16:49 ` [Bug c++/47666] " jakub at gcc dot gnu.org
2011-02-09 16:53 ` rguenth at gcc dot gnu.org
2011-02-09 19:34 ` hjl.tools at gmail dot com
2011-02-13 17:55 ` jsm28 at gcc dot gnu.org
2011-02-18 21:02 ` dodji at gcc dot gnu.org
2011-02-22 20:24 ` dodji at gcc dot gnu.org
2011-02-22 20:34 ` dodji at gcc dot gnu.org

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