From: Joe Perches <[EMAIL PROTECTED]> Date: Mon, 27 Aug 2007 08:44:17 -0700
> The compound statement to hide the automatic works well. As I explained in another reply, it doesn't work well. It's undefined to reference that in-expression local variable after the expression is done being evaluated. It's out of scope so the compiler can reclaim that stack space and use it for other things. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html