www.digitalmars.com         C & C++   DMDScript  

D.gnu - Purpose of landing_pad

reply Baptiste Afsa <stage08 sd-15251.dedibox.fr> writes:
Hi,

During the compilation of gdc targetting wince, I get an undefined reference
in the file gcc/deh.d concerning landing_pad.

It's very strange because if one looks above in the file one can see that this
variable is defined but commented.
Of course if I uncomment this definition, it works.
But is there any problems with this solution ?
Jul 17 2008
parent David Friedman <dvdfrdmn users.ess-eff.net> writes:
Baptiste Afsa wrote:
 Hi,
 
 During the compilation of gdc targetting wince, I get an undefined reference
 in the file gcc/deh.d concerning landing_pad.
 
 It's very strange because if one looks above in the file one can see that this
 variable is defined but commented.
 Of course if I uncomment this definition, it works.
 But is there any problems with this solution ?
Simply uncommenting will break exception handling. The fix for this is now in svn. David
Jul 17 2008