test enviroment: AIX 5.2, 5.3; gcc 3.3.2, 4.1.0

code to reproduce:
int f()
{
  try
  {
    throw 1;
  }
  catch(int){}

  return 0;
}

int i = f();

int main( int argc, char* argv[] )
{
  return 0;
}


-- 
           Summary: thowing exception before main() leads to crash on AIX
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: major
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bigwad at mail dot ru


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

Reply via email to