> Hi.
> 
> Following patch initializes global profile_probability.
> 
> Ready for trunk after tests?
> Thanks,
> Martin
> 
> gcc/ChangeLog:
> 
> 2017-11-09  Martin Liska  <mli...@suse.cz>
> 
>       PR target/82863
>       * emit-rtl.c: Initialize split_branch_probability to
>       uninitialized.
> 
> gcc/testsuite/ChangeLog:
> 
> 2017-11-09  Martin Liska  <mli...@suse.cz>
> 
>       * gcc.dg/pr82863.c: New test.

Please move initialization to init_emit so we do not introduce new static 
constructor
for no good reason. OK with this change.

Honza

Reply via email to