[Bug fortran/87394] gcc/fortran/decl.c:6466:16:Semantic Issue: variable 'stree' is used uninitialized whenever 'if' condition is false: -Wsometimes-uninitialized
marxin at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Sep 25 07:16:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87394
--- Comment #4 from Martin Liška <marxin at gcc dot gnu.org> ---
Author: marxin
Date: Tue Sep 25 07:13:59 2018
New Revision: 264562
URL: https://gcc.gnu.org/viewcvs?rev=264562&root=gcc&view=rev
Log:
Fix small coding style issues (PR fortran/87394).
2018-09-25 Martin Liska <mliska@suse.cz>
PR fortran/87394
* dbgcnt.c (dbg_cnt_process_single_pair): Return false
instead of NULL.
* dumpfile.c (dump_enable_all): Remove extra parenthesis.
* gcov-tool.c: Declare the function with ATTRIBUTE_NORETURN.
* godump.c (go_format_type): Remove extra parenthesis.
2018-09-25 Martin Liska <mliska@suse.cz>
PR fortran/87394
* decl.c (add_hidden_procptr_result): Simplify condition
as we are in branch witch 'case1 || case2'.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/dbgcnt.c
trunk/gcc/dumpfile.c
trunk/gcc/fortran/ChangeLog
trunk/gcc/fortran/decl.c
trunk/gcc/gcov-tool.c
trunk/gcc/godump.c
More information about the Gcc-bugs
mailing list