[Bug middle-end/40388] [4.5 Regression] another null pointer in remove_unreachable_regions

reichelt at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Wed Jun 10 15:51:00 GMT 2009



------- Comment #5 from reichelt at gcc dot gnu dot org  2009-06-10 15:50 -------
Even shorter testcase:

==================
void foo();

struct A
{
  ~A()
  {
    try
    {
      foo();
      foo();
    }
    catch (...)
    {
    }
  }
};

void bar()
{
  A a1, a2;
}
==================


-- 


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



More information about the Gcc-bugs mailing list