This is the mail archive of the gcc-regression@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: 10 GCC HEAD regressions, 4 new, with your patch on 2005-08-17T16:49:11Z.


> 
> I think
> 
> http://gcc.gnu.org/ml/gcc-patches/2005-08/msg00985.html
> 
> is the cause. I am double checking it now. It may only affect 64bit
> targets.

I really doubt it is my patch as there are no "zero sized" structs in C++
and I did test my patch and had no regressions.
And this is just removing an assignment for "zero sized" structs and should
not remove anything else as zero_sized_type checks the type to be correct
(unless there is a front-end bug which sets a size to zero when it should not).

Thanks,
Andrew Pinski


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