CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/06/15 11:01:04
Modified files:
gnu/gcc/gcc : c-decl.c
Log message:
Don't error out when an existing typedef is redefined with the same definition;
this is allowed in C11 and 3rd-party software is relying upon this to be
accepted by the compiler.
Nevertheless warn about this if -pedantic.
ok ajacoutot@ deraadt@ millert@
