Remove false positives for warnings that break LTO profiled
commit75e5ecf38965260b82218fe5c568ed00cbc34afc
authormarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 23 Jan 2015 15:09:08 +0000 (23 15:09 +0000)
committermarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 23 Jan 2015 15:09:08 +0000 (23 15:09 +0000)
treebbb02f98da538862784e8a813e85f9f6b000d710
parent8b2b2f24ad8c7a17e9404872c9dc052340af1c26
Remove false positives for warnings that break LTO profiled

* tree.h (tree_vec_elt_check): Workaround -Wstrict-overflow
false positive during profiledbootstrap.
* decl.c (attr_decl1): Workaround -Wmaybe-uninitialized
false positive during profiledbootstrap by initializing them.
* matchexp.c (match_mult_operand): Likewise.
* module.c (write_atom): Likewise.
(read_module): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@220042 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/fortran/ChangeLog
gcc/fortran/decl.c
gcc/fortran/matchexp.c
gcc/fortran/module.c
gcc/tree.h