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
After updating p4c, I see the following bug when trying to compile a P4_16 version of switch.p4:
terminate called after throwing an instance of 'Util::CompilerBug'
what(): COMPILER BUG: ../backends/bmv2/jsonconverter.cpp:2042
/home/ubuntu/src/switch/test/../p4src/includes/checksum.p4(81): inner_cksum_2/inner_cksum = tmp_202;: not handled yet
bit<16> inner_cksum = inner_ipv4_checksum.get({
^
* Use cstring() instead of the empty cstring
* Two more improvements
* Fix for issue #270: improve on code submitted with PR #250 with a more principled approach
* Fixed some incorrect comments
* Bugfix following review comments
* Improvement suggested by review
After updating
p4c
, I see the following bug when trying to compile a P4_16 version of switch.p4:I'm attaching checksum.p4 for reference.
The text was updated successfully, but these errors were encountered: