- File:
-
- 1 edited
-
tests/exceptions/virtual-poly.cfa (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/exceptions/virtual-poly.cfa
r8f910430 recfd758 10 10 11 11 struct __cfatid_struct_mono_base { 12 __cfa vir_type_infoconst * parent;12 __cfa__parent_vtable const * parent; 13 13 }; 14 14 15 __attribute__(( cfa_linkonce))15 __attribute__(( section(".gnu.linkonce.__cfatid_mono_base") )) 16 16 struct __cfatid_struct_mono_base __cfatid_mono_base = { 17 (__cfa vir_type_info*)0,17 (__cfa__parent_vtable *)0, 18 18 }; 19 19 … … 58 58 forall(U) 59 59 struct __cfatid_struct_poly_base { 60 __cfa vir_type_infoconst * parent;60 __cfa__parent_vtable const * parent; 61 61 }; 62 62 … … 87 87 88 88 __cfatid_struct_poly_base(int) __cfatid_poly_base @= { 89 (__cfa vir_type_info*)0,89 (__cfa__parent_vtable *)0, 90 90 }; 91 91 __cfatid_struct_poly_child(int) __cfatid_poly_child = {
Note:
See TracChangeset
for help on using the changeset viewer.