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
when a structure is declared in a function and I use integer values to initialize. Is this an intentional restriction? It does not seem so.
Sample program attached.
The text was updated successfully, but these errors were encountered:
fruffy
changed the title
error: Duplicates declaration when initi
error: Duplicates declaration when initializing struct in function
Mar 24, 2020
fruffy
changed the title
error: Duplicates declaration when initializing struct in function
"error: Duplicates declaration" when initializing struct in function with Integer values
Mar 24, 2020
fruffy
changed the title
"error: Duplicates declaration" when initializing struct in function with Integer values
"error: Duplicates declaration" when initializing struct in function with integer values
Mar 24, 2020
Hello,
I have a question. After commit 259b2e4 I am hitting this error a lot:
when a structure is declared in a function and I use integer values to initialize. Is this an intentional restriction? It does not seem so.
Sample program attached.
duplicate_declaration.p4.txt
The text was updated successfully, but these errors were encountered: