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
The TYPE pseudo is not implemented by the assembler, nor was it implemented in the 1.4 assembler. The compiler emits it though. It needs to be brought into the assembler and parsed there. Or, more likely, not.
FWIW, I've got whole bunch of such messages without any location information:
287 duplicate TEXT for C
198 C: invalid local variable type 0
176 T: invalid local variable type 0
126 duplicate TEXT for T
121 unknown TLS base register for linux
56 duplicate TEXT for _
24 "".: invalid local variable type 0
19 duplicate TEXT for "".
15 symbol T listed multiple times
3 duplicate TEXT for n
2 symbol O listed multiple times
cmd/asm produces the following error message on the program:
The error message should contain file name and line number, otherwise it is unactionable.
go version devel +5512ac2 Wed Sep 16 17:56:14 2015 +0000 linux/amd64
The text was updated successfully, but these errors were encountered: