On 01/21/2016 01:25 PM, Marek Polacek wrote:
The problem in this PR is that we have a PTRMEM_CST wrapped in NOP_EXPR and fold_convert can't digest that.
Why didn't we fold away the NOP_EXPR before calling fold_convert? I guess we shouldn't call fold_convert on an un-folded operand.
Jason