public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH commited] Properly initialize variable in tree-chkp.c
@ 2016-02-21 11:29 Markus Trippelsdorf
  0 siblings, 0 replies; only message in thread
From: Markus Trippelsdorf @ 2016-02-21 11:29 UTC (permalink / raw)
  To: Ilya Enkovich; +Cc: gcc-patches

I've committed the following patch as obvious:

	* tree-chkp.c (chkp_mark_invalid_bounds_walker): Initialize
	variable.

diff --git a/gcc/tree-chkp.c b/gcc/tree-chkp.c
index d3119c642f33..3fba12c2ae46 100644
--- a/gcc/tree-chkp.c
+++ b/gcc/tree-chkp.c
@@ -895,7 +895,7 @@ chkp_mark_invalid_bounds_walker (tree const &bounds,
 static void
 chkp_finish_incomplete_bounds (void)
 {
-  bool found_valid;
+  bool found_valid = true;
 
   while (found_valid)
     {
-- 
Markus

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-02-21 11:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-21 11:29 [PATCH commited] Properly initialize variable in tree-chkp.c Markus Trippelsdorf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).