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
There can exist a case where a built in header function's values can be controlled by a manually defined variable of same name. Right now ignoring the variable declaration (not adding it to the symbol table, so only the default function of the same name exists). Need to check the correlation between the defined variable and the default function of the same name.
There can exist a case where a built in header function's values can be controlled by a manually defined variable of same name. Right now ignoring the variable declaration (not adding it to the symbol table, so only the default function of the same name exists). Need to check the correlation between the defined variable and the default function of the same name.
Latest commit in branch: 0fde6f5
Example (issue1717.p4 in p4c test suite):
isValid() is a built in function of headers, similar for minSizeInBytes and minSizeInBits
The text was updated successfully, but these errors were encountered: