Re: [GOOGLE] bug in discriminator assignment

2013-08-19 Thread Cary Coutant
> This patch fixes a bug in assigning discrminator. We should explicitly > call the hash function when finding the next discriminator. > > Bootstrapped and passed regression tests. > > OK for google branches? OK. Thanks. -cary

[GOOGLE] bug in discriminator assignment

2013-08-16 Thread Dehao Chen
This patch fixes a bug in assigning discrminator. We should explicitly call the hash function when finding the next discriminator. Bootstrapped and passed regression tests. OK for google branches? Thanks, Dehao Index: gcc/tree-cfg.c ==