* cp/class.c (type_requires_array_cookie): Fix use of uninitialised
variable has_two_argument_delete_p.
From-SVN: r44256
+2001-07-23 Graham Stott <grahams@redhat.com>
+
+ * cp/class.c (type_requires_array_cookie): Fix use of uninitialised
+ variable has_two_argument_delete_p.
+
2001-07-21 Nathan Sidwell <nathan@codesourcery.com>
Remove flag_vtable_thunk. It is always on for the 3.0 ABI.
tree type;
{
tree fns;
- bool has_two_argument_delete_p;
+ bool has_two_argument_delete_p = false;
my_friendly_assert (CLASS_TYPE_P (type), 20010712);