[PATCH] Add new built-in: __builtin_unreachable()

Paul Brook paul@codesourcery.com
Mon Jun 8 16:56:00 GMT 2009


> The new __builtin_unreachable() is meant to be placed directly after
> an asm that never returns.  I cannot think of any other valid uses for
> it

gcc_unreachable and gcc_assert are obvious candidates.

Paul



More information about the Gcc-patches mailing list