On 11 Feb 2008 09:54:19 -0800, Ian Lance Taylor <iant@xxxxxxxxxx> wrote: > gcc_unreachable means nothing special to gcc. But it does have control-flow connotations. The function ultimately expands into fancy_abort, which is marked noreturn. We do use that fact in the optimizer. Diego.