------- Additional Comments From charlet at gcc dot gnu dot org  2005-07-05 
12:26 -------
Hmm, so it means that there is no way for a compiler front-end to use GCC's
exception handling mechanism ?

I would guess adding a #if IN_RTS around the unwind.h include would probably
solve this issue:

#if IN_RTS
#include "unwind.h"
#endif

Olivier, what do you think of the above ?

Arno

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hainque at gcc dot gnu dot
                   |                            |org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22301

Reply via email to