Variable name is not printed on the error message when it is uninitialized #6305
Labels
goal:client support
Feature or fix needed for a current slang user.
GoodFirstBug
Great bug for people getting going in slang codebase
There is a case where the variable name is not printed with the error message.
It seems to be related to
for
loop and[unroll]
doesn't help.The error message for the code above is following,
Note that if you comment out the line of
for
loop, the error message properly prints the variable name,When debugged, the instance is "kIROp_Undefined" and it doesn't have any name as if it is synthesized for implicit type casting or something.
The text was updated successfully, but these errors were encountered: