aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/class.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/class.c')
-rw-r--r--gcc/cp/class.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/class.c b/gcc/cp/class.c
index 1667758..be04e89 100644
--- a/gcc/cp/class.c
+++ b/gcc/cp/class.c
@@ -4304,7 +4304,7 @@ type_requires_array_cookie (type)
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);