Re: [PATCH] Fix a typo in sparseset_pop

2014-02-24 Thread Richard Biener
On Mon, Feb 24, 2014 at 6:52 AM, Carrot Wei car...@google.com wrote: Hi The following patch fixes an obvious wrong index used to access the dense array. The patch has passed the bootstrap and regression tests on x86-64. OK for trunk? Ok. Thanks, Richard. thanks Carrot 2014-02-23

[PATCH] Fix a typo in sparseset_pop

2014-02-23 Thread Carrot Wei
Hi The following patch fixes an obvious wrong index used to access the dense array. The patch has passed the bootstrap and regression tests on x86-64. OK for trunk? thanks Carrot 2014-02-23 Guozhi Wei car...@google.com * sparseset.h (sparseset_pop): Fix the wrong index. Index: