Soubhik wrote:- > Here's the simple program: > > typedef int myint; > extern void foo(myint myint); > > Here's c compilation: > #gcc -c -Wshadow typetest.c > typetest.c:2: warning: declaration of `myint' shadows global declaration > # This does not happen in 3.1. Neil.