This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Silence class vs. struct warnings (vec)



> On Dec 5, 2013, at 1:00 AM, Oleg Endo <oleg.endo@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>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]