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; ??