Fix warnings for make profiledbootstrap (PR bootstrap/77788)
authorMartin Liska <mliska@suse.cz>
Thu, 6 Oct 2016 07:33:49 +0000 (09:33 +0200)
committerMartin Liska <marxin@gcc.gnu.org>
Thu, 6 Oct 2016 07:33:49 +0000 (07:33 +0000)
commitac2a97db4b862579d6fea2e97000650bfe9b4659
treebef19c5954ca2ecbf1d78780934c0e031fb1632f
parenta7773b4d0629c6ab0d8321c9b018f6a718bf232a
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.

From-SVN: r240827
gcc/ChangeLog
gcc/expmed.h
gcc/gimple-ssa-strength-reduction.c
gcc/input.c
gcc/tree-ssa-ccp.c