On Mon, Nov 10, 2014 at 11:51 AM, Martin Liška <mli...@suse.cz> wrote: > Hello. > > In gcc.dg/tree-ssa/ldist-19.c, there's a pair of functions (one with 'char' > and second with 'unsigned char'). These two functions are merged by IPA ICF > on targets that where 'char' == 'unsigned char'. So that it would be easier > to disable the optimization. > > Ready for trunk?
Ok. Thanks, Richard. > Thanks, > Martin