mirror of
https://forge.sourceware.org/marek/gcc.git
synced 2026-02-21 19:35:36 -05:00
Fix up build of libcc1.
This commit is contained in:
committed by
Marek Polacek
parent
9444292934
commit
0f9194c78d
@@ -1568,7 +1568,8 @@ start_class_def (tree type,
|
||||
|
||||
tree base = finish_base_specifier
|
||||
(convert_in (base_classes->elements[i]), access,
|
||||
(base_classes->flags[i] & GCC_CP_FLAG_BASECLASS_VIRTUAL) != 0);
|
||||
(base_classes->flags[i] & GCC_CP_FLAG_BASECLASS_VIRTUAL) != 0,
|
||||
NULL_TREE);
|
||||
TREE_CHAIN (base) = bases;
|
||||
bases = base;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user