From 0b4b9552ee6be2ac37b09193c07fae68028ed3dd Mon Sep 17 00:00:00 2001 From: Marek Polacek Date: Thu, 29 Sep 2016 16:04:17 +0000 Subject: rtti.c (involves_incomplete_p): Add fall through comment. * rtti.c (involves_incomplete_p): Add fall through comment. * dwarf2out.c (loc_descriptor): Add fall through comment. (add_const_value_attribute): Likewise. From-SVN: r240624 --- gcc/cp/rtti.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/cp/rtti.c') diff --git a/gcc/cp/rtti.c b/gcc/cp/rtti.c index 75aeb0b..a882761 100644 --- a/gcc/cp/rtti.c +++ b/gcc/cp/rtti.c @@ -855,7 +855,7 @@ involves_incomplete_p (tree type) case UNION_TYPE: if (!COMPLETE_TYPE_P (type)) return true; - + /* Fall through. */ default: /* All other types do not involve incomplete class types. */ return false; -- cgit v1.1