-
Notifications
You must be signed in to change notification settings - Fork 444
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: Overwriting definitions at <MethodCallExpression>(22038)//<MethodCallExpression>(22017)//<BoolLiteral>(1718) #4507
Comments
This was also introduced by e60cb8a. :) |
Actions inlining transforms
The problem is similar to #4500. The I was able to fix this with the following change to
|
I am not sure if it would better to perform the cloning here or in |
Here is another case, which hits the same
|
This is starting to sound like the best solution.. |
Compiling the following P4 code:
results in:
This bug has been introduced somewhere in between 812722f and 0685e1a.
The text was updated successfully, but these errors were encountered: