I have the following code:
typedef void VOID; int f(void); int g(VOID);
which compiles just fine in C (using gcc 4.3.2 on Fedora 10). The s
gcc bugs. Edit: since it wasn't clear enough, what I meant was gcc 4.3.2 was compiling it due to bugs. See #32364 and #9278.