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
terminate called after throwing an instance of 'Util::CompilerBug'
what(): COMPILER BUG: ../frontends/p4/typeMap.cpp:82
Could not find type for <Mux>(90708)
Aborted (core dumped)
What does this error mean? Is it a compiler bug or program issue?
Some notes:
Removing the conditional on line 98 (but keeping the body) seems to compile.
If you see COMPILER BUG it means this is a bug. You should not expect a very good error message from a compiler bug - something we didn't expect has happened.
mihaibudiu
pushed a commit
to mihaibudiu/p4c-clone
that referenced
this issue
Jan 15, 2017
Note: I think this is a different bug than #216 since no bit slices are used here.
The following program:
test_bug2.p4.txt
gives me this error:
What does this error mean? Is it a compiler bug or program issue?
Some notes:
bool ok = same;
, the code gives an Unexpected JSON error, likely the same as [bmv2] Unexpected JSON when using nested actions #231 .The text was updated successfully, but these errors were encountered: