Re: [PATCH] Don't use priority {cd}tors if not supported by a target (PR, gcov-profile/78086)

2016-11-25 Thread Jan Hubicka
> Hi. > > Using priority {cd}tors on a target that does not support that can cause > failures (see the PR). > Apart from that, I decided to use priority 100 for both gcov_init and > gcov_exit functions as > the reserved range includes priority 100. Moreover, I enhanced test-cases we > have. >

Re: [PATCH] Don't use priority {cd}tors if not supported by a target (PR, gcov-profile/78086)

2016-11-23 Thread Martin Liška
PING^2 On 11/14/2016 01:12 PM, Martin Liška wrote: > PING^1 > > On 10/31/2016 01:13 PM, Martin Liška wrote: >> On 10/31/2016 11:07 AM, Rainer Orth wrote: >>> Hi Martin, >>> Using priority {cd}tors on a target that does not support that can cause failures (see the PR). Apart from

Re: [PATCH] Don't use priority {cd}tors if not supported by a target (PR, gcov-profile/78086)

2016-11-14 Thread Martin Liška
PING^1 On 10/31/2016 01:13 PM, Martin Liška wrote: > On 10/31/2016 11:07 AM, Rainer Orth wrote: >> Hi Martin, >> >>> Using priority {cd}tors on a target that does not support that can cause >>> failures (see the PR). >>> Apart from that, I decided to use priority 100 for both gcov_init and >>>

Re: [PATCH] Don't use priority {cd}tors if not supported by a target (PR, gcov-profile/78086)

2016-10-31 Thread Martin Liška
On 10/31/2016 11:07 AM, Rainer Orth wrote: > Hi Martin, > >> Using priority {cd}tors on a target that does not support that can cause >> failures (see the PR). >> Apart from that, I decided to use priority 100 for both gcov_init and >> gcov_exit functions as >> the reserved range includes

Re: [PATCH] Don't use priority {cd}tors if not supported by a target (PR, gcov-profile/78086)

2016-10-31 Thread Rainer Orth
Hi Martin, > Using priority {cd}tors on a target that does not support that can cause > failures (see the PR). > Apart from that, I decided to use priority 100 for both gcov_init and > gcov_exit functions as > the reserved range includes priority 100. Moreover, I enhanced test-cases > we have.

[PATCH] Don't use priority {cd}tors if not supported by a target (PR, gcov-profile/78086)

2016-10-31 Thread Martin Liška
Hi. Using priority {cd}tors on a target that does not support that can cause failures (see the PR). Apart from that, I decided to use priority 100 for both gcov_init and gcov_exit functions as the reserved range includes priority 100. Moreover, I enhanced test-cases we have. Patch can