Don't error out when an existing typedef is redefined with the same definition;
authormiod <miod@openbsd.org>
Mon, 15 Jun 2015 17:01:04 +0000 (17:01 +0000)
committermiod <miod@openbsd.org>
Mon, 15 Jun 2015 17:01:04 +0000 (17:01 +0000)
commitfdf48840afcb0edb6aa524eb2ece0ee9a2c72776
treef473ef93bad5771b90052905a8fcd13405490582
parentf210de21131d7de93863cf1a1805b97eb92cd51f
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@
gnu/gcc/gcc/c-decl.c