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
In file: ./frontends/p4/typeChecking/typeCheckExpr.cpp:2264
Compiler Bug: tmp6.p4(6): select{vs} {
1: state1
default: accept }: Expected a tuple type for the select expression, got <Type_Set>(1450)<tuple<bit<16>>>
transition select(vs) {
^
tmp6.p4(6)
transition select(vs) {
^^
It should result in an error message instead of Compiler Bug.
The text was updated successfully, but these errors were encountered:
kfcripps
added
bug
This behavior is unintended and should be fixed.
core
Topics concerning the core segments of the compiler (frontend, midend, parser)
labels
Sep 15, 2024
Building the following P4 program:
results in:
It should result in an error message instead of
Compiler Bug
.The text was updated successfully, but these errors were encountered: