On 6/7/19 2:02 AM, Jeff Law wrote: > Any thoughts on whether or not we'd want to IPA propagate this attribute > like we do for the malloc attribute?
If I see correctly, the pass_warn_unused_result is run very early in the early tree optimizations. Thus we can't propagate that right now. Martin