On 11/18/2011 02:16 PM, Jason Merrill wrote:
I see. Maybe better if you handle this issue, I have very little clues about the right way to do that, see, in the whole cp/ I count only try occurrences of FIX_TRUNC_EXPR overall ;)On 11/17/2011 06:52 PM, Paolo Carlini wrote:The problem is, in all these tests, value is always a FIX_TRUNC_EXPR, which, AFAICS, is always left untouched.Aha, I guess tsubst_copy_and_build needs to handle FIX_TRUNC_EXPR better.
Paolo.