public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/28586]  New: thowing exception before main() leads to crash on AIX
@ 2006-08-03 16:15 bigwad at mail dot ru
  2006-08-03 16:17 ` [Bug target/28586] " pinskia at gcc dot gnu dot org
  2006-08-03 18:48 ` dje at gcc dot gnu dot org
  0 siblings, 2 replies; 8+ messages in thread
From: bigwad at mail dot ru @ 2006-08-03 16:15 UTC (permalink / raw)
  To: gcc-bugs

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


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

end of thread, other threads:[~2015-03-18 12:44 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-28586-4@http.gcc.gnu.org/bugzilla/>
2012-12-10 17:17 ` [Bug target/28586] thowing exception before main() leads to crash on AIX dje at gcc dot gnu.org
2015-02-16 23:10 ` dje at gcc dot gnu.org
2015-03-17 19:44 ` zoltan at hidvegi dot com
2015-03-17 22:36 ` zoltan at hidvegi dot com
2015-03-18 12:42 ` dje at gcc dot gnu.org
2015-03-18 12:44 ` dje at gcc dot gnu.org
2006-08-03 16:15 [Bug c++/28586] New: " bigwad at mail dot ru
2006-08-03 16:17 ` [Bug target/28586] " pinskia at gcc dot gnu dot org
2006-08-03 18:48 ` dje at gcc dot gnu dot 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).