Fix warnings for make profiledbootstrap (PR bootstrap/77788)
commit7b645785b214871662a284daacc2410af692e7b4
authormarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 6 Oct 2016 07:33:49 +0000 (6 07:33 +0000)
committermarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 6 Oct 2016 07:33:49 +0000 (6 07:33 +0000)
treebef19c5954ca2ecbf1d78780934c0e031fb1632f
parent08c7f1a976308b1002ab9ee0531af976b8d9f7db
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@240827 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/expmed.h
gcc/gimple-ssa-strength-reduction.c
gcc/input.c
gcc/tree-ssa-ccp.c