* ipa-polymorphic-call.c (extr_type_from_vtbl_ptr_store): Fix pasto.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@216146
138bc75d-0d04-0410-961f-
82ee72b054a4
+2014-10-13 Jan Hubicka <hubicka@ucw.cz>
+
+ PR bootstrap/63496
+ * ipa-polymorphic-call.c (extr_type_from_vtbl_ptr_store): Fix pasto.
+
2014-10-13 Marat Zakirov <m.zakirov@samsung.com>
* asan.c (instrument_derefs): BIT_FIELD_REF added.
if (dump_file)
fprintf (dump_file, " wrong offset %i!=%i or size %i\n",
(int)offset, (int)tci->offset, (int)size);
- return offset + GET_MODE_BITSIZE (Pmode) <= offset
+ return offset + GET_MODE_BITSIZE (Pmode) <= tci->offset
|| (max_size != -1
&& tci->offset + GET_MODE_BITSIZE (Pmode) > offset + max_size)
? error_mark_node : NULL;