https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77788
--- Comment #4 from Martin Liška <marxin at gcc dot gnu.org> --- Author: marxin Date: Thu Oct 6 07:33:49 2016 New Revision: 240827 URL: https://gcc.gnu.org/viewcvs?rev=240827&root=gcc&view=rev Log: Fix warnings for make profiledbootstrap (PR bootstrap/77788) PR bootstrap/77788 * expmed.h (mul_highpart_cost_ptr): Add an gcc_assert. * gimple-ssa-strength-reduction.c (slsr_process_cast): Initialize a pointer to NULL. (slsr_process_copy): Likewise. * input.c (location_get_source_line): Likewise. * tree-ssa-ccp.c (optimize_atomic_bit_test_and): Likewise. Modified: trunk/gcc/ChangeLog trunk/gcc/expmed.h trunk/gcc/gimple-ssa-strength-reduction.c trunk/gcc/input.c trunk/gcc/tree-ssa-ccp.c