Steve Ellcey wrote: > I think that this patch may be breaking the IA64 bootstrap (HP-UX and > I am guessing this may be related to the change made to > identify_predicable_attribute. Is anyone seeing this? Hi! I do see the same on ia64 trunk builds since this commit. Arm build failures are expected as well because attribute "predicable" is used there too. It seems to be wrong to free p_false memory at the end of 'identify_predicable_attribute' routine when it returns with success - the pointer is assigned to predicable_true and predicable_false variables for the future use. Therefore there is no memory leak. The fix is just back out a part of original commit. Do you think it is ok? - Grigory