* ipa-devirt.c (possible_polymorphic_call_targets): Silence clang warning.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@215656
138bc75d-0d04-0410-961f-
82ee72b054a4
+2014-09-26 Jan Hubicka <hubicka@ucw.cz>
+
+ PR ipa/60665
+ * ipa-devirt.c (possible_polymorphic_call_targets): Silence clang warning.
+
2014-09-26 Jan Hubicka <hubicka@ucw.cz>
PR ipa/62121
unsigned int i;
tree binfo, target;
bool complete;
- bool can_refer;
+ bool can_refer = false;
bool skipped = false;
otr_type = TYPE_MAIN_VARIANT (otr_type);