Re: [PATCH 4/5] Existing tests fix

2014-09-26 Thread Martin Liška
On 06/30/2014 02:11 PM, Martin Liška wrote: On 06/17/2014 09:52 PM, Jeff Law wrote: On 06/13/14 04:48, mliska wrote: Hi, many tests rely on a precise number of scanned functions in a dump file. If IPA ICF decides to merge some function and(or) read-only variables, counts do not match. Ma

Re: [PATCH 4/5] Existing tests fix

2014-06-30 Thread Martin Liška
On 06/17/2014 09:52 PM, Jeff Law wrote: On 06/13/14 04:48, mliska wrote: Hi, many tests rely on a precise number of scanned functions in a dump file. If IPA ICF decides to merge some function and(or) read-only variables, counts do not match. Martin Changelog: 2014-06-13 Martin Liska

Re: [PATCH 4/5] Existing tests fix

2014-06-18 Thread Martin Liška
On 06/17/2014 10:50 PM, Rainer Orth wrote: Jeff Law writes: On 06/13/14 04:48, mliska wrote: Hi, many tests rely on a precise number of scanned functions in a dump file. If IPA ICF decides to merge some function and(or) read-only variables, counts do not match. Martin Changelog: 201

Re: [PATCH 4/5] Existing tests fix

2014-06-17 Thread Rainer Orth
Jeff Law writes: > On 06/13/14 04:48, mliska wrote: >> Hi, >>many tests rely on a precise number of scanned functions in a dump file. >> If IPA ICF decides to merge some function and(or) read-only variables, >> counts do not match. >> >> Martin >> >> Changelog: >> >> 2014-06-13 Martin Lisk

Re: [PATCH 4/5] Existing tests fix

2014-06-17 Thread Jeff Law
On 06/13/14 04:48, mliska wrote: Hi, many tests rely on a precise number of scanned functions in a dump file. If IPA ICF decides to merge some function and(or) read-only variables, counts do not match. Martin Changelog: 2014-06-13 Martin Liska Honza Hubicka * c-c

[PATCH 4/5] Existing tests fix

2014-06-16 Thread mliska
Hi, many tests rely on a precise number of scanned functions in a dump file. If IPA ICF decides to merge some function and(or) read-only variables, counts do not match. Martin Changelog: 2014-06-13 Martin Liska Honza Hubicka * c-c++-common/rotate-1.c: Text *