diff options
Diffstat (limited to 'gcc/cp/class.c')
-rw-r--r-- | gcc/cp/class.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/cp/class.c b/gcc/cp/class.c index 1cf87dc..a7536bb 100644 --- a/gcc/cp/class.c +++ b/gcc/cp/class.c @@ -4607,6 +4607,8 @@ layout_class_type (tree t, tree *virtuals_p) } type = TREE_TYPE (field); + if (type == error_mark_node) + continue; padding = NULL_TREE; |