I haven't encountered any problems, while developing. The problem is, that I want to tell the compiler to warn me (or at the apropriate time give me an error) when I'm doing something which isn't accordingly to the ANSI standard.
I used to compile code with gcc under linux with -ANSI flag (which did the trick for me).
Bookmarks