Re: [PATCH] IPA ICF fallout: disable IPA ICF for a test

2014-11-10 Thread Richard Biener
On Mon, Nov 10, 2014 at 11:51 AM, Martin Liška 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

[PATCH] IPA ICF fallout: disable IPA ICF for a test

2014-11-10 Thread Martin Liška
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? Thanks, Mar