Open Quuxplusone opened 8 years ago
Attached OFXMLElement-ba16ed.sh
(3386 bytes, text/plain): Args / Command
Attached OFXMLElement-ba16ed.m.gz
(191062 bytes, application/octet-stream): Proprocessed source
This is a const conversion for the generic type that is failing to diagnose.
Changing from a generic container to id seems to work. Assignment of const
ObjectType * to a NSObject * const seems to trigger the assertion.
Attached reduced.m
(438 bytes, application/octet-stream): reduced.m
Attached reduced.m
(306 bytes, application/octet-stream): reduced.m
Stored value type does not match pointer operand type!
store i8** %6, %1*** %objects, align 8, !tbaa !9
%"type 0x1040351f0"**
Seems that we need a cast; %6 is most likely a call (running with master under
a debugger indicates that the store is for a call).
_Bug 32956 has been marked as a duplicate of this bug._
OFXMLElement-ba16ed.sh
(3386 bytes, text/plain)OFXMLElement-ba16ed.m.gz
(191062 bytes, application/octet-stream)reduced.m
(438 bytes, application/octet-stream)reduced.m
(306 bytes, application/octet-stream)