aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/rtti.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/rtti.c')
-rw-r--r--gcc/cp/rtti.c2
1 files changed, 1 insertions, 1 deletions
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;