------- Comment #4 from akr at m17n dot org 2007-05-07 06:56 ------- I think the problem can be fixed by alloca or setjmp.
* alloca extends a stack as the old stack backchain will not crashed, or * setjmp saves the stack backchain and longjmp restore it. I'm not sure that which should be done. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28197