[Bug c++/20976] when terminate is called, stack is not unwinded

2023-05-22 Thread jason at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=20976 Jason Merrill changed: What|Removed |Added Target Milestone|--- |4.6.0 CC|

[Bug c++/20976] when terminate is called, stack is not unwinded

2009-05-08 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2009-05-08 16:21 --- *** Bug 40066 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c++/20976] when terminate is called, stack is not unwinded

2005-04-12 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-12 19:23 --- Ok, this is just implemenation defined behavior. see 15.3 P 9: If no matching handler is found in a program, the function terminate() is called; whether or not the stack is unwound before this call to term