This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/17818] [3.3 Regression] Segfault in can_throw_internal


------- Additional Comments From reichelt at gcc dot gnu dot org  2004-10-03 23:14 -------
Confirmed. Here's a redux (compile with "g++ -O"):

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

struct B : A
{
  ~B() { return; }
};

struct C : B
{
  ~C() { return; }
};

struct D : C
{
  ~D() { return; }
};

D d;
==========================================


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |reichelt at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |monitored
      Known to fail|3.3.5                       |3.3 3.3.5
   Last reconfirmed|0000-00-00 00:00:00         |2004-10-03 23:14:12
               date|                            |


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]