--- 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
--- 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