-
Notifications
You must be signed in to change notification settings - Fork 447
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed error message in reference outputs
Signed-off-by: Mihai Budiu <[email protected]>
- Loading branch information
Mihai Budiu
committed
Sep 9, 2022
1 parent
4c5704d
commit fa7c1de
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
issue1853.p4(26): [--Werror=type-error] error: hdr.value.last: 'last' and 'next' for stacks can only be used in a parser | ||
issue1853.p4(26): [--Werror=type-error] error: hdr.value.last: 'last', 'next', and 'lastIndex' for stacks can only be used in a parser | ||
modify_field(value[last].bos, 0); | ||
^^^^^^^^^^^ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
next.p4(24): [--Werror=type-error] error: stack.last: 'last' and 'next' for stacks can only be used in a parser | ||
next.p4(24): [--Werror=type-error] error: stack.last: 'last', 'next', and 'lastIndex' for stacks can only be used in a parser | ||
stack.last = { 10 }; | ||
^^^^^^^^^^ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters