-
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 crash on a particular action call #413
Comments
This is an important question that the spec should settle: can we call actions from a parser directly? |
Link to issue on p4-spec repo: p4lang/p4-spec#151 |
I've verified that after the commits made to fix the crash, the compiler no longer crashes when compiling the sample test program I gave. Closing this issue. |
Attempting to compile the P4_16 program in the attached file causes a crash in the compiler, one that does not occur if the call to the action foo2() is commented out. The action call looks like it should be legal to me -- is it? Even if not, a compiler crash seems a bit severe.
crash.p4.txt
The text was updated successfully, but these errors were encountered: