On 08/17/10 01:28, Eric Blake wrote: > Are there any other C expressions besides the sizeof operator where > injecting (cast)(expr) will cause a different parse than injecting > ((cast)(expr))?
Sure, "offsetof(a,b)[c]". But that's even _more_ obscure; it's not an argument that this bug workaround is needed.