Hi, the attached patch marks the tcomplain function with ATTR_NORETURN, to avoid compiler warnings in this situation: int whatever { tcomplain(); } OK? - Volodya 2006-07-18 Vladimir Prus * target.c (tcomplain): Mark with ATTR_NORETURN.