This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/9588: memory fault when user throws exception from terminate()
- From: nathan at gcc dot gnu dot org
- To: fwang at ca dot ibm dot com, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org
- Date: 5 Feb 2003 20:15:56 -0000
- Subject: Re: c++/9588: memory fault when user throws exception from terminate()
- Reply-to: nathan at gcc dot gnu dot org, fwang at ca dot ibm dot com, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, gcc-gnats at gcc dot gnu dot org
Synopsis: memory fault when user throws exception from terminate()
State-Changed-From-To: open->closed
State-Changed-By: nathan
State-Changed-When: Wed Feb 5 20:15:56 2003
State-Changed-Why:
not a bug. your program is ill formed. the terminat function
shall terminate the program [18.6.3]
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=9588