<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>Folks, try adding -Wunreachable-code to your m3back options and tell me if you don't get loads of warnings.<BR>
for stuff like:<BR>
 <BR>
TRY<BR>
   return Foo();<BR>
ELSE<BR>
   return FALSE;<BR>
 <BR>
I get them on NT386GNU and PPC_DARWIN.<BR>
 <BR>
Functions with TRY need, in gcc parlance:<BR>
 calls_setjmp<BR>
 <BR>
and the exception/finally blocks need:<BR>
 has_nonlocal_label<BR>
 <BR>
and functions with RAISE might need:<BR>
 has_nonlocal_goto<BR>
 <BR>
Luckily, gcc doesn't <EM>seem </EM>to act on what it figure out.<BR>
 <BR>
 - Jay<BR><BR><BR><BR><BR><br /><hr />Helping your favorite cause is as easy as instant messaging. You IM, we give. <a href='http://im.live.com/Messenger/IM/Home/?source=text_hotmail_join' target='_new'>Learn more.</a></body>
</html>