Re: [PATCH] Fix aarch64 PGO bootstrap (bootstrap/78985)

2017-01-30 Thread James Greenhalgh
On Mon, Jan 30, 2017 at 10:47:12AM +0100, Martin Liška wrote: > Hi. > > Following patch simply fixes issues reported by -Wmaybe-unitialized. That > enables PGO bootstrap > on ThunderX aarch64 machine. > > Ready to be installed? OK. Thanks, James

[PATCH] Fix aarch64 PGO bootstrap (bootstrap/78985)

2017-01-30 Thread Martin Liška
ect: [PATCH] Fix aarch64 PGO bootstrap (bootstrap/78985) gcc/ChangeLog: 2017-01-30 Martin Liska PR bootstrap/78985 * config/aarch64/cortex-a57-fma-steering.c (func_fma_steering::analyze): Initialize variables with NULL value. --- gcc/config/aarch64/cortex-a57-fma-steering.c | 6 +++--- 1 f