r220042 - in /trunk/gcc: ChangeLog fortran/Chan...
marxin@gcc.gnu.org
marxin@gcc.gnu.org
Fri Jan 23 15:09:00 GMT 2015
Author: marxin
Date: Fri Jan 23 15:09:08 2015
New Revision: 220042
URL: https://gcc.gnu.org/viewcvs?rev=220042&root=gcc&view=rev
Log:
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.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/fortran/ChangeLog
trunk/gcc/fortran/decl.c
trunk/gcc/fortran/matchexp.c
trunk/gcc/fortran/module.c
trunk/gcc/tree.h
More information about the Gcc-cvs
mailing list