You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is because we don't have an aliasing model at compile time, so nothing is remembering that this pointer originates from a shared reference.
We also haven't made a decision on whether aliasing rules even apply at the boundary between compiletime and runtime. They are not super useful here I think since everything is global... But that is a UCG question.
Does not report any error, even though it definitely contains UB because a similar code does report:
This may be because of #121.
The text was updated successfully, but these errors were encountered: