Re: [PATCH 01/10] Add support for GCC-4.5's __builtin_unreachable()to compiler.h

From: Richard Henderson
Date: Thu Sep 10 2009 - 20:26:21 EST


On 09/10/2009 04:56 PM, David Daney wrote:
+#ifndef unreachable
+# define unreachable() do { for (;;) ; } while (0)
+#endif

#define unreachable() do { } while (1)


r~
--
To unsubscribe from this list: send the line "unsubscribe linux-alpha" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html