]> gcc.gnu.org Git - gcc.git/commit - gcc/fortran/decl.c
Remove false positives for warnings that break LTO profiled
authorMartin Liska <mliska@suse.cz>
Fri, 23 Jan 2015 15:09:08 +0000 (16:09 +0100)
committerMartin Liska <marxin@gcc.gnu.org>
Fri, 23 Jan 2015 15:09:08 +0000 (15:09 +0000)
commit97440db5eb18806601d0386c9bda9d7b759e1946
treebbb02f98da538862784e8a813e85f9f6b000d710
parent7c83622c6b1c95cdeb12fa5e6b0ef294c78eff16
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.

From-SVN: r220042
gcc/ChangeLog
gcc/fortran/ChangeLog
gcc/fortran/decl.c
gcc/fortran/matchexp.c
gcc/fortran/module.c
gcc/tree.h
This page took 0.05559 seconds and 5 git commands to generate.