-
Notifications
You must be signed in to change notification settings - Fork 445
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
COMPILER BUG: ../frontends/p4/typeChecking/typeChecker.h:99 #113
Comments
You may need to provide more details, this is too incomplete to create a reproduction. This may be due to the fact that the compiler calls getType(expression) instead getType(getOriginal()) in a Pass which is a Transformer. You can find out which pass is crashing by running the compiler with the flag -Tpass_manager:1 |
@mbudiu-vmw: done, see #114. It's caused by a call to |
I have amended my last pull request with a fix for this bug as well. |
Seems to work. |
I get the following error
The field
bypass_lookups
is of typebit<16>
. I'm happy to provide more details if needed.The text was updated successfully, but these errors were encountered: