Re: [GOOGLE] bug in discriminator assignment
> 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
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 ==