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
@ChrisDodd
The pass LowerExpressions from the p4c-bm2-ss compiler incorrectly transforms:
(packet.lookahead<bit<24>>())[0:0]
to
(bit<1>)((packet.lookahead<bit<24>>()) >> 0)
Repro in p4_14_samples/parser_dc_full.p4
The text was updated successfully, but these errors were encountered:
@ChrisDodd
The pass LowerExpressions from the p4c-bm2-ss compiler incorrectly transforms:
(packet.lookahead<bit<24>>())[0:0]
to
(bit<1>)((packet.lookahead<bit<24>>()) >> 0)
Repro in p4_14_samples/parser_dc_full.p4
The text was updated successfully, but these errors were encountered: