This is the mail archive of the
gcc-regression@gcc.gnu.org
mailing list for the GCC project.
Re: 10 GCC HEAD regressions, 4 new, with your patch on 2005-08-17T16:49:11Z.
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: hongjiu dot lu at intel dot com (Lu, Hongjiu)
- Cc: geoffk at geoffk dot org (Geoffrey Keating), gcc-regression at gcc dot gnu dot org, pinskia at physics dot uc dot edu
- Date: Tue, 23 Aug 2005 10:20:04 -0400 (EDT)
- Subject: 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