>>>>> Alexandre Oliva <oliva@dcc.unicamp.br> writes: > How hard would it be to check whether a pointer to object has is as > large as a pointer to function, and make it a pedantic warning or not > depending on that? I don't think gcc supports different representations for object and function pointers, so it's kind of moot. Jason