Commit 1c266fa0 authored by Krzysztof Parzyszek's avatar Krzysztof Parzyszek
Browse files

[flang][OpenMP] Make object identity more precise

Derived type components may use a given `Symbol` regardless of what
parent objects they are a part of. Because of that, simply using a
symbol address is not sufficient to determine object identity.

Make the designator a part of the IdTy. To compare identities, when
symbols are equal (and non-null), compare the designators.
parent 828beb66
Pipeline #3234 failed with stages
in 0 seconds
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment