> On Dec 5, 2013, at 1:00 AM, Oleg Endo <oleg.e...@t-online.de> wrote: > > Hi, > > When building GCC on OSX with its native XCode/Clang tools, it outputs > quite some "struct X was previously declared as a class" or similar > warnings (-Wmismatched-tags is enabled by default). > > The attached patch fixes a mismatch in struct vec_prefix when referring > to struct vec. > > Tested with make all-gcc. > OK for trunk?
What is this warning trying to do really? I think this is a very bad warning as points out standard code for no reason. Thanks, Andrew > > Cheers, > Oleg > > gcc/ChangeLog: > * vec.h (struct vec_prefix): Use struct vec instead of class > vec. > <class_vec.patch>