[PATCH] Finish int_const_binop partial transition

2011-05-03 Thread Richard Guenther
There are two callers left that call int_const_binop with a 1 notrunc argument causing non-canonicalized INTEGER_CSTs to be built. One is group_case_labels_stmt in tree-cfg.c which can simply use double_ints (which is what all code using 1 notrunc should do, similar to old code building

Re: [PATCH] Finish int_const_binop partial transition

2011-05-03 Thread Michael Matz
Hi, On Tue, 3 May 2011, Richard Guenther wrote: --- 5858,5890 /* If these are the same operation types, we can associate them assuming no overflow. */ ! if (tcode == code) ! { ! double_int mul; ! int overflow_p; ! mul =