Changeset 8d66610 for tests/exceptions/virtual-cast.cfa
- Timestamp:
- May 21, 2021, 4:48:10 PM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- f1bce515
- Parents:
- 5407cdc (diff), 7404cdc (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
tests/exceptions/virtual-cast.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/exceptions/virtual-cast.cfa
r5407cdc r8d66610 16 16 // Hand defined alpha virtual type: 17 17 struct __cfatid_struct_alpha { 18 __cfa __parent_vtable const *parent;18 __cfavir_type_info parent; 19 19 }; 20 20 21 __attribute__(( section(".gnu.linkonce.__cfatid_alpha")))21 __attribute__(( cfa_linkonce )) 22 22 struct __cfatid_struct_alpha __cfatid_alpha = { 23 (__cfa __parent_vtable*)0,23 (__cfavir_type_info *)0, 24 24 }; 25 25
Note:
See TracChangeset
for help on using the changeset viewer.