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: predicate aware uninitialized variable analysis


On Tue, Oct 12, 2010 at 11:46 AM, Xinliang David Li <davidxl@google.com> wrote:
> Please review the patch attached. The number of operand of the phi
> exceeds the width of the bit vector (fixed length for efficiency)
> leading to the ICE later.
>
> OK to checkin after test is done?

I think this is the incorrect patch.  If it is a bit vector, then it
should be sizeof (unsigned) * BITS_PER_UNIT.  And most likely should
use HOST_FASTEST_WIDEST_INT instead.

Thanks,
Andrew Pinski


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