Re: IA32 (2.6.2 - 2004-02-05.22.30) - 3 New warnings (gcc 3.2.2)

From: Linus Torvalds
Date: Fri Feb 06 2004 - 13:48:38 EST





On Fri, 6 Feb 2004 viro@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx wrote:
>
> Umm... How about
>
> static inline void BUG() __attribute__((noreturn));
>
> static inline void BUG(void)
> {
> __asm__ ....
> }

Did you try that? Last time I tried, gcc would complain every time it saw
the thing about "noreturn function does return".

Linus
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/