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
A checking gcc ICEs during tests with a consistency issue caused by gimple-rvtt-attrib pass. SSA vars and their underlying user var end up with different types.
When one also updates the user var's type, it still occurs.
Hypothesis: many ssa vars map to the same user var. They all have to have the same type.
The text was updated successfully, but these errors were encountered:
A checking gcc ICEs during tests with a consistency issue caused by gimple-rvtt-attrib pass. SSA vars and their underlying user var end up with different types.
When one also updates the user var's type, it still occurs.
Hypothesis: many ssa vars map to the same user var. They all have to have the same type.
The text was updated successfully, but these errors were encountered: