[PR tree-optimization/52558]: RFC: questions on store data race

Aldy Hernandez aldyh@redhat.com
Fri Jun 1 16:03:00 GMT 2012


On 06/01/12 10:11, Aldy Hernandez wrote:
> On 06/01/12 01:22, Tobias Burnus wrote:
>
>> gcc/gimple.h: In function 'block_in_transaction':
>> gcc/gimple.h:1596:20: warning: overflow in implicit constant conversion
>> [-Woverflow]
>> return bb->flags & BB_IN_TRANSACTION;
>> ^
>
> Is this still the case with the code currently in mainline:
>
> return flag_tm && bb->flags & BB_IN_TRANSACTION;
>
> ??

Whoops, I forgot to commit that last patch.  Check now.



More information about the Gcc-patches mailing list