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
Fix bug when type name is overloaded with generic.
In the
<declaration> ::= TYPE <opt type spec> <opt attr> <pgm> <id> <opt tpsl>
production, if <id> is a ST_USERGENERIC, then we need to obtain a new symbol
for the derived type ST_TYPEDEF object and assign it to the generic's GTYPE
field. This permits a type name to be overloaded by a generic.
0 commit comments