You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pna-dpdk-header-union-stack1.p4 program results in the following warning:
...
pna-dpdk-header-union-stack1.p4(37): [--Wwarn=ignore-prop] warning: Result of 'hdr.h2[0].data = 16w1' is not defined: Error: Reading field from invalid header
hdr.h2[0].data = 1;
^
We should not have phrasing such as "Error: ..." in warning messages imo.
This is just one example but I think other warnings also have "Error: ..." in them.
The text was updated successfully, but these errors were encountered:
kfcripps
added
the
core
Topics concerning the core segments of the compiler (frontend, midend, parser)
label
Oct 5, 2024
The
pna-dpdk-header-union-stack1.p4
program results in the following warning:We should not have phrasing such as "Error: ..." in warning messages imo.
This is just one example but I think other warnings also have "Error: ..." in them.
The text was updated successfully, but these errors were encountered: