This is an archive of the discontinued LLVM Phabricator instance.

[flang] Fix bogus error from assignment to CLASS(*)
ClosedPublic

Authored by klausler on Mar 24 2022, 3:53 PM.

Details

Summary

Assignment semantics was coughing up bad errors and crashes for
intrinsic assignments to unlimited polymorphic entities while
looking for any (impossible) user defined ASSIGNMENT(=) generic
or intrinsic type conversion.

Diff Detail

Event Timeline

klausler created this revision.Mar 24 2022, 3:53 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 24 2022, 3:53 PM
Herald added a subscriber: jdoerfert. · View Herald Transcript
klausler requested review of this revision.Mar 24 2022, 3:53 PM
vdonaldson accepted this revision.Mar 24 2022, 4:22 PM

c'est bon

This revision is now accepted and ready to land.Mar 24 2022, 4:22 PM
This revision was automatically updated to reflect the committed changes.