This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
RE: [PATCH] Fix uninitialised variable warning in tree-ssa-loop-ivcanon.c
- From: Daniel MarjamÃki <daniel dot marjamaki at gmail dot com>
- To: kyrylo dot tkachov at arm dot com
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Thu, 17 Apr 2014 19:06:33 +0200
- Subject: RE: [PATCH] Fix uninitialised variable warning in tree-ssa-loop-ivcanon.c
- Authentication-results: sourceware.org; auth=none
Hello!
I am not against it..
However I think there is no danger. I see no potential use of
uninitialized variable.
The use of n_unroll is guarded by n_unroll_found.
Best regards,
Daniel MarjamÃki