We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This program:
#include <core.p4> #include <v1model.p4> header hdr { bit<32> a; bit<32> b; bit<8> c; } #include "arith-skeleton.p4" control ingress(inout Headers h, inout Meta m, inout standard_metadata_t sm) { apply { h.h.a[7:0] = ((bit<32>)h.h.c)[7:0]; } } V1Switch(p(), vrfy(), ingress(), egress(), update(), deparser()) main;
crashes with the error
In file: ../frontends/p4/simplifyDefUse.cpp:79 Compiler Bug: no locations known for <Cast>(24117)
The text was updated successfully, but these errors were encountered:
Fix for issue p4lang#648
a36d86c
Fix for issue #648
76dd1fa
mihaibudiu
No branches or pull requests
This program:
crashes with the error
The text was updated successfully, but these errors were encountered: