[Bug c++/35898] C++ exception bug at run time when mutually recursive functions

2008-04-10 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2008-04-10 10:40 --- Your exception specification on small, medium and large makes throws from the recursively called dummy_test bogus. -- rguenth at gcc dot gnu dot org changed: What|Removed |Adde

[Bug c++/35898] C++ exception bug at run time when mutually recursive functions

2008-04-09 Thread vania at liama dot ia dot ac dot cn
--- Comment #1 from vania at liama dot ia dot ac dot cn 2008-04-10 03:34 --- I have a simplified version of this program that works fine however !!! When the exception thrown is an int instead of a class instance, everything works fine! -- vania at liama dot ia dot ac dot cn changed