-
Notifications
You must be signed in to change notification settings - Fork 445
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error message contains variable names that do not exist in source program. #304
Comments
tmp_5 is a variable name that does not exist in source program. |
Can you supply a p4 program to reproduce this issue? |
|
Sorry, it is a rather long example. |
Merged
ChrisDodd
pushed a commit
that referenced
this issue
Feb 16, 2017
* Fixed bugs in EBPF back-end; made the 'builder' argument into a field * cpplint fix * Removed useless decl * Support for ebpf control-plane: .h file * Deleted one line by mistake * Support for functions; control-plane table initialization * cpplint fixes * Bug-fixes in ebpf back-end * Two bugfixes * Support for enum types in ebpf * additional support for enum types * Fix for issue 304 * Fix for issue #306; cpplint fixes
A fix for this issue was landed; closing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
../extensions/p4_tests/p4_16/mdp.p4(220): warning: index1 may be uninitialized
way1.apply(index1, m, result1);
^^^^^^
../extensions/p4_tests/p4_16/mdp.p4(221): warning: index2 may be uninitialized
way2.apply(index2, m, result2);
^^^^^^
../extensions/p4_tests/p4_16/mdp.p4(222): warning: index3 may be uninitialized
way3.apply(index3, m, result3);
^^^^^^
error: tmp_5: Duplicates declaration tmp_5
error: tmp_5: Duplicates declaration tmp_5
The text was updated successfully, but these errors were encountered: